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