Home
last modified time | relevance | path

Searched refs:log_warnx (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/usr.sbin/autofs/
H A Ddefined.c106 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 Dpopen.c181 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 Dcommon.h76 void log_warnx(const char *, ...) __printflike(1, 2);
H A Dlog.c188 log_warnx(const char *fmt, ...) in log_warnx() function
H A Dautomountd.c412 log_warnx("child process %d terminated with signal %d", in wait_for_children()
H A Dcommon.c442 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 Dwsmoused.c211 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 Daction.c96 log_warnx("action mode already initialized"); in action_startup()
133 log_warnx("unknown button event"); in action_wsmouse_event()
H A Dselection.c164 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 Dwsmoused.h95 void log_warnx(const char *, ...);
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dlogerr.h48 __printflike(1, 2) void log_warnx(const char *, ...);
75 #define logwarnx(...) log_warnx(__VA_ARGS__)
H A Dlogerr.c336 log_warnx(const char *fmt, ...) in log_warnx() function