/src/lib/libc/gen/ |
warn.c | 1 /* $NetBSD: warn.c,v 1.14 2007/06/18 14:13:54 ginsbach Exp $ */ 41 __RCSID("$NetBSD: warn.c,v 1.14 2007/06/18 14:13:54 ginsbach Exp $"); 50 __weak_alias(warn, _warn) 55 warn(const char *fmt, ...)
|
/src/etc/rc.d/ |
ypbind | 21 warn "domainname(1) is not set."
|
pf | 24 warn "${pf_rules} not readable; pf start aborted." 44 warn "${pf_rules} not found; no pf rules loaded." 60 warn "${pf_rules} not found; no pf rules loaded."
|
routed | 20 warn "gated and routed both requested to be run: only running gated."
|
savecore | 28 warn "No crash dump directory; savecore not run."
|
swap2 | 24 # Check for no swap, and warn about it unless that is desired. 33 warn "No swap space configured!"
|
wdogctl | 26 warn "\${wdogctl_flags} is not set, watchdog not started"
|
yppasswdd | 22 warn "domainname(1) is not set."
|
ypserv | 20 warn "/var/yp is not a directory."
|
zfs | 23 warn "zfs module may not have loaded, may not be present in the kernel, or /dev/zfs may be missing"
|
/src/sys/arch/prep/stand/installboot/ |
installboot.c | 64 warn("%s: devread: lseek", msg); 68 warn("%s: devread: read", msg); 86 warn("open: %s", boot); 91 warn("fstat: %s", boot); 99 warn("read: eh: %s", boot); 108 warn("not PowerPC binary."); 115 warn("read: ph: %s", boot); 137 warn("no PReP bootable image."); 142 warn("bootable image lseek sector 1"); 146 warn("read: start/size") [all...] |
/src/bin/cp/ |
utils.c | 75 warn("lutimens: %s", file); 111 warn("%s", to.p_path); 118 warn("%s", entp->fts_path); 152 warn("stat: %s", to.p_path); 174 warn("%s", to.p_path); 223 warn("%s", to.p_path); 234 warn("%s", entp->fts_path); 244 warn("%s", to.p_path); 253 warn("%s", entp->fts_path); 259 warn("%s: error copying extended attributes", to.p_path) [all...] |
/src/games/cribbage/ |
instr.c | 81 warn("open %s", _PATH_INSTR); 85 warn("dup2"); 89 warn(NULL);
|
/src/etc/ |
MAKEDEV.local | 63 warn "$i: unknown device"
|
/src/etc/etc.emips/ |
MAKEDEV.conf | 27 warn "bad unit for $name in: $i"
|
/src/usr.bin/make/unit-tests/ |
directive-warning.mk | 9 # expect+1: Unknown directive "warn" 10 .warn # misspelled 11 # expect+1: Unknown directive "warn" 12 .warn message # misspelled
|
/src/bin/mv/ |
mv.c | 191 warn("rename %s", from); 197 warn("rename %s", from); 238 warn("rename %s to %s", from, to); 250 warn("can't remove %s", to); 260 warn("%s", from); 283 warn("%s", from); 288 warn("%s", to); 293 warn(NULL); 301 warn("%s", to); 315 warn("%s", from) [all...] |
/src/usr.sbin/sa/ |
pdb.c | 79 warn("retrieving process accounting summary"); 85 warn("retrieving process accounting summary"); 92 warn("initializing process accounting stats"); 110 warn("retrieving process accounting summary"); 117 warn("closing process accounting summary"); 131 warn("destroying process accounting stats"); 148 warn("get key %s from process accounting stats", ci->ci_comm); 165 warn("add key %s to process accounting stats", ci->ci_comm); 186 warn("creating process accounting summary"); 194 warn("retrieving process accounting stats") [all...] |
usrdb.c | 82 warn("retrieving user accounting summary"); 88 warn("retrieving user accounting summary"); 95 warn("initializing user accounting stats"); 113 warn("retrieving user accounting summary"); 121 warn("closing user accounting summary"); 136 warn("destroying user accounting stats"); 153 warn("get key %d from user accounting stats", uid); 179 warn("add key %d to user accounting stats", uid); 203 warn("creating user accounting summary"); 211 warn("retrieving user accounting stats") [all...] |
/src/usr.bin/sdiff/ |
edit.c | 45 warn("could not execute editor: %s", editor); 48 warn("could not fork"); 55 warn("waitpid"); 61 warn("%s terminated abnormally", editor); 136 warn("error writing to temp file"); 150 warn("could not open edited file: %s", filename); 181 warn("could not delete: %s", filename);
|
/src/usr.bin/shlock/ |
shlock.c | 146 warn(E_unlk, tempname); 151 warn(E_open, tempname); 165 warn("write(%s,%jd)", tempname, (intmax_t)pid); 168 warn(E_unlk, tempname); 231 warn(E_open, file); 236 warn(E_stat, file); 275 warn(E_stat, tmp); 284 warn(E_unlk, tmp2); 300 warn(E_link, file, tmp2); 304 warn(E_stat, file) [all...] |
/src/usr.bin/mail/ |
mime_child.c | 142 warn("mime_run_command: prepare_pipe"); 149 /* start_command already did a warn(). */ 164 warn("mime_run_command: fdopen"); 166 warn("fdopen"); 184 warn("mime_run_function: pipe"); 191 warn("mime_run_function: fork"); 208 warn("run_function: fdopen");
|
/src/lib/libc/rpc/ |
svc_run.c | 89 warn("%s: can't get maxfd", __func__); 99 warn("%s: can't copy fdset", __func__); 118 warn("%s: select failed", __func__); 152 warn("can't get maxfd"); 162 warn("can't get pollfd"); 181 warn("%s: poll failed", __func__);
|
/src/bin/date/ |
netdate.c | 103 warn("timed"); 113 warn("setsockopt"); 122 warn("gethostname"); 130 warn("connect"); 135 warn("send"); 152 warn("getsockopt"); 158 warn("send (delayed error)"); 169 warn("recv");
|
/src/sbin/mount/ |
vfslist.c | 79 warn("strdup"); 86 warn("malloc");
|