Searched refs:log_errx (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/usr.sbin/autofs/ |
| H A D | common.c | 292 log_errx(1, "directory services not configured; " in node_expand_includes() 311 log_errx(1, "failed to handle include \"%s\"", in node_expand_includes() 754 log_errx(1, "truncated entry at %s, line %d", in parse_map_yyin() 777 log_errx(1, "duplicated options at %s, line %d", in parse_map_yyin() 818 log_errx(1, "duplicated mountpoint " in parse_map_yyin() 822 log_errx(1, "mountpoint out of order " in parse_map_yyin() 831 log_errx(1, "duplicated options " in parse_map_yyin() 835 log_errx(1, "options out of order " in parse_map_yyin() 843 log_errx(1, "too many arguments " in parse_map_yyin() 854 log_errx(1, "empty location in %s, " in parse_map_yyin() [all …]
|
| H A D | log.c | 72 log_errx(1, "%s called twice", __func__); in log_set_peer_name() 74 log_errx(1, "%s called before log_set_peer_addr", __func__); in log_set_peer_name() 87 log_errx(1, "%s called twice", __func__); in log_set_peer_addr() 166 log_errx(int eval, const char *fmt, ...) in log_errx() function
|
| H A D | automountd.c | 188 log_errx(1, "invalid mountfrom \"%s\"; failing request", in handle_request() 236 log_errx(1, "map %s does not contain key for \"%s\"; " in handle_request() 301 log_errx(1, "variable expansion failed for %s; " in handle_request() 357 log_errx(1, "mount failed"); in handle_request() 545 log_errx(1, "daemon already running"); in main_automountd() 547 log_errx(1, "pidfile name too long"); in main_automountd()
|
| H A D | autounmountd.c | 295 log_errx(1, "retry time must be greater than zero"); in main_autounmountd() 297 log_errx(1, "expiration time must be greater than zero"); in main_autounmountd() 314 log_errx(1, "daemon already running"); in main_autounmountd() 316 log_errx(1, "pidfile name too long"); in main_autounmountd()
|
| H A D | defined.c | 216 log_errx(1, "variable %s already defined", name); in defined_add() 238 log_errx(1, "missing variable value"); in defined_parse_and_add() 240 log_errx(1, "missing variable name"); in defined_parse_and_add()
|
| H A D | common.h | 74 void log_errx(int, const char *, ...) __printflike(2, 3) __dead;
|
| H A D | popen.c | 106 log_errx(1, "too many arguments to auto_popen"); in auto_popen()
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | logerr.h | 50 __printflike(1, 2) void log_errx(const char *, ...); 77 #define logerrx(...) log_errx(__VA_ARGS__)
|
| H A D | logerr.c | 356 log_errx(const char *fmt, ...) in log_errx() function
|
| /netbsd-src/usr.sbin/wsmoused/ |
| H A D | wsmoused.h | 92 void log_errx(int, const char *, ...);
|
| H A D | wsmoused.c | 152 log_errx(int e, const char *fmt, ...) in log_errx() function 463 log_errx(EXIT_FAILURE, "no active modes found; exiting..."); in attach_modes()
|