/src/usr.sbin/autofs/ |
log.c | 72 log_errx(1, "%s called twice", __func__); 74 log_errx(1, "%s called before log_set_peer_addr", __func__); 87 log_errx(1, "%s called twice", __func__); 166 log_errx(int eval, const char *fmt, ...) function in typeref:typename:__dead void
|
defined.c | 216 log_errx(1, "variable %s already defined", name); 238 log_errx(1, "missing variable value"); 240 log_errx(1, "missing variable name");
|
automountd.c | 188 log_errx(1, "invalid mountfrom \"%s\"; failing request", 236 log_errx(1, "map %s does not contain key for \"%s\"; " 301 log_errx(1, "variable expansion failed for %s; " 357 log_errx(1, "mount failed"); 545 log_errx(1, "daemon already running"); 547 log_errx(1, "pidfile name too long");
|
common.c | 292 log_errx(1, "directory services not configured; " 311 log_errx(1, "failed to handle include \"%s\"", 754 log_errx(1, "truncated entry at %s, line %d", 777 log_errx(1, "duplicated options at %s, line %d", 818 log_errx(1, "duplicated mountpoint " 822 log_errx(1, "mountpoint out of order " 831 log_errx(1, "duplicated options " 835 log_errx(1, "options out of order " 843 log_errx(1, "too many arguments " 854 log_errx(1, "empty location in %s, [all...] |
autounmountd.c | 295 log_errx(1, "retry time must be greater than zero"); 297 log_errx(1, "expiration time must be greater than zero"); 314 log_errx(1, "daemon already running"); 316 log_errx(1, "pidfile name too long");
|
common.h | 74 void log_errx(int, const char *, ...) __printflike(2, 3) __dead;
|
popen.c | 106 log_errx(1, "too many arguments to auto_popen");
|
/src/usr.sbin/wsmoused/ |
wsmoused.h | 92 void log_errx(int, const char *, ...);
|
wsmoused.c | 152 log_errx(int e, const char *fmt, ...) function in typeref:typename:void 463 log_errx(EXIT_FAILURE, "no active modes found; exiting...");
|