Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/autofs/
H A Ddefined.c99 log_warnx("truncated variable"); in defined_expand()
110 log_warnx("truncated variable"); in defined_expand()
167 log_warnx("undefined variable ${%s}", name); in defined_expand()
193 log_warnx("truncated variable"); in defined_expand()
H A Dpopen.c175 log_warnx("\"%s\", pid %d, terminated with signal %d", in auto_pclose()
181 log_warnx("\"%s\", pid %d, terminated with exit status %d", in auto_pclose()
H A Dcommon.h87 void log_warnx(const char *, ...) __printflike(1, 2);
H A Dlog.c181 log_warnx(const char *fmt, ...) in log_warnx() function
H A Dautomountd.c397 log_warnx("child process %d terminated with signal %d", in wait_for_children()
H A Dcommon.c433 log_warnx("failed to expand location for %s", in node_expand_defined()
792 log_warnx("nonsensical map key \"/\" at %s, line %d; " in parse_map_yyin()
/dragonfly/contrib/dhcpcd/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