Symbol: warnc
bin/chmod/chmod.c
227
warnc(p->fts_errno, "%s", p->fts_path);
bin/chmod/chmod.c
237
warnc(p->fts_errno, "%s", p->fts_path);
bin/cp/cp.c
464
warnc(EOPNOTSUPP, "%s", curr->fts_path);
bin/ln/ln.c
131
warnc(EISDIR, "%s", target);
bin/ln/ln.c
146
warnc(ENAMETOOLONG, "%s/%s", source, p);
bin/mv/cp.c
375
warnc(EOPNOTSUPP, "%s", curr->fts_path);
bin/mv/mv.c
312
warnc(serrno,
bin/mv/mv.c
317
warnc(serrno, "%s: set owner/group", to);
bin/rm/rm.c
159
warnc(p->fts_errno, "%s", p->fts_path);
bin/rm/rm.c
173
warnc(p->fts_errno, "%s", p->fts_path);
include/err.h
59
void warnc(int, const char *, ...)
lib/libc/gen/warnc.c
43
DEF_WEAK(warnc);
lib/libc/hidden/err.h
33
PROTO_NORMAL(warnc);
regress/lib/libc/stdio_threading/flockfile/flockfile_test.c
61
warnc(r, "could not create thread");
regress/lib/libc/stdio_threading/flockfile/flockfile_test.c
75
warnc(r, "could not join thread");
regress/lib/libc/stdio_threading/include/local.h
64
warnc(r, "could not create thread");
regress/lib/libc/stdio_threading/include/local.h
81
warnc(r, "could not join thread");
regress/sys/kern/signal/sig-stop2/sig-stop2.c
75
warnc(r, "could not create thread");
regress/sys/kern/signal/sig-stop2/sig-stop2.c
85
warnc(r, "could not join thread");
regress/sys/kern/signal/sig-stop3/sig-stop3.c
52
warnc(r, "could not create thread");
sbin/ifconfig/ifconfig.c
4009
warnc(EPFNOSUPPORT, "pwe3 neighbor");
sbin/mount_nfs/mount_nfs.c
510
warnc(nfhret.stat, "can't access %s", spec);
usr.bin/diff/diffdir.c
59
warnc(ENAMETOOLONG, "%s", p1);
usr.bin/diff/diffdir.c
69
warnc(ENAMETOOLONG, "%s", p2);
usr.bin/du/du.c
188
warnc(p->fts_errno, "%s", p->fts_path);
usr.bin/find/find.c
206
warnc(entry->fts_errno, "%s", entry->fts_path);
usr.bin/ftp/fetch.c
282
warnc(save_errno, "Reading from file");
usr.bin/ftp/ftp.c
1099
warnc(serrno, "netin");
usr.bin/ftp/ftp.c
1104
warnc(serrno, "local: %s", local);
usr.bin/ftp/ftp.c
1184
warnc(serrno, "netin");
usr.bin/ftp/ftp.c
1188
warnc(serrno, "local: %s", local);
usr.bin/ftp/ftp.c
770
warnc(serrno, "local: %s", local);
usr.bin/ftp/ftp.c
773
warnc(serrno, "netout");
usr.bin/ftp/ftp.c
805
warnc(serrno, "local: %s", local);
usr.bin/ftp/ftp.c
808
warnc(serrno, "netout");
usr.bin/ftp/ruserpass.c
88
warnc(ENAMETOOLONG, "%s/.netrc", hdir);
usr.bin/grep/util.c
84
warnc(p->fts_errno, "%s", p->fts_path);
usr.bin/indent/args.c
171
warnc(ENAMETOOLONG, "%s/%s", home, prof);
usr.bin/login/login.c
194
warnc(EPERM, "-h option");
usr.bin/login/login.c
211
warnc(EPERM, "-L option");
usr.bin/login/login.c
236
warnc(EPERM, "-R option");
usr.bin/login/login.c
248
warnc(EPERM, "-u option");
usr.bin/mail/lex.c
84
warnc(EISDIR, "%s", name);
usr.bin/mail/lex.c
92
warnc(EINVAL, "%s", name);
usr.bin/patch/mkpath.c
68
warnc(ENOTDIR, "%s", path);
usr.bin/printf/printf.c
487
warnc(ERANGE, "%s", s);
usr.bin/sort/sort.c
317
warnc(EINVAL, "%s", optarg);
usr.bin/uudecode/uudecode.c
271
warnc(EEXIST, "%s: %s", infile, outfile);
usr.bin/uudecode/uudecode.c
283
warnc(EISDIR, "%s: %s", infile, outfile);
usr.bin/uudecode/uudecode.c
291
warnc(EEXIST, "%s: %s", infile, outfile);
usr.bin/which/which.c
128
warnc(ENAMETOOLONG, "%s/%s", p, prog);
usr.bin/xinstall/xinstall.c
252
warnc(EFTYPE, "%s", to_name);
usr.sbin/btrace/printf.c
521
warnc(ERANGE, "%s", s);
usr.sbin/cron/client.c
104
warnc(ENAMETOOLONG, "%s", cronsock);
usr.sbin/cron/cron.c
446
warnc(ENAMETOOLONG, _PATH_CRON_SOCK);
usr.sbin/cron/crontab.c
290
warnc(ENAMETOOLONG, "%scrontab.XXXXXXXXXX", _PATH_TMP);
usr.sbin/cron/crontab.c
441
warnc(ENAMETOOLONG, "%s/tmp.XXXXXXXXX", _PATH_CRON_SPOOL);
usr.sbin/cron/crontab.c
521
warnc(ENAMETOOLONG, "%s/%s", _PATH_CRON_SPOOL, User);
usr.sbin/kvm_mkdb/nlist.c
319
warnc(EFTYPE, "%s: %s", kfile, fmterr);
usr.sbin/lpr/common_source/startdaemon.c
79
warnc(saved_errno, "connect");
usr.sbin/makefs/cd9660.c
1472
warnc(ENAMETOOLONG, NULL);
usr.sbin/procmap/procmap.c
329
warnc(ESRCH, "%d", pid);
usr.sbin/tcpdump/privsep.c
793
warnc(err, "%s", PF_OSFP_FILE);