Searched refs:logwarn (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/libexec/mail.local/ |
| H A D | mail.local.c | 68 static void logwarn(const char *, ...) __printflike(1, 2); 183 logwarn("%s: not a regular file", path); in badfile() 188 logwarn("%s: linked file", path); in badfile() 209 logwarn("unable to find user %s: %s", name, strerror(errno)); in deliver() 213 logwarn("unknown name: %s", name); in deliver() 225 logwarn("%s: can't create: %s", lpath, strerror(errno)); in deliver() 232 logwarn("%s: can't stat: %s", path, strerror(errno)); in deliver() 247 logwarn("%s: can't create: %s", path, strerror(errno)); in deliver() 254 logwarn("%s: can't stat: %s", path, strerror(errno)); in deliver() 264 logwarn("%s: file has changed", path); in deliver() [all …]
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | logerr.h | 74 #define logwarn(...) log_warn(__VA_ARGS__) macro
|
| H A D | if-bsd.c | 1936 logwarn("SIOCSRTRFLUSH_IN6 %d", errno); in if_setup_inet6() 1941 logwarn("SIOCSPFXFLUSH_IN6"); in if_setup_inet6()
|
| H A D | dhcpcd.c | 1909 logwarn("open %s", _PATH_DEVNULL); in dup_null() 1914 logwarn("dup2 %d", fd); in dup_null()
|
| H A D | dhcp6.c | 3912 logwarn("%s: cannot delegate to %s", in dhcp6_activateinterfaces()
|
| /netbsd-src/usr.sbin/moused/ |
| H A D | moused.c | 501 logwarn(const char *fmt, ...) in logwarn() function 842 logwarn("muxio inject event"); in wsev() 905 logwarn("failed to read from mouse"); in moused() 2241 logwarn("unable to get status of mouse fd"); in setmousespeed() 2274 logwarn("unable to set status of mouse fd"); in setmousespeed() 2307 logwarn("unable to write to mouse fd"); in setmousespeed() 2314 logwarn("unable to set status of mouse fd"); in setmousespeed()
|