Searched refs:log_warnx (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/usr.sbin/autofs/ |
| H A D | defined.c | 106 log_warnx("truncated variable"); in defined_expand() 117 log_warnx("truncated variable"); in defined_expand() 174 log_warnx("undefined variable ${%s}", name); in defined_expand() 201 log_warnx("truncated variable"); in defined_expand()
|
| H A D | popen.c | 181 log_warnx("\"%s\", pid %d, terminated with signal %d", in auto_pclose() 187 log_warnx("\"%s\", pid %d, terminated with exit status %d", in auto_pclose()
|
| H A D | common.h | 76 void log_warnx(const char *, ...) __printflike(1, 2);
|
| H A D | log.c | 188 log_warnx(const char *fmt, ...) in log_warnx() function
|
| H A D | automountd.c | 412 log_warnx("child process %d terminated with signal %d", in wait_for_children()
|
| H A D | common.c | 442 log_warnx("failed to expand location for %s", in node_expand_defined() 797 log_warnx("nonsensical map key \"/\" at %s, line %d; " in parse_map_yyin()
|
| /netbsd-src/usr.sbin/wsmoused/ |
| H A D | wsmoused.c | 211 log_warnx(const char *fmt, ...) in log_warnx() function 419 log_warnx("modes table full; cannot register `%s'", name); in attach_mode() 430 log_warnx("startup failed for `%s' mode", in attach_mode() 440 log_warnx("unknown mode `%s' (see the `modes' directive)", name); in attach_mode() 482 log_warnx("cleanup failed for `%s' mode", in detach_mode() 492 log_warnx("unknown mode `%s' (see the `modes' directive)", name); in detach_mode()
|
| H A D | action.c | 96 log_warnx("action mode already initialized"); in action_startup() 133 log_warnx("unknown button event"); in action_wsmouse_event()
|
| H A D | selection.c | 164 log_warnx("selection mode already initialized"); in selection_startup() 291 log_warnx("unknown event"); in selection_wsmouse_event() 322 log_warnx("unknown button event"); in selection_wsmouse_event() 408 log_warnx("cannot open %s", buf); in open_tty()
|
| H A D | wsmoused.h | 95 void log_warnx(const char *, ...);
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | logerr.h | 48 __printflike(1, 2) void log_warnx(const char *, ...); 75 #define logwarnx(...) log_warnx(__VA_ARGS__)
|
| H A D | logerr.c | 336 log_warnx(const char *fmt, ...) in log_warnx() function
|