mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
using sizeof() anyway. Use slightly more consistent (per-file) error reporting for malloc(3) returning NULL. If "malloc failed" was being printed, don't use err(3). If a NULL format is being used, use err(3). In one case errx(3) was being used with strerror(3), so just use err(3). |
||
|---|---|---|
| .. | ||
| extern.h | ||
| Makefile | ||
| map.c | ||
| misc.c | ||
| set.c | ||
| term.c | ||
| tset.1 | ||
| tset.c | ||
| wrterm.c | ||