Symbol: log_warnx
usr.sbin/autofs/automountd.c
412
log_warnx("child process %d terminated with signal %d",
usr.sbin/autofs/common.c
442
log_warnx("failed to expand location for %s",
usr.sbin/autofs/common.c
797
log_warnx("nonsensical map key \"/\" at %s, line %d; "
usr.sbin/autofs/common.h
76
void log_warnx(const char *, ...) __printflike(1, 2);
usr.sbin/autofs/defined.c
106
log_warnx("truncated variable");
usr.sbin/autofs/defined.c
117
log_warnx("truncated variable");
usr.sbin/autofs/defined.c
174
log_warnx("undefined variable ${%s}", name);
usr.sbin/autofs/defined.c
201
log_warnx("truncated variable");
usr.sbin/autofs/popen.c
181
log_warnx("\"%s\", pid %d, terminated with signal %d",
usr.sbin/autofs/popen.c
187
log_warnx("\"%s\", pid %d, terminated with exit status %d",
usr.sbin/wsmoused/action.c
133
log_warnx("unknown button event");
usr.sbin/wsmoused/action.c
96
log_warnx("action mode already initialized");
usr.sbin/wsmoused/selection.c
164
log_warnx("selection mode already initialized");
usr.sbin/wsmoused/selection.c
291
log_warnx("unknown event");
usr.sbin/wsmoused/selection.c
322
log_warnx("unknown button event");
usr.sbin/wsmoused/selection.c
408
log_warnx("cannot open %s", buf);
usr.sbin/wsmoused/wsmoused.c
419
log_warnx("modes table full; cannot register `%s'", name);
usr.sbin/wsmoused/wsmoused.c
430
log_warnx("startup failed for `%s' mode",
usr.sbin/wsmoused/wsmoused.c
440
log_warnx("unknown mode `%s' (see the `modes' directive)", name);
usr.sbin/wsmoused/wsmoused.c
482
log_warnx("cleanup failed for `%s' mode",
usr.sbin/wsmoused/wsmoused.c
492
log_warnx("unknown mode `%s' (see the `modes' directive)", name);
usr.sbin/wsmoused/wsmoused.h
95
void log_warnx(const char *, ...);