bin/chio/chio.c
189
warnx("%s: too few arguments", cname);
bin/chio/chio.c
192
warnx("%s: too many arguments", cname);
bin/chio/chio.c
267
warnx("%s: too few arguments", cname);
bin/chio/chio.c
270
warnx("%s: too many arguments", cname);
bin/chio/chio.c
376
warnx("%s: too few arguments", cname);
bin/chio/chio.c
379
warnx("%s: too many arguments", cname);
bin/chio/chio.c
431
warnx("%s: no arguments expected", cname);
bin/chio/chio.c
473
warnx("%s: no arguments expected", cname);
bin/chio/chio.c
498
warnx("%s: too few arguments", cname);
bin/chio/chio.c
501
warnx("%s: too many arguments", cname);
bin/chio/chio.c
562
warnx("%s: bad option", cname);
bin/chio/chio.c
582
warnx("%s: too many arguments", cname);
bin/chio/chio.c
745
warnx("%s: too many arguments", cname);
bin/chio/chio.c
784
warnx("%s: bad option", cname);
bin/chio/chio.c
793
warnx("%s: missing element specification", cname);
bin/chio/chio.c
802
warnx("%s: missing argument", cname);
bin/chio/chio.c
812
warnx("%s: volume label too long", cname);
bin/chio/chio.c
824
warnx("%s: unexpected argument", cname);
bin/chio/chio.c
948
warnx("%s: too few arguments", cname);
bin/chio/chio.c
951
warnx("%s: too many arguments", cname);
bin/chmod/chmod.c
163
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
bin/chmod/chmod.c
170
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
bin/cp/cp.c
282
warnx("%s: %s",
bin/cp/cp.c
287
warnx("%s: directory causes a cycle", curr->fts_path);
bin/cp/cp.c
338
warnx("%s%s: name too long (not copied)",
bin/cp/cp.c
387
warnx("%s and %s are identical (not copied).",
bin/cp/cp.c
396
warnx("cannot overwrite directory %s with "
bin/cp/cp.c
420
warnx("%s is a directory (not copied).",
bin/cp/cp.c
460
warnx("%s is a socket (not copied).",
bin/date/date.c
335
warnx("illegal time format");
bin/dd/args.c
141
warnx("bs supersedes ibs and obs");
bin/dd/conv.c
253
warnx("%s: short input record", in.name);
bin/dd/dd.c
567
warnx("%s: short write on character device",
bin/df/df.c
512
warnx("sysctl failed");
bin/df/df.c
517
warnx("malloc failed");
bin/df/df.c
525
warnx("malloc failed");
bin/df/df.c
534
warnx("malloc failed");
bin/kill/kill.c
167
warnx("unknown signal %s; valid signals:", name);
bin/kill/kill.c
96
warnx("option requires an argument -- s");
bin/ln/ln.c
285
warnx("%s and %s are the same directory entry",
bin/ls/ls.c
489
warnx("%s: directory causes a cycle", p->fts_name);
bin/ls/ls.c
493
warnx("%s: %s", p->fts_name, strerror(p->fts_errno));
bin/ls/ls.c
640
warnx("%s: %s",
bin/ls/print.c
563
warnx("LSCOLORS should use "
bin/ls/print.c
576
warnx("invalid character '%c' in LSCOLORS"
bin/mv/mv.c
157
warnx("%s: destination pathname too long", *argv);
bin/mv/mv.c
255
warnx("cannot rename a mount point");
bin/mv/mv.c
293
warnx("malloc(%u) failed", blen);
bin/mv/mv.c
323
warnx(
bin/mv/mv.c
403
warnx("%s %s %s: did not terminate normally",
bin/mv/mv.c
411
warnx("%s %s %s: exec failed", _PATH_CP, from, to);
bin/mv/mv.c
414
warnx("%s %s %s: terminated with %d (non-zero) status",
bin/mv/mv.c
429
warnx("%s %s: did not terminate normally", _PATH_RM, from);
bin/mv/mv.c
436
warnx("%s %s: exec failed", _PATH_RM, from);
bin/mv/mv.c
439
warnx("%s %s: terminated with %d (non-zero) status",
bin/ps/keyword.c
249
warnx("no valid keywords; valid keywords:");
bin/ps/keyword.c
300
warnx("%s: keyword not found", p);
bin/ps/ps.c
320
warnx("Process environment requires procfs(5)");
bin/ps/ps.c
491
warnx("%.*s: name too long", (int)l, arg);
bin/ps/ps.c
497
warnx("%s: no such user", name);
bin/rm/rm.c
221
warnx("%s: %s",
bin/rm/rm.c
236
warnx("%s: %s",
bin/rm/rm.c
373
warnx("%s: %s", f, strerror(EEXIST));
bin/rm/rm.c
379
warnx("%s: is a directory", f);
bin/rm/rm.c
443
warnx("%s: cannot overwrite a non-regular file", file);
bin/rm/rm.c
447
warnx("%s (inode %ju): not overwritten due to multiple links",
bin/rm/rm.c
640
warnx("\".\" and \"..\" may not be removed");
bin/stty/cchar.c
111
warnx("option requires an argument -- %s", name);
bin/stty/cchar.c
121
warnx("maximum option value is %d -- %s",
bin/stty/cchar.c
126
warnx("option requires a numeric argument -- %s", name);
bin/stty/key.c
119
warnx("illegal option -- -%s", name);
bin/stty/key.c
123
warnx("option requires an argument -- %s", name);
bin/stty/stty.c
133
warnx("illegal option -- %s", *argv);
bin/stty/util.c
59
warnx("stdout appears redirected, but stdin is the control descriptor");
crypto/libressl/apps/nc/netcat.c
869
warnx("tls accept failed (%s)", tls_error(tls_ctx));
crypto/libressl/apps/nc/netcat.c
873
warnx("tls handshake failed (%s)", errstr);
crypto/libressl/apps/nc/netcat.c
880
warnx("No client certificate provided");
crypto/libressl/apps/nc/netcat.c
884
warnx("peer certificate is not %s", tls_expecthash);
crypto/libressl/apps/nc/netcat.c
887
warnx("name (%s) not found in client cert",
games/atc/log.c
144
warnx("no score file available");
games/banner/banner.c
1104
warnx("the character '%c' is not in my character set",
games/boggle/boggle/bog.c
172
warnx("can't load %s", DICT);
games/boggle/boggle/bog.c
180
warnx("can't load %s", DICTINDEX);
games/boggle/boggle/word.c
156
warnx("Error reading dictionary");
games/boggle/boggle/word.c
177
warnx("Can't open '%s'", indexfile);
games/boggle/boggle/word.c
183
warnx("A line in the index file is too long");
games/boggle/boggle/word.c
189
warnx("Bad index order");
games/boggle/boggle/word.c
198
warnx("Bad index length");
games/boggle/mkdict/mkdict.c
116
warnx("%d words", nwords);
games/boggle/mkdict/mkdict.c
76
warnx("word too long: %s", buf[current]);
games/hals_end/hals_end.c
149
warnx("all life functions terminated");
games/hunt/hunt/hunt.c
113
warnx("Team names must be numeric or space");
games/monop/execute.c
313
warnx("write error");
games/monop/execute.c
396
warnx("%s: read error", file);
games/sail/main.c
175
warnx("Unknown mode %d", mode);
games/tetris/scores.c
200
warnx("error writing scorefile: %s\n\t-- %s",
include/err.h
60
void warnx (const char *, ...) __printflike(1, 2);
lib/libc/gen/getbsize.c
80
fmterr: warnx("%s: unknown blocksize", p);
lib/libc/gen/getbsize.c
87
warnx("maximum blocksize is %ldG", MAXB / GB);
lib/libc/gen/getbsize.c
91
underflow: warnx("minimum blocksize is 512");
lib/libc/gen/pw_scan.c
103
warnx("no gid for user %s", pw->pw_name);
lib/libc/gen/pw_scan.c
110
warnx("%s gid is incorrect: %s", p, ep);
lib/libc/gen/pw_scan.c
151
warnx("warning, unknown root shell");
lib/libc/gen/pw_scan.c
165
warnx("corrupted entry");
lib/libc/gen/pw_scan.c
79
warnx("no uid for user %s", pw->pw_name);
lib/libc/gen/pw_scan.c
86
warnx("%s uid is incorrect: %s", p, ep);
lib/libc/gen/pw_scan.c
91
warnx("root uid should be 0");
lib/libc/rpc/auth_unix.c
106
warnx("authunix_create: out of memory");
lib/libc/rpc/auth_unix.c
113
warnx("authunix_create: out of memory");
lib/libc/rpc/auth_unix.c
146
warnx("authunix_create: out of memory");
lib/libc/rpc/auth_unix.c
335
warnx("auth_none.c - Fatal marshalling problem");
lib/libc/rpc/clnt_bcast.c
457
warnx("clnt_bcast: cannot send"
lib/libc/rpc/clnt_bcast.c
479
warnx("clnt_bcast: "
lib/libc/rpc/clnt_bcast.c
543
warnx("clnt_bcast: Cannot receive reply to "
lib/libc/rpc/clnt_dg.c
270
warnx(mem_err_clnt_dg);
lib/libc/rpc/clnt_raw.c
116
warnx("clntraw_create - Fatal header serialization error.");
lib/libc/rpc/crypt_client.c
64
warnx("getnetconfig: %s", nc_sperror());
lib/libc/rpc/svc_dg.c
107
warnx(svc_dg_str, svc_dg_err1);
lib/libc/rpc/svc_dg.c
116
warnx(svc_dg_str, svc_dg_err2);
lib/libc/rpc/svc_dg.c
151
warnx(svc_dg_str, __no_mem_str);
lib/libc/rpc/svc_dg.c
388
warnx(cache_enable_str, enable_err, " ");
lib/libc/rpc/svc_dg.c
394
warnx(cache_enable_str, alloc_err, " ");
lib/libc/rpc/svc_dg.c
402
warnx(cache_enable_str, alloc_err, "data");
lib/libc/rpc/svc_dg.c
410
warnx(cache_enable_str, alloc_err, "fifo");
lib/libc/rpc/svc_dg.c
462
warnx(cache_set_str, cache_set_err1);
lib/libc/rpc/svc_dg.c
471
warnx(cache_set_str, cache_set_err2);
lib/libc/rpc/svc_dg.c
477
warnx(cache_set_str, cache_set_err3);
lib/libc/rpc/svc_generic.c
100
warnx(
lib/libc/rpc/svc_generic.c
115
warnx("svc_create: no memory");
lib/libc/rpc/svc_generic.c
149
warnx(
lib/libc/rpc/svc_generic.c
161
warnx(
lib/libc/rpc/svc_generic.c
196
warnx("svc_tli_create: invalid netconfig");
lib/libc/rpc/svc_generic.c
201
warnx(
lib/libc/rpc/svc_generic.c
213
warnx(
lib/libc/rpc/svc_generic.c
230
warnx(
lib/libc/rpc/svc_generic.c
240
warnx(
lib/libc/rpc/svc_generic.c
273
warnx("svc_tli_create: bad service type");
lib/libc/rpc/svc_generic.c
89
warnx("svc_create: unknown protocol");
lib/libc/rpc/svc_simple.c
111
warnx("%s can't reassign procedure number %u", rpc_reg_msg,
lib/libc/rpc/svc_simple.c
119
warnx(rpc_reg_err, rpc_reg_msg, __reg_err1);
lib/libc/rpc/svc_simple.c
153
warnx(rpc_reg_err, rpc_reg_msg, __reg_err2);
lib/libc/rpc/svc_simple.c
159
warnx(rpc_reg_err, rpc_reg_msg, __reg_err3);
lib/libc/rpc/svc_simple.c
165
warnx(rpc_reg_err, rpc_reg_msg, __no_mem_str);
lib/libc/rpc/svc_simple.c
192
warnx("%s couldn't register prog %u vers %u for %s",
lib/libc/rpc/svc_simple.c
205
warnx(rpc_reg_err, rpc_reg_msg, __no_mem_str);
lib/libc/rpc/svc_simple.c
231
warnx("%s can't find suitable transport for %s",
lib/libc/rpc/svc_simple.c
259
warnx("svc_sendreply failed");
lib/libc/rpc/svc_simple.c
293
warnx(
lib/libc/rpc/svc_simple.c
306
warnx("rpc: rpc_reg: never registered prog %u vers %u",
lib/libc/rpc/svc_vc.c
135
warnx("svc_vc_create: out of memory");
lib/libc/rpc/svc_vc.c
143
warnx("svc_vc_create: out of memory");
lib/libc/rpc/svc_vc.c
157
warnx("svc_vc_create: could not retrieve local addr");
lib/libc/rpc/svc_vc.c
164
warnx("svc_vc_create: no mem for local addr");
lib/libc/rpc/svc_vc.c
199
warnx("svc_fd_create: could not retrieve local addr");
lib/libc/rpc/svc_vc.c
205
warnx("svc_fd_create: no mem for local addr");
lib/libc/rpc/svc_vc.c
212
warnx("svc_fd_create: could not retrieve remote addr");
lib/libc/rpc/svc_vc.c
218
warnx("svc_fd_create: no mem for local addr");
lib/libc/rpc/svc_vc.c
250
warnx("svc_vc: makefd_xprt: out of memory");
lib/libc/rpc/svc_vc.c
256
warnx("svc_tcp: makefd_xprt: out of memory");
lib/libc/stdlib/getopt_long.c
265
warnx(ambig,
lib/libc/stdlib/getopt_long.c
278
warnx(noarg,
lib/libc/stdlib/getopt_long.c
316
warnx(recargstring,
lib/libc/stdlib/getopt_long.c
337
warnx(illoptstring,
lib/libc/stdlib/getopt_long.c
520
warnx(posixly_correct ? illoptchar : gnuoptchar,
lib/libc/stdlib/getopt_long.c
524
warnx(illoptchar, optchar);
lib/libc/stdlib/getopt_long.c
536
warnx(recargchar, optchar);
lib/libc/stdlib/getopt_long.c
560
warnx(recargchar, optchar);
lib/libc/xdr/xdr.c
591
warnx("xdr_bytes: out of memory");
lib/libc/xdr/xdr.c
733
warnx("xdr_string: out of memory");
lib/libc/xdr/xdr_array.c
101
warnx("xdr_array: out of memory");
lib/libc/xdr/xdr_rec.c
172
warnx("xdrrec_create: out of memory");
lib/libc/xdr/xdr_rec.c
182
warnx("xdrrec_create: out of memory");
lib/libc/xdr/xdr_rec.c
189
warnx("xdrrec_create: out of memory");
lib/libc/xdr/xdr_reference.c
84
warnx("xdr_reference: out of memory");
lib/libcompat/4.3/rexec.c
204
warnx("Error: .netrc file is readable by others.");
lib/libcompat/4.3/rexec.c
205
warnx("Remove password or make file unreadable by others.");
lib/libcompat/4.3/rexec.c
218
warnx("Error: .netrc file is readable by others.");
lib/libcompat/4.3/rexec.c
219
warnx("Remove account or make file unreadable by others.");
lib/libcompat/4.3/rexec.c
285
warnx("Unknown .netrc keyword %s", tokval);
lib/libdevinfo/devinfo.c
188
warnx("can't find hw.bus.devices sysctl node");
lib/libdevinfo/devinfo.c
193
warnx("hw.bus.devices oid is too large");
lib/libdevinfo/devinfo.c
271
warnx("can't find hw.bus.rman sysctl node");
lib/libdevinfo/devinfo.c
276
warnx("hw.bus.rman oid is too large");
lib/libexecinfo/symtab.c
104
warnx("Error allocating symbol table");
lib/libexecinfo/symtab.c
152
warnx("No symbols found");
lib/libexecinfo/symtab.c
93
warnx("Elf Library is out of date.");
lib/libexecinfo/symtab.c
99
warnx("Error opening elf file: %s", elf_errmsg(elf_errno()));
lib/libfetch/ftp.c
1209
warnx("fetchListFTP(): not implemented");
lib/libfetch/http.c
2065
warnx("fetchPutHTTP(): not implemented");
lib/libfetch/http.c
2090
warnx("fetchListHTTP(): not implemented");
lib/libkcore/kcore.c
114
warnx("cannot read %s: %s", nl[0].n_name, kvm_geterr(kc->kd));
lib/libkcore/kcore_file.c
105
warnx("cannot read filep at %p for pid %d\n",
lib/libkcore/kcore_file.c
112
warnx("cannot read file at %p for pid %d\n",
lib/libkcore/kcore_file.c
90
warnx("cannot read proc at %p for pid %d\n",
lib/libkcore/kcore_file.c
98
warnx("cannot read filedesc at %p for pid %d\n",
lib/libkcore/kcore_proc.c
59
warnx("cannot read process table: %s", kvm_geterr(kc->kd));
lib/libkinfo/kinfo_file.c
73
warnx("kernel size of struct kinfo_file changed");
lib/libkvm/kvm_getswapinfo.c
100
warnx("cannot read %s: %s", msg, kvm_geterr(kd)); \
lib/libkvm/kvm_getswapinfo.c
267
warnx("cannot read %s: %s", "blmeta_t", kvm_geterr(kd));
lib/libkvm/kvm_getswapinfo.c
91
warnx("cannot read %s: %s", msg, kvm_geterr(kd))
lib/libnetgraph/debug.c
97
void (*_NgLogx) (const char *fmt,...) __printflike(1, 2) = warnx;
lib/libnetgraph7/debug.c
110
void (*_NgLogx) (const char *fmt,...) = warnx;
lib/libstdbuf/stdbuf.c
91
warnx("Unknown suffix '%c' for %s", *unit,
lib/libutil/gr_util.c
195
warnx("group line too long");
lib/libutil/gr_util.c
255
warnx("entry inconsistent");
lib/libutil/pw_util.c
461
warnx("passwd line too long");
lib/libutil/pw_util.c
522
warnx("entry inconsistent");
libexec/bootpd/bootpgw/bootpgw.c
254
warnx("invalid debug level");
libexec/bootpd/bootpgw/bootpgw.c
271
warnx("invalid hop count limit");
libexec/bootpd/bootpgw/bootpgw.c
294
warnx("invalid timeout specification");
libexec/bootpd/bootpgw/bootpgw.c
317
warnx("invalid wait time");
libexec/bootpd/bootpgw/bootpgw.c
324
warnx("unknown switch: -%c", argv[0][1]);
libexec/bootpd/bootpgw/bootpgw.c
334
warnx("missing server name");
libexec/mknetid/mknetid.c
189
warnx("bad passwd file entry: %s", readbuf);
libexec/mknetid/mknetid.c
195
warnx("bad passwd file entry: %s", readbuf);
libexec/mknetid/mknetid.c
202
warnx("bad passwd file entry: %s", readbuf);
libexec/mknetid/mknetid.c
209
warnx("bad passwd file entry: %s", readbuf);
libexec/mknetid/mknetid.c
220
warnx("duplicate netid '%s.%s@%s' -- skipping",
libexec/mknetid/mknetid.c
262
warnx("duplicate netid '%s' -- skipping",
libexec/mknetid/mknetid.c
283
warnx("bad netid entry: '%s'", readbuf);
libexec/mknetid/mknetid.c
291
warnx("duplicate netid '%s' -- skipping",
libexec/rbootd/rbootd.c
104
warnx("too many config files (`%s' ignored)",
libexec/revnetgroup/parse_netgroup.c
200
warnx("cycle in netgroup %s", lp->l_groupname);
libexec/revnetgroup/parse_netgroup.c
254
warnx("bad entry (%s%s%s%s%s) in netgroup \"%s\"",
libexec/revnetgroup/revnetgroup.c
86
warnx("please use only one of -u or -h");
libexec/revnetgroup/revnetgroup.c
93
warnx("please use only one of -u or -h");
libexec/telnetd/telnetd.c
177
warnx("unknown authorization level for -a");
libexec/telnetd/telnetd.c
260
warnx("%s%s%s",
libexec/telnetd/telnetd.c
264
warnx("TOS option unavailable; -S flag not supported");
libexec/telnetd/telnetd.c
296
warnx("%c: unknown option", ch);
sbin/camcontrol/camcontrol.c
1083
warnx(must, rescan? "rescan" : "reset");
sbin/camcontrol/camcontrol.c
1096
warnx(must, rescan? "rescan" : "reset");
sbin/camcontrol/camcontrol.c
1121
warnx("error opening transport layer device %s", XPT_DEVICE);
sbin/camcontrol/camcontrol.c
1175
warnx("can't malloc memory for matches");
sbin/camcontrol/camcontrol.c
1187
warnx("can't malloc memory for patterns");
sbin/camcontrol/camcontrol.c
1206
warnx("got CAM error %#x, CDM error %d\n",
sbin/camcontrol/camcontrol.c
1287
warnx("invalid bus number %d", mybus);
sbin/camcontrol/camcontrol.c
1292
warnx("invalid target number %d", mytarget);
sbin/camcontrol/camcontrol.c
1297
warnx("invalid lun number %d", mylun);
sbin/camcontrol/camcontrol.c
1307
warnx("error opening transport layer device %s\n",
sbin/camcontrol/camcontrol.c
1315
warnx("%s", cam_errbuf);
sbin/camcontrol/camcontrol.c
1398
warnx("invalid defect format %s", tstr);
sbin/camcontrol/camcontrol.c
1424
warnx("can't malloc memory for defect list");
sbin/camcontrol/camcontrol.c
1459
warnx("no defect list format specified");
sbin/camcontrol/camcontrol.c
1516
warnx("requested defect format not available");
sbin/camcontrol/camcontrol.c
1519
warnx("Device returned block format");
sbin/camcontrol/camcontrol.c
1522
warnx("Device returned bytes from index"
sbin/camcontrol/camcontrol.c
1526
warnx("Device returned physical sector format");
sbin/camcontrol/camcontrol.c
1530
warnx("Device returned unknown defect"
sbin/camcontrol/camcontrol.c
1537
warnx("Error returned from read defect data command");
sbin/camcontrol/camcontrol.c
1545
warnx("Error returned from read defect data command");
sbin/camcontrol/camcontrol.c
1842
warnx("scsicmd: error allocating ccb");
sbin/camcontrol/camcontrol.c
1875
warnx("command must either be "
sbin/camcontrol/camcontrol.c
1884
warnx("invalid number of input bytes %d",
sbin/camcontrol/camcontrol.c
1904
warnx("can't malloc memory for data_ptr");
sbin/camcontrol/camcontrol.c
1911
warnx("command must either be "
sbin/camcontrol/camcontrol.c
1920
warnx("invalid number of output bytes %d",
sbin/camcontrol/camcontrol.c
1931
warnx("can't malloc memory for data_ptr");
sbin/camcontrol/camcontrol.c
2038
warnx("error sending command");
sbin/camcontrol/camcontrol.c
2073
warnx("only wrote %u bytes out of %u",
sbin/camcontrol/camcontrol.c
2132
warnx("error opening transport layer device %s", XPT_DEVICE);
sbin/camcontrol/camcontrol.c
2140
warnx("you must specify \"off\", \"all\" or a bus,");
sbin/camcontrol/camcontrol.c
2141
warnx("bus:target, or bus:target:lun");
sbin/camcontrol/camcontrol.c
2173
warnx("you must specify \"all\", \"off\", or a bus,");
sbin/camcontrol/camcontrol.c
2174
warnx("bus:target, or bus:target:lun to debug");
sbin/camcontrol/camcontrol.c
2193
warnx("CAM debugging not available");
sbin/camcontrol/camcontrol.c
2194
warnx("you need to put options CAMDEBUG in"
sbin/camcontrol/camcontrol.c
2199
warnx("XPT_DEBUG CCB failed with status %#x",
sbin/camcontrol/camcontrol.c
2234
warnx("tagcontrol: error allocating ccb");
sbin/camcontrol/camcontrol.c
2243
warnx("tag count %d is < 0", numtags);
sbin/camcontrol/camcontrol.c
2273
warnx("XPT_REL_SIMQ CCB failed");
sbin/camcontrol/camcontrol.c
2298
warnx("XPT_GDEV_STATS CCB failed");
sbin/camcontrol/camcontrol.c
2402
warnx("get_cpi: couldn't allocate CCB");
sbin/camcontrol/camcontrol.c
2588
warnx("get_print_cts: error allocating ccb");
sbin/camcontrol/camcontrol.c
2612
warnx("XPT_GET_TRANS_SETTINGS CCB failed");
sbin/camcontrol/camcontrol.c
2652
warnx("ratecontrol: error allocating ccb");
sbin/camcontrol/camcontrol.c
2670
warnx("-D argument \"%s\" is unknown", optarg);
sbin/camcontrol/camcontrol.c
2679
warnx("offset value %d is < 0", offset);
sbin/camcontrol/camcontrol.c
2692
warnx("sync rate %f is < 0", syncrate);
sbin/camcontrol/camcontrol.c
2704
warnx("-T argument \"%s\" is unknown", optarg);
sbin/camcontrol/camcontrol.c
2716
warnx("bus width %d is < 0", bus_width);
sbin/camcontrol/camcontrol.c
2748
warnx("XPT_PATH_INQ CCB failed");
sbin/camcontrol/camcontrol.c
2796
warnx("HBA does not support tagged queueing, "
sbin/camcontrol/camcontrol.c
2813
warnx("HBA at %s%d is not cable of changing "
sbin/camcontrol/camcontrol.c
2828
warnx("HBA at %s%d is not cable of changing "
sbin/camcontrol/camcontrol.c
2878
warnx("HBA does not support 16 bit bus width");
sbin/camcontrol/camcontrol.c
2883
warnx("HBA does not support 32 bit bus width");
sbin/camcontrol/camcontrol.c
2889
warnx("Invalid bus width %d", bus_width);
sbin/camcontrol/camcontrol.c
2915
warnx("XPT_SET_TRANS_SETTINGS CCB failed");
sbin/camcontrol/camcontrol.c
2976
warnx("scsiformat: error allocating ccb");
sbin/camcontrol/camcontrol.c
3011
warnx("scsiformat: error sending inquiry");
sbin/camcontrol/camcontrol.c
3122
warnx(errstr);
sbin/camcontrol/camcontrol.c
3224
warnx("Unexpected SCSI Sense Key "
sbin/camcontrol/camcontrol.c
3229
warnx("Unable to print status "
sbin/camcontrol/camcontrol.c
3232
warnx("will exit when format is "
sbin/camcontrol/camcontrol.c
3237
warnx("Unexpected SCSI error during format");
sbin/camcontrol/camcontrol.c
3245
warnx("Unexpected CAM status %#x", status);
sbin/camcontrol/camcontrol.c
3283
warnx("%s: error allocating ccb", __func__);
sbin/camcontrol/camcontrol.c
3309
warnx("%s: invalid report type \"%s\"",
sbin/camcontrol/camcontrol.c
3322
warnx("%s: you can only specify one of -c or -l", __func__);
sbin/camcontrol/camcontrol.c
3532
warnx("%s: error allocating ccb", __func__);
sbin/camcontrol/camcontrol.c
3568
warnx("%s: you can only specify one of -b or -N", __func__);
sbin/camcontrol/camcontrol.c
3575
warnx("%s: you can only specify one of -b or -s", __func__);
sbin/camcontrol/camcontrol.c
3582
warnx("%s: you can only specify one of -h/-H or -q", __func__);
sbin/camcontrol/camcontrol.c
3589
warnx("%s: you can only specify one of -h/-H or -b", __func__);
sbin/camcontrol/camcontrol.c
3690
warnx("%s: humanize_number failed!", __func__);
sbin/camcontrol/camcontrol.c
376
warnx("can't malloc memory for matches");
sbin/camcontrol/camcontrol.c
3878
warnx("ambiguous option %s", argv[1]);
sbin/camcontrol/camcontrol.c
3882
warnx("option %s not found", argv[1]);
sbin/camcontrol/camcontrol.c
3962
warnx("%s is not a valid device identifier", argv[2]);
sbin/camcontrol/camcontrol.c
403
warnx("got CAM error %#x, CDM error %d\n",
sbin/camcontrol/camcontrol.c
4192
warnx("%s: error allocating ccb", __func__);
sbin/camcontrol/camcontrol.c
713
warnx("couldn't allocate CCB");
sbin/camcontrol/camcontrol.c
726
warnx("can't malloc memory for inquiry\n");
sbin/camcontrol/camcontrol.c
829
warnx("couldn't allocate CCB");
sbin/camcontrol/camcontrol.c
842
warnx("can't malloc memory for serial number");
sbin/camcontrol/camcontrol.c
919
warnx("couldn't allocate CCB");
sbin/camcontrol/camcontrol.c
936
warnx(error_string);
sbin/camcontrol/modeedit.c
269
warnx("value %d is out of range for entry %s; clipping "
sbin/camcontrol/modeedit.c
640
warnx(message, param); \
sbin/camcontrol/modeedit.c
700
warnx("modepage entry \"%s\" is read-only; "
sbin/camcontrol/modeedit.c
745
warnx("no editable entries");
sbin/camcontrol/modeedit.c
829
warnx("modepage %d not found in database"
sbin/camcontrol/modeedit.c
834
warnx("reverting to binary display only");
sbin/ccdconfig/ccdconfig.c
216
warnx("invalid ccd name: %s", cp);
sbin/ccdconfig/ccdconfig.c
236
warnx("%s: bad line: %d", ccdconf, lineno);
sbin/ccdconfig/ccdconfig.c
246
warnx("invalid ccd name: %s", cp);
sbin/ccdconfig/ccdconfig.c
255
warnx("invalid interleave factor: %s", cp);
sbin/ccdconfig/ccdconfig.c
263
warnx("invalid flags argument: %s", cp);
sbin/ccdconfig/ccdconfig.c
271
warnx("no memory to configure ccd");
sbin/ccdconfig/ccdconfig.c
279
warnx("%s: %s", cp, strerror(j));
sbin/ccdconfig/ccdconfig.c
353
warnx("no memory to configure ccds");
sbin/ccdconfig/ccdconfig.c
465
warnx("%s", (str)); \
sbin/ccdconfig/ccdconfig.c
466
warnx("%s", kvm_geterr((kd))); \
sbin/ccdconfig/ccdconfig.c
483
warnx("can't open kvm: %s", errbuf);
sbin/ccdconfig/ccdconfig.c
503
warnx("no memory for configuration data");
sbin/ccdconfig/ccdconfig.c
535
warnx("invalid ccd name: %s", cp);
sbin/ccdconfig/ccdconfig.c
539
warnx("%s: %s", ccd, strerror(error));
sbin/ccdconfig/ccdconfig.c
543
warnx("ccd%d not configured", i);
sbin/ccdconfig/ccdconfig.c
595
warnx("can't read component info");
sbin/ccdconfig/ccdconfig.c
596
warnx("%s", kvm_geterr(kd));
sbin/ccdconfig/ccdconfig.c
605
warnx("can't read component pathname");
sbin/ccdconfig/ccdconfig.c
606
warnx("%s", kvm_geterr(kd));
sbin/devd/devd.cc
1191
warnx("Setting " SYSCTL " to 0");
sbin/disklabel32/disklabel.c
1511
warnx("The media is too large for a 32 bit disklabel,"
sbin/disklabel32/disklabel.c
1673
warnx("Warning running new disklabel on old DragonFly systems,\n"
sbin/disklabel32/disklabel.c
272
warnx("Warning, old bootblocks detected, install new bootblocks & reinstall the disklabel");
sbin/disklabel32/disklabel.c
450
warnx("%s: no disk label on disk;", s);
sbin/disklabel32/disklabel.c
455
warnx("%s: label magic number or checksum is wrong!", s);
sbin/disklabel32/disklabel.c
460
warnx("%s: open partition would move or shrink", s);
sbin/disklabel32/disklabel.c
464
warnx("%s: '%c' partition must start at beginning of disk",
sbin/disklabel32/disklabel.c
469
warnx("%s: the disk already has a label of a different type,\n"
sbin/disklabel32/disklabel.c
707
warnx("can't create %s", tmpfil);
sbin/disklabel32/disklabel.c
717
warnx("can't reopen %s for reading", tmpfil);
sbin/disklabel32/disklabel.c
752
warnx("you have too many processes");
sbin/disklabel64/disklabel64.c
481
warnx("%s: no disk label on disk;", s);
sbin/disklabel64/disklabel64.c
486
warnx("%s: label magic number or checksum is wrong!", s);
sbin/disklabel64/disklabel64.c
491
warnx("%s: open partition would move or shrink", s);
sbin/disklabel64/disklabel64.c
495
warnx("%s: the disk already has a label of a different type,\n"
sbin/disklabel64/disklabel64.c
757
warnx("can't create %s", tmpfil);
sbin/disklabel64/disklabel64.c
767
warnx("can't reopen %s for reading", tmpfil);
sbin/disklabel64/disklabel64.c
802
warnx("you have too many processes");
sbin/dump/main.c
641
warnx("option requires an argument -- %c", *ap);
sbin/dumpfs/dumpfs.c
120
warnx("%s: non-existent or truncated superblock, skipped",
sbin/dumpfs/dumpfs.c
126
warnx("%s: superblock has bad magic number, skipped", name);
sbin/dumpfs/dumpfs.c
257
warnx("%s: error reading cg", name);
sbin/dumpfs/dumpfs.c
327
warnx("%s: non-existent or truncated superblock, skipped",
sbin/dumpfs/dumpfs.c
333
warnx("%s: superblock has bad magic number, skipped", name);
sbin/dumpon/dumpon.c
120
warnx("crash dumps already configured "
sbin/fdisk/fdisk.c
1069
warnx("ERROR line %d: the geometry specification line "
sbin/fdisk/fdisk.c
1076
warnx("ERROR line %d: incorrect number of "
sbin/fdisk/fdisk.c
1096
warnx("ERROR line %d: unknown geometry "
sbin/fdisk/fdisk.c
1114
warnx("ERROR line %d: number of cylinders "
sbin/fdisk/fdisk.c
1119
warnx("WARNING line %d: number of cylinders (%d) "
sbin/fdisk/fdisk.c
1127
warnx("ERROR line %d: number of heads not specified",
sbin/fdisk/fdisk.c
1131
warnx("ERROR line %d: number of heads must be within "
sbin/fdisk/fdisk.c
1136
warnx("ERROR line %d: number of sectors not specified",
sbin/fdisk/fdisk.c
1141
warnx("ERROR line %d: number of sectors must be within "
sbin/fdisk/fdisk.c
1163
warnx("ERROR line %d: incorrect number of "
sbin/fdisk/fdisk.c
1170
warnx("ERROR line %d: invalid partition number %d",
sbin/fdisk/fdisk.c
1204
warnx("ERROR line %d: unable to adjust start "
sbin/fdisk/fdisk.c
1210
warnx("WARNING: adjusting start offset of "
sbin/fdisk/fdisk.c
1227
warnx("ERROR: could not adjust partition to start on a "
sbin/fdisk/fdisk.c
1232
warnx("WARNING: adjusting size of partition %d from "
sbin/fdisk/fdisk.c
1238
warnx("ERROR line %d: size of partition %d is zero",
sbin/fdisk/fdisk.c
1260
warnx("ERROR line %d: incorrect number of active args",
sbin/fdisk/fdisk.c
1267
warnx("ERROR line %d: invalid partition number %d",
sbin/fdisk/fdisk.c
1389
warnx("ERROR: size of partition is zero");
sbin/fdisk/fdisk.c
1398
warnx("WARNING: partition overlaps with partition table");
sbin/fdisk/fdisk.c
1403
warnx("WARNING: partition does not start on a head boundary");
sbin/fdisk/fdisk.c
1405
warnx("WARNING: partition does not end on a cylinder boundary");
sbin/fdisk/fdisk.c
1406
warnx("WARNING: this may confuse the BIOS or some operating systems");
sbin/fdisk/fdisk.c
1419
warnx("ERROR: unable to adjust start of partition "
sbin/fdisk/fdisk.c
1433
warnx("ERROR: could not adjust partition to start on a "
sbin/fdisk/fdisk.c
1440
warnx("WARNING: adjusting start offset of partition to %u",
sbin/fdisk/fdisk.c
1445
warnx("WARNING: adjusting size of partition to %u",
sbin/fdisk/fdisk.c
583
warnx("ERROR: failed to adjust; setting sysid to 0");
sbin/fdisk/fdisk.c
785
warnx("can't get file status of %s", disk);
sbin/fdisk/fdisk.c
789
warnx("device %s is not character special", disk);
sbin/fdisk/fdisk.c
795
warnx("can't open device %s", disk);
sbin/fdisk/fdisk.c
799
warnx("can't get disk parameters on %s", disk);
sbin/fdisk/fdisk.c
860
warnx("can't get disk parameters on %s; "
sbin/fdisk/fdisk.c
894
warnx("unable to allocate buffer to read fdisk "
sbin/fdisk/fdisk.c
899
warnx("can't read fdisk partition table");
sbin/fdisk/fdisk.c
904
warnx("invalid fdisk partition table found");
sbin/fsdb/fsdb.c
248
warnx("`%s' requires write access", cmd_argv[0]),
sbin/fsdb/fsdb.c
260
warnx("unknown command `%s'", cmd_argv[0]), rval = 1;
sbin/fsdb/fsdb.c
267
warnx("rval was %d", rval);
sbin/fsdb/fsdb.c
429
warnx("name `%s' not found in current inode directory", name);
sbin/fsdb/fsdb.c
539
warnx("no %sth slot in current directory", argv[1]);
sbin/fsdb/fsdb.c
589
warnx("new name `%s' does not fit in slot %s\n", argv[2], argv[1]);
sbin/fsdb/fsdb.c
592
warnx("no %sth slot in current directory", argv[1]);
sbin/fsdb/fsdb.c
623
warnx("type `%s' not known", argv[1]);
sbin/fsdb/fsdb.c
624
warnx("try one of `file', `dir', `socket', `fifo'");
sbin/fsdb/fsdb.c
645
warnx("bad length `%s'", argv[1]);
sbin/fsdb/fsdb.c
666
warnx("bad modebits `%s'", argv[1]);
sbin/fsdb/fsdb.c
688
warnx("bad flags `%s'", argv[1]);
sbin/fsdb/fsdb.c
693
warnx("flags set beyond 32-bit range of field (%lx)\n", flags);
sbin/fsdb/fsdb.c
713
warnx("bad gen `%s'", argv[1]);
sbin/fsdb/fsdb.c
718
warnx("gen set beyond 32-bit range of field (%lx)\n", gen);
sbin/fsdb/fsdb.c
738
warnx("bad link count `%s'", argv[1]);
sbin/fsdb/fsdb.c
742
warnx("max link count is %d\n", USHRT_MAX);
sbin/fsdb/fsdb.c
768
warnx("bad uid `%s'", argv[1]);
sbin/fsdb/fsdb.c
794
warnx("bad gid `%s'", argv[1]);
sbin/fsdb/fsdb.c
817
warnx("invalid nanoseconds");
sbin/fsdb/fsdb.c
824
warnx("date format: YYYYMMDDHHMMSS[.nsec]");
sbin/fsdb/fsdb.c
852
warnx("date/time out of range");
sbin/fsdb/fsdbutil.c
274
warnx("no current inode\n");
sbin/fsdb/fsdbutil.c
284
warnx("no current inode\n");
sbin/fsdb/fsdbutil.c
288
warnx("inode %ju not a directory", (uintmax_t)curinum);
sbin/fsdb/fsdbutil.c
75
warnx("command `%s' takes %u arguments", cmdp->cmd, cmdp->minargc-1);
sbin/fsdb/fsdbutil.c
77
warnx("command `%s' takes from %u to %u arguments",
sbin/fsdb/fsdbutil.c
80
warnx("usage: %s: %s", cmdp->cmd, cmdp->helptxt);
sbin/fsirand/fsirand.c
141
warnx("can't read superblock on %s: %s", device,
sbin/fsirand/fsirand.c
148
warnx("bad magic number in superblock");
sbin/fsirand/fsirand.c
152
warnx("superblock size is preposterous");
sbin/fsirand/fsirand.c
156
warnx("filesystem format is too old, sorry");
sbin/fsirand/fsirand.c
160
warnx("filesystem is not clean, fsck %s first", device);
sbin/fsirand/fsirand.c
178
warnx("bad magic number in backup superblock %d on %s",
sbin/fsirand/fsirand.c
183
warnx("size of backup superblock %d on %s is preposterous",
sbin/fsirand/fsirand.c
247
warnx("can't read inodes: %s",
sbin/fsirand/fsirand.c
272
warnx("can't write inodes: %s",
sbin/gpt/add.c
102
warnx("%s: error: entry at index %u is not free",
sbin/gpt/add.c
116
warnx("%s: error: no available table entries",
sbin/gpt/add.c
124
warnx("%s: error: no space available on device", device_name);
sbin/gpt/add.c
330
warnx("alignment (%ju) not multiple of "
sbin/gpt/add.c
337
warnx("size (%ju) not multiple of "
sbin/gpt/add.c
71
warnx("%s: error: no primary GPT header; run create or recover",
sbin/gpt/add.c
78
warnx("%s: error: no secondary GPT header; run recover",
sbin/gpt/add.c
86
warnx("%s: error: run recover -- trust me", device_name);
sbin/gpt/add.c
92
warnx("%s: error: index %u out of range (%u max)", device_name,
sbin/gpt/create.c
101
warnx("%s: error: map initialization failed", device_name);
sbin/gpt/create.c
110
warnx("%s: error: reading PMBR failed", device_name);
sbin/gpt/create.c
133
warnx("%s: error: no room for the GPT header", device_name);
sbin/gpt/create.c
154
warnx("%s: error: failed to create primary GPT", device_name);
sbin/gpt/create.c
196
warnx("%s: error: failed to create backup GPT",
sbin/gpt/create.c
89
warnx("%s: error: device already contains a GPT", device_name);
sbin/gpt/create.c
95
warnx("%s: error: device contains a MBR", device_name);
sbin/gpt/destroy.c
61
warnx("%s: error: device doesn't contain a GPT",
sbin/gpt/destroy.c
68
warnx("%s: error: recoverability not possible", device_name);
sbin/gpt/expand.c
105
warnx("%s: error: no primary GPT header; run create or recover",
sbin/gpt/expand.c
111
warnx("%s: error: no primary partition table; run recover",
sbin/gpt/expand.c
141
warnx("%s: error: no room for secondary GPT table",
sbin/gpt/expand.c
166
warnx("%s: error: cannot shrink entry %d "
sbin/gpt/expand.c
200
warnx("%s: no secondary GPT header; creating\n", device_name);
sbin/gpt/expand.c
206
warnx("%s: no secondary GPT table; creating\n", device_name);
sbin/gpt/expand.c
99
warnx("%s: error: PMBR not found or invalid", device_name);
sbin/gpt/gpt.c
320
warnx("unknown partition type: %s", s);
sbin/gpt/gpt.c
363
warnx("%s: failed to write %ju sectors starting at %ju",
sbin/gpt/gpt.c
383
warnx("%s: MBR not found at sector %ju", device_name,
sbin/gpt/gpt.c
406
warnx("%s: Suspicious PMBR at sector %ju",
sbin/gpt/gpt.c
409
warnx("%s: PMBR at sector %ju", device_name,
sbin/gpt/gpt.c
418
warnx("%s: Suspicious MBR at sector %ju", device_name,
sbin/gpt/gpt.c
421
warnx("%s: MBR at sector %ju", device_name, (uintmax_t)lba);
sbin/gpt/gpt.c
434
warnx("%s: Malformed MBR at sector %ju", device_name,
sbin/gpt/gpt.c
441
warnx("%s: MBR part %d: type=%d, start=%ju, size=%ju",
sbin/gpt/gpt.c
483
warnx("%s: Bad CRC in GPT header at sector %ju",
sbin/gpt/gpt.c
501
warnx("%s: Bad CRC in GPT table at sector %ju",
sbin/gpt/gpt.c
509
warnx("%s: %s GPT at sector %ju", device_name,
sbin/gpt/gpt.c
569
warnx("%s: GPT partition %d: type=%s, start=%ju, "
sbin/gpt/gpt.c
643
warnx("%s: mediasize=%ju; sectorsize=%u; blocks=%ju",
sbin/gpt/gpt.c
649
warnx("%s: error: map initialization failed", device_name);
sbin/gpt/label.c
72
warnx("%s: error: no primary GPT header; run create or recover",
sbin/gpt/label.c
79
warnx("%s: error: no secondary GPT header; run recover",
sbin/gpt/label.c
87
warnx("%s: error: run recover -- trust me", device_name);
sbin/gpt/map.c
66
warnx("error: map entry doesn't fit media: "
sbin/gpt/map.c
78
warnx("warning: partition(%ju,%ju) mirrored",
sbin/gpt/map.c
90
warnx("error: bogus map: current=%d, new=%d",
sbin/gpt/migrate.c
163
warnx("%s: %s: unknown partition type (%d)",
sbin/gpt/migrate.c
183
warnx("%s: migrated slice partition %d: "
sbin/gpt/migrate.c
204
warnx("%s: %s: unknown partition type (%d)",
sbin/gpt/migrate.c
222
warnx("%s: migrated slice partition %d: "
sbin/gpt/migrate.c
250
warnx("%s: error: no partitions to convert", device_name);
sbin/gpt/migrate.c
258
warnx("%s: error: device already contains a GPT", device_name);
sbin/gpt/migrate.c
265
warnx("%s: error: no room for the GPT header", device_name);
sbin/gpt/migrate.c
269
warnx("%s: found %ju free blocks after MBR",
sbin/gpt/migrate.c
291
warnx("%s: error: no room for the backup header", device_name);
sbin/gpt/migrate.c
298
warnx("%s: error: no room for the GPT table", device_name);
sbin/gpt/migrate.c
304
warnx("%s: create GPT table with %ju blocks",
sbin/gpt/migrate.c
311
warnx("%s: error: failed to create primary GPT", device_name);
sbin/gpt/migrate.c
319
warnx("%s: error: failed to create backup GPT", device_name);
sbin/gpt/migrate.c
389
warnx("%s: migrated partition %d: "
sbin/gpt/migrate.c
403
warnx("%s: migrated partition %d: "
sbin/gpt/migrate.c
409
warnx("%s: %s: partition %d: unknown type (%d)",
sbin/gpt/migrate.c
66
warnx("%s: error: reading disklabel32 failed", device_name);
sbin/gpt/migrate.c
73
warnx("%s: warning: no disklabel32 in slice", device_name);
sbin/gpt/migrate.c
89
warnx("%s: error: reading disklabel64 failed", device_name);
sbin/gpt/migrate.c
94
warnx("%s: warning: no disklabel64 in slice", device_name);
sbin/gpt/recover.c
106
warnx("%s: adding secondary GPT header failed",
sbin/gpt/recover.c
118
warnx("%s: recovered secondary GPT header from primary",
sbin/gpt/recover.c
124
warnx("%s: adding primary GPT header failed",
sbin/gpt/recover.c
136
warnx("%s: recovered primary GPT header from secondary",
sbin/gpt/recover.c
146
warnx("%s: error: no room for the PMBR", device_name);
sbin/gpt/recover.c
152
warnx("%s: error: reading PMBR failed", device_name);
sbin/gpt/recover.c
172
warnx("%s: recreated PMBR", device_name);
sbin/gpt/recover.c
56
warnx("%s: error: device contains a MBR", device_name);
sbin/gpt/recover.c
66
warnx("%s: no primary or secondary GPT headers, can't recover",
sbin/gpt/recover.c
71
warnx("%s: no primary or secondary GPT tables, can't recover",
sbin/gpt/recover.c
82
warnx("%s: adding secondary GPT table failed",
sbin/gpt/recover.c
87
warnx("%s: recovered secondary GPT table from primary",
sbin/gpt/recover.c
93
warnx("%s: adding primary GPT table failed",
sbin/gpt/recover.c
98
warnx("%s: recovered primary GPT table from secondary",
sbin/gpt/remove.c
69
warnx("%s: error: no primary GPT header; run create or recover",
sbin/gpt/remove.c
76
warnx("%s: error: no secondary GPT header; run recover",
sbin/gpt/remove.c
84
warnx("%s: error: run recover -- trust me", device_name);
sbin/growfs/growfs.c
1501
warnx("error: %d refs found for block %d.",
sbin/growfs/growfs.c
1602
warnx("acg: bad magic number");
sbin/growfs/growfs.c
1607
warnx("error: cylinder group ran out of space");
sbin/growfs/growfs.c
1656
warnx("internal error: couldn't find promised block in cg");
sbin/growfs/growfs.c
1780
warnx("clrblock bad fs_frag %d", fs->fs_frag);
sbin/growfs/growfs.c
1813
warnx("setblock bad fs_frag %d", fs->fs_frag);
sbin/hammer/hammer_util.h
190
#define hwarnx(format, args...) warnx("WARNING: "format,## args)
sbin/ifconfig/ifconfig.c
1178
warnx("pollcpu is deprecated, use polling or npolling instead");
sbin/ifconfig/ifconfig.c
318
warnx("skip invalid format specification: %s\n",
sbin/ifconfig/ifconfig.c
559
warnx("%s: interface name too long, skipping",
sbin/ifconfig/ifconfig.c
896
warnx("interface %s cannot change %s addresses!",
sbin/ifconfig/ifconfig.c
913
warnx("interface %s cannot change %s addresses!",
sbin/ifconfig/ifieee80211.c
5220
warnx("bad hexadecimal digits");
sbin/ifconfig/ifieee80211.c
5224
warnx("odd count hexadecimal digits");
sbin/ifconfig/ifieee80211.c
5230
warnx("hexadecimal digits too long");
sbin/ifconfig/ifieee80211.c
5232
warnx("string too long");
sbin/ifconfig/iflagg.c
45
warnx("%s %s: SIOCSLAGGPORT: %s",
sbin/ifconfig/ifmedia.c
124
warnx("%s: no media types?", IfName);
sbin/ifconfig/ifvlan.c
112
warnx("argument to -vlandev is useless and hence deprecated");
sbin/ifconfig/regdomain.c
111
warnx("no mode for netband at line %ld",
sbin/ifconfig/regdomain.c
131
warnx("unknown netband mode \"%s\" at line %ld",
sbin/ifconfig/regdomain.c
138
warnx("ignore \"%s\" of unknown netband at line %ld",
sbin/ifconfig/regdomain.c
144
warnx("band without enclosing netband at line %ld",
sbin/ifconfig/regdomain.c
155
warnx("duplicate freqband at line %ld ignored",
sbin/ifconfig/regdomain.c
237
warnx("unknown flag \"%.*s\" at line %ld ignored",
sbin/ifconfig/regdomain.c
277
warnx("flags without freqband or netband at line %ld ignored",
sbin/ifconfig/regdomain.c
326
warnx("unexpected XML token \"%s\" data \"%s\" at line %ld",
sbin/ifconfig/regdomain.c
345
warnx("no freqbands for band at line %ld",
sbin/ifconfig/regdomain.c
349
warnx("no maxpower for band at line %ld",
sbin/ifconfig/regdomain.c
366
warnx("no ISO cc for country at line %ld",
sbin/ifconfig/regdomain.c
370
warnx("no name for country at line %ld",
sbin/ifconfig/regdomain.c
374
warnx("no regdomain reference for country at line %ld",
sbin/ifconfig/regdomain.c
439
warnx("%s: %s at line %ld", __func__,
sbin/ifconfig/regdomain.c
479
warnx("undefined country \"%s\"",
sbin/ifconfig/regdomain.c
488
warnx("undefined 11b band \"%s\"",
sbin/ifconfig/regdomain.c
497
warnx("undefined 11g band \"%s\"",
sbin/ifconfig/regdomain.c
506
warnx("undefined 11a band \"%s\"",
sbin/ifconfig/regdomain.c
515
warnx("undefined 11ng band \"%s\"",
sbin/ifconfig/regdomain.c
524
warnx("undefined 11na band \"%s\"",
sbin/ifconfig/regdomain.c
533
warnx("undefined 11ac band \"%s\"",
sbin/ifconfig/regdomain.c
542
warnx("undefined 11acg band \"%s\"",
sbin/ifconfig/regdomain.c
553
warnx("undefined country \"%s\"",
sbin/ip6fw/ip6fw.c
489
warnx("rule %lu does not exist", rulenum);
sbin/ip6fw/ip6fw.c
507
warnx("error: %s", buf);
sbin/ip6fw/ip6fw.c
806
warnx("warning: interface ``%s'' does not exist", ifr.ifr_name);
sbin/ipfw/ipfw2.c
1605
warnx("missing keyword to enable/disable\n");
sbin/ipfw/ipfw2.c
1622
warnx("unrecognize enable/disable keyword: %s\n", *av);
sbin/ipfw/ipfw2.c
1726
warnx("invalid rule number: %s", *(lav - 1));
sbin/ipfw/ipfw2.c
1742
warnx("rule %lu does not exist", rnum);
sbin/kldload/kldload.c
104
warnx("can't load %s: module already loaded or "
sbin/kldload/kldload.c
108
warnx("an error occurred while loading module %s. "
sbin/kldload/kldload.c
52
warnx("module %s was loaded from %s, not the current directory",
sbin/ldconfig/elfhints.c
176
warnx("%s:%d: trailing characters ignored",
sbin/ldconfig/elfhints.c
72
warnx("%s: ignoring directory not owned by root", name);
sbin/ldconfig/elfhints.c
76
warnx("%s: ignoring world-writable directory", name);
sbin/ldconfig/elfhints.c
80
warnx("%s: ignoring group-writable directory", name);
sbin/md5/md5.c
228
warnx("%s is %jd bytes long, not large enough for the "
sbin/md5/md5.c
235
warnx("%s is %jd bytes long. Begin-offset %jd (%jd) is "
sbin/md5/md5.c
307
warnx("%c (%d): unrecognized suffix", endp[0], (int)endp[0]);
sbin/mount/mount.c
485
warnx("%s: %s", name, sys_siglist[WTERMSIG(status)]);
sbin/mount/vfslist.c
73
warnx("malloc failed");
sbin/mount_autofs/mount_autofs.c
97
warnx("\"%s\" is a relative path.", argv[1]);
sbin/mount_autofs/mount_autofs.c
98
warnx("using \"%s\" instead.", canon_dir);
sbin/mount_cd9660/mount_cd9660.c
215
warnx("cannot find or load \"cd9660_iconv\" "
sbin/mount_hammer/mount_hammer.c
54
#define hwarnx(format, args...) warnx("WARNING: "format,## args)
sbin/mount_hpfs/mount_hpfs.c
112
warnx("\"%s\" is a relative path", dir);
sbin/mount_hpfs/mount_hpfs.c
118
warnx("using \"%s\" instead", dir);
sbin/mount_msdos/mount_msdos.c
288
warnx("cannot find or load \"msdos_iconv\" kernel module");
sbin/mount_nfs/mount_nfs.c
481
warnx("path@server syntax is deprecated, use server:path");
sbin/mount_nfs/mount_nfs.c
484
warnx("no <host>:<dirpath> nfs-name");
sbin/mount_nfs/mount_nfs.c
499
warnx("%s:%s: %s", hostp, spec, strerror(ENAMETOOLONG));
sbin/mount_nfs/mount_nfs.c
561
warnx("Cannot immediately mount %s:%s, backgrounding",
sbin/mount_nfs/mount_nfs.c
573
warnx("can't update %s for %s:%s", PATH_MOUNTTAB, hostp, spec);
sbin/mount_ntfs/mount_ntfs.c
235
warnx( "cannot find or load \"ntfs_iconv\" kernel module");
sbin/mount_ufs/mount.c
442
warnx("%s: %s", name, sys_siglist[WTERMSIG(status)]);
sbin/mount_ufs/mount_ufs.c
130
warnx("ufs filesystem is not available");
sbin/mount_ufs/mount_ufs.c
137
warnx("%s on %s: mount table full",
sbin/mount_ufs/mount_ufs.c
142
warnx(
sbin/mount_ufs/mount_ufs.c
146
warnx("%s on %s: incorrect super block",
sbin/mountd/mountd.c
1143
warnx("got line %s", line);
sbin/mountd/mountd.c
1175
warnx("doing opt %s", cp);
sbin/mountd/mountd.c
1217
warnx("making new ep fs=0x%x,0x%x",
sbin/mountd/mountd.c
1221
warnx("found ep fs=0x%x,0x%x",
sbin/mountd/mountd.c
1285
warnx("adding a default entry");
sbin/mountd/mountd.c
1430
warnx("reading exports from %s", exnames[i]);
sbin/mountd/mountd.c
2044
warnx("can't change attributes for %s",
sbin/mountd/mountd.c
2068
warnx("mnt unsucc");
sbin/mountd/mountd.c
349
warnx("getting export list");
sbin/mountd/mountd.c
352
warnx("getting mount list");
sbin/mountd/mountd.c
355
warnx("here we go");
sbin/mountd/mountd.c
812
warnx("stat failed on %s", dirpath);
sbin/mountd/mountd.c
855
warnx("mount successful");
sbin/natd/natd.c
1093
warnx("unknown option %s", option);
sbin/natd/natd.c
412
warnx("invalid option %s", opt);
sbin/natd/natd.c
710
warnx("routing message version %d "
sbin/natd/natd.c
735
warnx("routing message version %d "
sbin/newfs_msdos/mkfs_msdos.c
1029
warnx("%s: no default %s", fname, msg);
sbin/newfs_msdos/mkfs_msdos.c
1033
warnx("%s: illegal %s %d", fname, msg, val);
sbin/newfs_msdos/mkfs_msdos.c
260
warnx("Cannot specify both block size and sectors per cluster");
sbin/newfs_msdos/mkfs_msdos.c
264
warnx("%s: bad OEM string", o.OEM_string);
sbin/newfs_msdos/mkfs_msdos.c
269
warnx("create (-C) is incompatible with -N");
sbin/newfs_msdos/mkfs_msdos.c
274
warnx("failed to create %s", fname);
sbin/newfs_msdos/mkfs_msdos.c
278
warnx("failed to initialize %jd bytes", (intmax_t)o.create_size);
sbin/newfs_msdos/mkfs_msdos.c
291
warnx("warning, %s is not a regular file", fname);
sbin/newfs_msdos/mkfs_msdos.c
297
warnx("warning, %s is not a character device", fname);
sbin/newfs_msdos/mkfs_msdos.c
306
warnx("cannot seek to %jd", (intmax_t)o.offset);
sbin/newfs_msdos/mkfs_msdos.c
349
warnx("Invalid bytes/sector (%u): must be 512, 1024, 2048 or 4096",
sbin/newfs_msdos/mkfs_msdos.c
355
warnx("%s: bad volume label", o.volume_label);
sbin/newfs_msdos/mkfs_msdos.c
366
warnx("-%c is not a legal FAT%s option",
sbin/newfs_msdos/mkfs_msdos.c
374
warnx("%d: bad FAT type", fat);
sbin/newfs_msdos/mkfs_msdos.c
380
warnx("block size (%u) is not a power of 2", o.block_size);
sbin/newfs_msdos/mkfs_msdos.c
384
warnx("block size (%u) is too small; minimum is %u",
sbin/newfs_msdos/mkfs_msdos.c
389
warnx("block size (%u) is too large; maximum is %u",
sbin/newfs_msdos/mkfs_msdos.c
397
warnx("sectors/cluster (%u) is not a power of 2",
sbin/newfs_msdos/mkfs_msdos.c
407
warnx("number of FATs (%u) is too large; maximum is %u",
sbin/newfs_msdos/mkfs_msdos.c
417
warnx("illegal media descriptor (%#x)", o.media_descriptor);
sbin/newfs_msdos/mkfs_msdos.c
444
warnx("%s: inappropriate file type or format", bname);
sbin/newfs_msdos/mkfs_msdos.c
479
warnx("no room for info sector");
sbin/newfs_msdos/mkfs_msdos.c
488
warnx("no room for backup sector");
sbin/newfs_msdos/mkfs_msdos.c
493
warnx("backup sector would overwrite info sector");
sbin/newfs_msdos/mkfs_msdos.c
522
warnx("too few reserved sectors (need %d have %d)", x,
sbin/newfs_msdos/mkfs_msdos.c
544
warnx("too many sectors/FAT for FAT12/16");
sbin/newfs_msdos/mkfs_msdos.c
550
warnx("meta data exceeds file system size");
sbin/newfs_msdos/mkfs_msdos.c
574
warnx("warning: Alignment failed.");
sbin/newfs_msdos/mkfs_msdos.c
582
warnx("warning: sectors/FAT limits file system to %u clusters",
sbin/newfs_msdos/mkfs_msdos.c
585
warnx("%u clusters too few clusters for FAT%u, need %u", cls, fat,
sbin/newfs_msdos/mkfs_msdos.c
592
warnx("warning: FAT type limits file system to %u sectors",
sbin/newfs_msdos/mkfs_msdos.c
665
warnx("%s: can't read sector %u", bname, x);
sbin/newfs_msdos/mkfs_msdos.c
762
warnx("%s: can't write sector %u", fname, lsn);
sbin/newfs_msdos/mkfs_msdos.c
777
warnx("%s: can't write sector %u", fname, lsn);
sbin/newfs_msdos/mkfs_msdos.c
824
warnx("%s is mounted on %s", fname, mp->f_mntonname);
sbin/newfs_msdos/mkfs_msdos.c
884
warnx("%s: unknown standard format", fmt);
sbin/nfsd/nfsd.c
152
warnx("nfsd count %d; reset to %d", nfsdcnt,
sbin/nfsd/nfsd.c
196
warnx("nfsd count %d; reset to %d", nfsdcnt,
sbin/nfsiod/nfsiod.c
111
warnx("nfsiod count %d; reset to %d", num_servers,
sbin/nfsiod/nfsiod.c
91
warnx("nfsiod count %d; reset to %d",
sbin/ping6/ping6.c
1317
warnx("invalid peername");
sbin/ping6/ping6.c
1324
warnx("packet too short (%d bytes) from %s", cc,
sbin/ping6/ping6.c
1330
warnx("some control data discarded, insufficient buffer size");
sbin/ping6/ping6.c
1336
warnx("failed to get receiving hop limit");
sbin/ping6/ping6.c
1340
warnx("failed to get receiving packet information");
sbin/ping6/ping6.c
1629
warnx("options truncated, showing only %u (total=%u)",
sbin/ping6/ping6.c
418
warnx("too small interval, raised to 0.01");
sbin/ping6/ping6.c
572
warnx("gateway resolves to multiple addresses");
sbin/ping6/ping6.c
823
warnx("you need -b to increase socket buffer size");
sbin/ping6/ping6.c
833
warnx("you need -b to increase socket buffer size");
sbin/quotacheck/quotacheck.c
309
warnx("creating quota file %s", quotafile);
sbin/rcorder/rcorder.c
162
warnx("debugging not compiled in, -d ignored");
sbin/rcorder/rcorder.c
336
warnx("file `%s' provides `%s'.", fnode->filename, s);
sbin/rcorder/rcorder.c
337
warnx("\tpreviously seen in `%s'.",
sbin/rcorder/rcorder.c
468
warnx("%s is not a file", filename);
sbin/rcorder/rcorder.c
579
warnx("file `%s' is before unknown provision `%s'",
sbin/rcorder/rcorder.c
637
warnx("requirement `%s' in file `%s' has no providers.",
sbin/rcorder/rcorder.c
652
warnx("Circular dependency on provision `%s' in file `%s'.",
sbin/rcorder/rcorder.c
722
warnx("Circular dependency on file `%s'.",
sbin/reboot/reboot.c
212
warnx("v_swappgsin");
sbin/restore/main.c
326
warnx("option requires an argument -- %c", *ap);
sbin/route/route.c
133
warnx("bad keyword: %s", cp);
sbin/route/route.c
1622
warnx("routing message version %d not understood",
sbin/route/route.c
1627
warnx("message length mismatch, in packet %d, returned %d",
sbin/route/route.c
764
warnx("Push or swap after pop. Ignoring.");
sbin/route/route.c
772
warnx("Swap after push. Ignoring.");
sbin/route/route.c
776
warnx("Too many swaps. Ignoring.");
sbin/shutdown/shutdown.c
571
warnx("%s", cp);
sbin/slattach/slattach.c
169
warnx("too many args, first='%s'", argv[optind]);
sbin/slattach/slattach.c
171
warnx("not enough args");
sbin/swapon/swapon.c
324
warnx("%s: device already a swap device", name);
sbin/swapon/swapon.c
373
warnx("%s: device already in use", name);
sbin/swapon/swapon.c
377
warnx("%s: NSWAPDEV limit reached", name);
sbin/sysctl/sysctl.c
423
warnx("S_sensor %zu != %zu", l2, sizeof(*s));
sbin/sysctl/sysctl.c
593
warnx("S_efi_map length less than header");
sbin/sysctl/sysctl.c
603
warnx("S_efi_map length mismatch %zu vs %zu", l2, efisz +
sbin/tunefs/tunefs.c
135
warnx("%s changes from %d to %d",
sbin/tunefs/tunefs.c
147
warnx("%s changes from %dms to %dms",
sbin/tunefs/tunefs.c
162
warnx("%s changes from %d to %d",
sbin/tunefs/tunefs.c
176
warnx("%s remains unchanged as %d",
sbin/tunefs/tunefs.c
179
warnx("%s changes from %d to %d",
sbin/tunefs/tunefs.c
193
warnx("%s changes from %d%% to %d%%",
sbin/tunefs/tunefs.c
198
warnx(OPTWARN, "time", ">=", MINFREE);
sbin/tunefs/tunefs.c
201
warnx(OPTWARN, "space", "<", MINFREE);
sbin/tunefs/tunefs.c
219
warnx("%s %s", name, action);
sbin/tunefs/tunefs.c
237
warnx("%s remains unchanged as %s",
sbin/tunefs/tunefs.c
241
warnx("%s changes from %s to %s",
sbin/tunefs/tunefs.c
246
warnx(OPTWARN, "time", ">=", MINFREE);
sbin/tunefs/tunefs.c
249
warnx(OPTWARN, "space", "<", MINFREE);
sbin/tunefs/tunefs.c
261
warnx("%s remains unchanged as %d",
sbin/tunefs/tunefs.c
264
warnx("%s changes from %d to %d",
sbin/tunefs/tunefs.c
282
warnx("file system reloaded");
sbin/tunefs/tunefs.c
337
warnx("soft updates: (-n) %s",
sbin/tunefs/tunefs.c
339
warnx("maximum contiguous block count: (-a) %d",
sbin/tunefs/tunefs.c
341
warnx("rotational delay between contiguous blocks: (-d) %d ms",
sbin/tunefs/tunefs.c
343
warnx("maximum blocks per file in a cylinder group: (-e) %d",
sbin/tunefs/tunefs.c
345
warnx("average file size: (-f) %d",
sbin/tunefs/tunefs.c
347
warnx("average number of files in a directory: (-s) %d",
sbin/tunefs/tunefs.c
349
warnx("minimum percentage of free space: (-m) %d%%",
sbin/tunefs/tunefs.c
351
warnx("optimization preference: (-o) %s",
sbin/tunefs/tunefs.c
355
warnx(OPTWARN, "time", ">=", MINFREE);
sbin/tunefs/tunefs.c
358
warnx(OPTWARN, "space", "<", MINFREE);
sbin/umount/umount.c
168
warnx("cannot umount %s, %s\n "
sbin/umount/umount.c
346
warnx("%s not found in "
sbin/umount/umount.c
383
warnx("cannot umount %s, %s\n "
sbin/umount/umount.c
425
warnx("can't get net id for host");
sbin/umount/umount.c
454
warnx("detach of %s failed", mntfromname);
sbin/umount/umount.c
466
warnx("%s: %s", hostp,
sbin/umount/umount.c
476
warnx("%s: %s", hostp,
sbin/umount/umount.c
486
warnx("cannot remove mounttab entry %s:%s",
sbin/umount/umount.c
507
warnx("invalid vn device: %s", fromname);
sbin/vquota/vquota.c
296
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
share/examples/ppi/ppilcd.c
145
warnx("LCD driver '%s' not known", drivertype);
share/examples/ppi/ppilcd.c
425
warnx("unknown command %c", cmd);
share/examples/ppi/ppilcd.c
427
warnx("unknown command 0x%x", cmd);
share/examples/scsi_target/scsi_cmds.c
128
warnx("tcmd_handle atio %p ctio %p atioflags %#x", atio, ctio,
share/examples/scsi_target/scsi_cmds.c
146
warnx("no done func for %#x???", a_descr->cdb[0]);
share/examples/scsi_target/scsi_cmds.c
150
warnx("cdb %#x not handled", a_descr->cdb[0]);
share/examples/scsi_target/scsi_cmds.c
217
warnx("illegal init_id %d, max %d", init_id, MAX_INITIATORS - 1);
share/examples/scsi_target/scsi_cmds.c
341
warnx("Not sure SIM supports Addr16 but enabling it anyway");
share/examples/scsi_target/scsi_cmds.c
374
warnx("Sending sense: %#x %#x %#x", sense->flags,
share/examples/scsi_target/scsi_cmds.c
380
warnx("REQUEST SENSE from %u but no pending CA!",
share/examples/scsi_target/scsi_cmds.c
430
warnx("Calling rdwr_decode");
share/examples/scsi_target/scsi_cmds.c
443
warnx("Starting DIR_IN @%lld:%u", c_descr->offset,
share/examples/scsi_target/scsi_cmds.c
448
warnx("Starting DIR_OUT @%lld:%u", c_descr->offset,
share/examples/scsi_target/scsi_cmds.c
477
warnx("Attempt to access past end of volume");
share/examples/scsi_target/scsi_cmds.c
488
warnx("r/w 0 blocks @ blkno %u", blkno);
share/examples/scsi_target/scsi_cmds.c
494
warnx("write %u blocks @ blkno %u", count, blkno);
share/examples/scsi_target/scsi_cmds.c
498
warnx("read %u blocks @ blkno %u", count, blkno);
share/examples/scsi_target/scsi_cmds.c
580
warnx("sending CTIO for AIO read");
share/examples/scsi_target/scsi_cmds.c
588
warnx("AIO done freeing CTIO");
share/examples/scsi_target/scsi_cmds.c
601
warnx("sending AIO for CTIO write");
share/examples/scsi_target/scsi_cmds.c
607
warnx("CTIO done freeing CTIO");
share/examples/scsi_target/scsi_cmds.c
612
warnx("Unknown completion code %d", event);
share/examples/scsi_target/scsi_cmds.c
664
warnx("%s", msg_buf);
share/examples/scsi_target/scsi_target.c
160
warnx("Width %s not supported", optarg);
share/examples/scsi_target/scsi_target.c
183
warnx("Incomplete target path specified");
share/examples/scsi_target/scsi_target.c
232
warnx("aio support tested ok");
share/examples/scsi_target/scsi_target.c
278
warnx("main loop beginning");
share/examples/scsi_target/scsi_target.c
290
warnx("cleanup called");
share/examples/scsi_target/scsi_target.c
382
warnx("EINTR, looping");
share/examples/scsi_target/scsi_target.c
400
warnx("read ready");
share/examples/scsi_target/scsi_target.c
408
warnx("aio ready");
share/examples/scsi_target/scsi_target.c
422
warnx("signal ready, setting quit");
share/examples/scsi_target/scsi_target.c
426
warnx("unknown event %#x", events[i].filter);
share/examples/scsi_target/scsi_target.c
431
warnx("event done");
share/examples/scsi_target/scsi_target.c
448
warnx("Unhandled ccb type %#x on workq",
share/examples/scsi_target/scsi_target.c
457
warnx("Queue frozen receiving CCB, "
share/examples/scsi_target/scsi_target.c
496
warnx("truncated read ccb ptr?");
share/examples/scsi_target/scsi_target.c
548
warnx("Unhandled ccb type %#x in handle_read",
share/examples/scsi_target/scsi_target.c
566
warnx("Working on ATIO %p", atio);
share/examples/scsi_target/scsi_target.c
594
warnx("ATIO with %u bytes sense received",
share/examples/scsi_target/scsi_target.c
616
warnx("ATIO completed with unhandled status %#x", status);
share/examples/scsi_target/scsi_target.c
705
warnx("IO %p out of order", ccb_h);
share/examples/scsi_target/scsi_target.c
718
warnx("Working on INOT %p", inot);
share/examples/scsi_target/scsi_target.c
745
warnx("INOT message %#x", inot->message_args[0]);
share/examples/scsi_target/scsi_target.c
750
warnx("INOT %p aborted", inot);
share/examples/scsi_target/scsi_target.c
753
warnx("Unhandled INOT status %#x", status);
share/examples/scsi_target/scsi_target.c
765
warnx("INOT has sense: %#x", sense->flags);
share/examples/scsi_target/scsi_target.c
779
warnx("sending ccb (%#x)", ccb->ccb_h.func_code);
share/examples/scsi_target/scsi_target.c
910
warnx("abort_all_pending");
share/examples/scsi_target/scsi_target.c
916
warnx("Aborting pending CCB %p\n", ccb_h);
share/examples/scsi_target/scsi_target.c
920
warnx("Unable to abort CCB, status %#x\n",
sys/platform/vkernel64/platform/init.c
1114
warnx("%s is not a tap(4) device or socket", tap_dev);
sys/platform/vkernel64/platform/init.c
1231
warnx("Invalid pseudo netif address: %s", tok);
sys/platform/vkernel64/platform/init.c
1257
warnx("Invalid netmask len: %lu", masklen);
sys/platform/vkernel64/platform/init.c
1264
warnx("Invalid argument to '-I'");
sys/platform/vkernel64/platform/init.c
1317
warnx("Invalid argument to '-I'");
sys/platform/vkernel64/platform/init.c
1359
warnx("Couldn't allocate memory for the operation");
sys/platform/vkernel64/platform/init.c
854
warnx("Invalid argument to '-r'");
sys/platform/vkernel64/platform/init.c
899
warnx("Couldn't allocate memory for the operation");
sys/platform/vkernel64/platform/init.c
913
warnx("vkd%d (%s) > VKDISK_MAX", DiskNum, fname);
test/illumos/oclo/oclo.c
1325
warnx("TEST FAILED: child process did not successfully exit: "
test/illumos/oclo/oclo.c
1329
warnx("TEST FAILED: child process did not exit with code 0: "
test/illumos/oclo/oclo.c
157
warnx("TEST FAILED: %s (%s): fd %d: fcntl(F_GETFD) "
test/illumos/oclo/oclo.c
164
warnx("TEST FAILED: %s (%s): fd %d: received flags %d, but "
test/illumos/oclo/oclo.c
172
warnx("TEST FAILED: %s (%s): fd %d: discovered flags 0x%x do "
test/illumos/oclo/oclo_errors.c
47
warnx("TEST FAILED: %s: fd was %s!", desc, act);
test/illumos/oclo/oclo_errors.c
51
warnx("TEST FAILED: %s: failed with %s, expected "
test/illumos/oclo/ocloexec_verify.c
75
warnx("TEST FAILED: post-fork fd %d: fcntl(F_GETFD) "
test/illumos/oclo/ocloexec_verify.c
82
warnx("TEST FAILED: post-fork fd %d: received flags %d, but "
test/illumos/oclo/ocloexec_verify.c
88
warnx("TEST FAILED: post-fork fd %d (flags %d) retained "
test/illumos/oclo/ocloexec_verify.c
94
warnx("TEST FAILED: post-exec fd %d: discovered flags 0x%x do "
test/socket/accept/block/accept_block.c
116
warnx("read size mismatch");
test/socket/accept/block/accept_block.c
122
warnx("invalid wait time %ld", etime.tv_sec - stime.tv_sec);
test/socket/accept/nonblock/accept_nblock.c
118
warnx("invaid errno %d\n", error);
test/socket/accept/nonblock/accept_nblock.c
122
warnx("read works");
test/socket/accept4/block/accept4_block.c
129
warnx("read size mismatch");
test/socket/accept4/block/accept4_block.c
135
warnx("invalid wait time %ld", etime.tv_sec - stime.tv_sec);
test/socket/accept4/cloexec/accept4_cloexec.c
124
warnx("exit code %d", ecode);
test/socket/accept4/nonblock/accept4_nblock.c
106
warnx("invaid errno %d", error);
test/socket/accept4/nonblock/accept4_nblock.c
110
warnx("read works");
test/socket/checkfd/checkfd.c
27
warnx("close error %d", error);
test/socket/checkfd/checkfd.c
31
warnx("%d is still valid", fd);
test/socket/recvmsg/cloexec/recvmsg_cloexec.c
58
warnx("exit code %d", ecode);
test/socket/socket/cloexec/socket_cloexec.c
46
warnx("exit code %d", ecode);
test/socket/socket/nonblock/socket_nblock.c
81
warnx("invalid errno %d", error);
test/socket/socket/nonblock/socket_nblock.c
85
warnx("read works");
test/socket/socketpair/cloexec/sockpair_cloexec.c
44
warnx("exit code %d", ecode);
test/socket/socketpair/nonblock/sockpair_nblock.c
46
warnx("invalid errno %d", error);
test/socket/socketpair/nonblock/sockpair_nblock.c
50
warnx("read0 works");
test/socket/socketpair/nonblock/sockpair_nblock.c
58
warnx("invalid errno %d", error);
test/socket/socketpair/nonblock/sockpair_nblock.c
62
warnx("read1 works");
test/stress/stress2/lib/resources.c
97
warnx("Corrupt statfs(%s). f_bavail = %jd!", path,
test/stress/stress2/testcases/fts/fts.c
89
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
test/unix/unconn_dgram/unconn_dgram.c
74
warnx("dgram size mismatch");
tools/regression/sockets/sigpipe/sigpipe.c
265
warnx("sigpipe: SO_NOSIGPIPE not defined, skipping some tests");
tools/tools/ath/athprom/athprom.c
240
warnx("line %d, %s too long", lineno, what);
tools/tools/ath/athprom/athprom.c
279
warnx("EOF with no matching .%s", what);
tools/tools/ath/athprom/athprom.c
462
warnx("%s undefined for version %d.%d format EEPROM", what,
tools/tools/ath/athprom/athprom.c
479
warnx("can't find logical pdgain %d", lpdgain);
tools/tools/ath/athprom/athprom.c
815
warnx("line %u, unknown EEPROM variable \"%s\"", lineno, var);
tools/tools/ath/athprom/athprom.c
862
warnx("line %d, unknown/unexpected mode \"%s\" ignored",
tools/tools/ath/athprom/athprom.c
88
warnx("Using template file %s", filename);
tools/tools/ath/athprom/athprom.c
956
warnx("line %d, unknown directive %s ignored",
tools/tools/bus_autoconf/bus_sections.c
148
warnx("Field '%s' not found in '%s'", field, pfi->name);
tools/tools/bus_autoconf/bus_sections.c
92
warnx("Section '%s' not found", section);
tools/tools/ifinfo/rfc1650.c
32
warnx("cannot interpret %lu bytes of MIB data", (u_long)len);
tools/tools/net80211/w00t/assoc/assoc.c
107
warnx("inject(len %d)", len);
tools/tools/net80211/wlantxtime/wlantxtime.c
479
warnx("short preamble not meaningful, ignored");
tools/tools/net80211/wlantxtime/wlantxtime.c
483
warnx("short preamble not meaningful with "
usr.bin/at/at.c
805
warnx("-d is deprecated; use -r instead");
usr.bin/at/parsetime.c
318
warnx("pluralization is wrong");
usr.bin/bc/bc.y
982
warnx("%s:%d: %s", filename, lineno, s);
usr.bin/bdes/bdes.c
104
warnx("fwrite error at %d", n);
usr.bin/bdes/bdes.c
367
warnx("bad hex digit in key");
usr.bin/bdes/bdes.c
387
warnx("bad binary digit in key");
usr.bin/bdes/bdes.c
428
warnx("bad decimal digit in MAC length");
usr.bin/bdes/bdes.c
528
warnx("decryption failed (block corrupt) at %d",
usr.bin/bdes/bdes.c
536
warnx("decryption failed (incomplete block) at %d", bn);
usr.bin/bdes/bdes.c
600
warnx("decryption failed (block corrupt) at %d",
usr.bin/bdes/bdes.c
608
warnx("decryption failed (incomplete block) at %d", bn);
usr.bin/bdes/bdes.c
734
warnx("decryption failed (block corrupt) at %d",
usr.bin/bdes/bdes.c
742
warnx("decryption failed (incomplete block) at %d", bn);
usr.bin/bdes/bdes.c
826
warnx("decryption failed (block corrupt) at %d",
usr.bin/bdes/bdes.c
834
warnx("decryption failed (incomplete block) at %d", bn);
usr.bin/bdes/bdes.c
920
warnx("decryption failed (block corrupt) at %d",
usr.bin/bdes/bdes.c
931
warnx("decryption failed (incomplete block) at %d", bn);
usr.bin/brandelf/brandelf.c
103
warnx("no file(s) specified");
usr.bin/brandelf/brandelf.c
109
warnx("invalid ELF type '%s'", strtype);
usr.bin/brandelf/brandelf.c
124
warnx("file '%s' too short", argv[0]);
usr.bin/brandelf/brandelf.c
130
warnx("file '%s' is not ELF format", argv[0]);
usr.bin/brandelf/brandelf.c
140
warnx("ELF ABI Brand '%u' is unknown",
usr.bin/brandelf/brandelf.c
76
warnx("invalid argument to option f: %s",
usr.bin/c89/c89.c
87
warnx("missing operand");
usr.bin/calendar/calendar.c
161
warnx("%s: unknown calendar: |%s|", __func__, name);
usr.bin/calendar/calendar.c
398
warnx("user %s (uid %u) did not finish in time "
usr.bin/calendar/calendar.c
417
warnx("%d child processes still running when "
usr.bin/calendar/calendar.c
449
warnx("No user's calendar file; "
usr.bin/calendar/calendar.c
521
warnx("Cannot get '$HOME'");
usr.bin/calendar/chinese.c
489
warnx("%s: too many repeats",
usr.bin/calendar/days.c
213
warnx("%s: too many repeats", __func__);
usr.bin/calendar/days.c
258
warnx("%s: too many repeats",
usr.bin/calendar/days.c
328
warnx("%s: too many repeats",
usr.bin/calendar/days.c
362
warnx("%s: too many repeats", __func__);
usr.bin/calendar/days.c
386
warnx("%s: too many repeats", __func__);
usr.bin/calendar/days.c
408
warnx("%s: too many repeats", __func__);
usr.bin/calendar/days.c
440
warnx("%s: too many repeats", __func__);
usr.bin/calendar/io.c
162
warnx("Cannot open calendar file: '%s'", file);
usr.bin/calendar/io.c
186
warnx("Expecting arguments after #include");
usr.bin/calendar/io.c
190
warnx("Expecting '<' or '\"' after #include");
usr.bin/calendar/io.c
200
warnx("Unterminated include expecting '\"'");
usr.bin/calendar/io.c
206
warnx("Unterminated include expecting '>'");
usr.bin/calendar/io.c
211
warnx("Unterminated include expecting '%c'",
usr.bin/calendar/io.c
223
warnx("Failed to parse calendar files");
usr.bin/calendar/io.c
235
warnx("Expecting arguments after #define");
usr.bin/calendar/io.c
248
warnx("Expecting arguments after #ifndef");
usr.bin/calendar/io.c
258
warnx("Unknown token line: |%s|", line);
usr.bin/calendar/io.c
312
warnx("Failed to set LC_ALL='%s'",
usr.bin/calendar/io.c
326
warnx("Failed to set CALENDAR='%s'",
usr.bin/calendar/io.c
352
warnx("Unknown variable: |%s|=|%s|",
usr.bin/calendar/io.c
371
warnx("Cannot parse date |%s| with content |%s|",
usr.bin/calendar/io.c
449
warnx("%s: varaible |%s| has no value",
usr.bin/calendar/io.c
463
warnx("%s: date |%s| has no content",
usr.bin/calendar/io.c
492
warnx("%s: unknown line: |%s|", __func__, p);
usr.bin/calendar/io.c
618
warnx("Failed to parse calendar files");
usr.bin/calendar/io.c
661
warnx("pipe");
usr.bin/calendar/julian.c
174
warnx("%s: too many repeats", __func__);
usr.bin/calendar/julian.c
211
warnx("%s: too many repeats",
usr.bin/calendar/julian.c
250
warnx("%s: too many repeats",
usr.bin/calendar/nnames.c
154
warnx("Invalid SEQUENCE: |%s|", seq);
usr.bin/calendar/parsedata.c
201
warnx("%s: invalid month |%d| in date: |%s|",
usr.bin/calendar/parsedata.c
234
warnx("%s: invalid weekday part |%s| in date |%s|",
usr.bin/calendar/parsedata.c
270
warnx("%s: invalid non-month part |%s| in date |%s|",
usr.bin/calendar/parsedata.c
276
warnx("%s: unrecognized date: |%s|", __func__, date);
usr.bin/calendar/parsedata.c
398
warnx("%s: Unsupported date |%s| in '%s' calendar",
usr.bin/calendar/parsedata.c
508
warnx("%s: invalid value: %d", __func__, v);
usr.bin/calendar/parsedata.c
648
warnx("%s: invalid latitude: |%s|", __func__, p);
usr.bin/calendar/parsedata.c
654
warnx("%s: missing longitude", __func__);
usr.bin/calendar/parsedata.c
660
warnx("%s: invalid longitude: |%s|", __func__, p);
usr.bin/calendar/parsedata.c
669
warnx("%s: invalid elevation: |%s|", __func__, p);
usr.bin/calendar/parsedata.c
676
warnx("%s: unknown value: |%s|", __func__, p);
usr.bin/cap_mkdb/cap_mkdb.c
171
warnx("no name field: %.*s", (int)MIN(len, 20), bp);
usr.bin/cap_mkdb/cap_mkdb.c
182
warnx("record not tc expanded: %.*s", (int)(p - bp),
usr.bin/cap_mkdb/cap_mkdb.c
200
warnx("ignored duplicate: %.*s",
usr.bin/cap_mkdb/cap_mkdb.c
228
warnx("ignored duplicate: %.*s",
usr.bin/chflags/chflags.c
153
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
usr.bin/chflags/chflags.c
158
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
usr.bin/chpass/chpass.c
232
warnx("ypclnt_new failed");
usr.bin/chpass/chpass.c
237
warnx("%s", ypclnt->error);
usr.bin/chpass/edit.c
208
warnx("corrupted temporary file");
usr.bin/chpass/edit.c
221
warnx("%s: unrecognized field on line %d",
usr.bin/chpass/edit.c
230
warnx("%s: you may not change the %s field",
usr.bin/chpass/edit.c
237
warnx("%s: line %d corrupted", tfn, line);
usr.bin/chpass/edit.c
247
warnx("%s: invalid character in \"%s\" field '%s'",
usr.bin/chpass/field.c
101
warnx("empty uid field");
usr.bin/chpass/field.c
105
warnx("illegal uid");
usr.bin/chpass/field.c
111
warnx("illegal uid");
usr.bin/chpass/field.c
127
warnx("empty gid field");
usr.bin/chpass/field.c
132
warnx("unknown group %s", p);
usr.bin/chpass/field.c
141
warnx("illegal gid");
usr.bin/chpass/field.c
153
warnx("can't save entry");
usr.bin/chpass/field.c
166
warnx("illegal date for change field");
usr.bin/chpass/field.c
176
warnx("illegal date for expire field");
usr.bin/chpass/field.c
185
warnx("can't save entry");
usr.bin/chpass/field.c
196
warnx("empty home directory field");
usr.bin/chpass/field.c
200
warnx("can't save entry");
usr.bin/chpass/field.c
218
warnx("%s: current shell non-standard", pw->pw_shell);
usr.bin/chpass/field.c
223
warnx("%s: non-standard shell", p);
usr.bin/chpass/field.c
231
warnx("can't save entry");
usr.bin/chpass/field.c
236
warnx("WARNING: shell '%s' does not exist",
usr.bin/chpass/field.c
243
warnx("WARNING: shell '%s' is not a regular file",
usr.bin/chpass/field.c
248
warnx("WARNING: shell '%s' is not executable", pw->pw_shell);
usr.bin/chpass/field.c
60
warnx("empty login field");
usr.bin/chpass/field.c
64
warnx("login names may not begin with a hyphen");
usr.bin/chpass/field.c
68
warnx("can't save entry");
usr.bin/chpass/field.c
72
warnx("\'.\' is dangerous in a login name");
usr.bin/chpass/field.c
75
warnx("upper-case letters are dangerous in a login name");
usr.bin/chpass/field.c
86
warnx("can't save password entry");
usr.bin/cksum/cksum.c
85
warnx("illegal argument to -o option");
usr.bin/cmp/misc.c
49
warnx("EOF on %s", file);
usr.bin/col/col.c
570
warnx("warning: can't back up %s",
usr.bin/column/column.c
283
warnx("line too long");
usr.bin/crunch/crunchgen/crunchgen.c
1321
warnx("Will compile library `%s' dynamically", p1->str);
usr.bin/crunch/crunchgen/crunchgen.c
308
warnx("%s:%d: %s %s",
usr.bin/crunch/crunchgen/crunchgen.c
334
warnx("%s:%d: skipping unknown command `%s'",
usr.bin/crunch/crunchgen/crunchgen.c
392
warnx("%s:%d: `%s' is not a directory, skipping it",
usr.bin/crunch/crunchgen/crunchgen.c
458
warnx("%s:%d: no prog %s previously declared, skipping link",
usr.bin/crunch/crunchgen/crunchgen.c
481
warnx("%s:%d: "
usr.bin/crunch/crunchgen/crunchgen.c
496
warnx("%s:%d: "
usr.bin/crunch/crunchgen/crunchgen.c
544
warnx("%s:%d: no prog %s previously declared, skipping special",
usr.bin/crunch/crunchgen/crunchgen.c
593
warnx("%s:%d: bad parameter name `%s', skipping line",
usr.bin/crunch/crunchgen/crunchgen.c
600
warnx("%s:%d: too %s arguments, expected \"special %s %s <string>\"",
usr.bin/crunch/crunchgen/crunchgen.c
718
warnx("%s: %s: %s",
usr.bin/crunch/crunchgen/crunchgen.c
722
warnx("%s: %s: warning: could not find any .o files",
usr.bin/crunch/crunchgen/crunchgen.c
788
warnx("make error: %s", line);
usr.bin/crunch/crunchgen/crunchgen.c
810
warnx("make error: make returned %d", rc);
usr.bin/crunch/crunchgen/crunchgen.c
828
warnx("%s: %s: ignoring program because of errors",
usr.bin/ctags/tree.c
57
warnx("too many entries to sort");
usr.bin/dc/bcode.c
1068
warnx("divide by zero");
usr.bin/dc/bcode.c
1106
warnx("remainder by zero");
usr.bin/dc/bcode.c
1146
warnx("divide by zero");
usr.bin/dc/bcode.c
1189
warnx("Runtime warning: non-zero fractional part in exponent");
usr.bin/dc/bcode.c
1253
warnx("divide by zero");
usr.bin/dc/bcode.c
1302
warnx("square root of negative number");
usr.bin/dc/bcode.c
1529
warnx("register '%c' (0%o) is empty", index, index);
usr.bin/dc/bcode.c
1533
warnx("register '%c' (0%o) is empty",
usr.bin/dc/bcode.c
1576
warnx("Q command requires a number >= 1");
usr.bin/dc/bcode.c
1578
warnx("Q command argument exceeded string execution depth");
usr.bin/dc/bcode.c
1598
warnx("J command requires a number >= 0");
usr.bin/dc/bcode.c
1600
warnx("J command argument exceeded string execution depth");
usr.bin/dc/bcode.c
1675
warnx("%c (0%o) is unimplemented", ch, ch);
usr.bin/dc/bcode.c
1762
warnx("internal error: opcode %d", ch);
usr.bin/dc/bcode.c
500
warnx("stack empty");
usr.bin/dc/bcode.c
577
warnx("scale must be a nonnegative number");
usr.bin/dc/bcode.c
583
warnx("scale too large");
usr.bin/dc/bcode.c
611
warnx("output base must be a number greater than 1");
usr.bin/dc/bcode.c
638
warnx("input base must be a number between 2 and 16 "
usr.bin/dc/bcode.c
773
warnx("unexpected eof");
usr.bin/dc/bcode.c
779
warnx("internal error: reg num = %d", index);
usr.bin/dc/bcode.c
837
warnx("stack register '%c' (0%o) is empty",
usr.bin/dc/bcode.c
873
warnx("negative index");
usr.bin/dc/bcode.c
875
warnx("index too big");
usr.bin/dc/bcode.c
912
warnx("negative index");
usr.bin/dc/bcode.c
915
warnx("index too big");
usr.bin/dc/stack.c
112
warnx("stack empty");
usr.bin/dc/stack.c
124
warnx("stack empty");
usr.bin/dc/stack.c
221
warnx("not a number"); /* XXX remove */
usr.bin/dc/stack.c
237
warnx("not a string"); /* XXX remove */
usr.bin/dc/stack.c
50
warnx("stack empty");
usr.bin/diff/diffreg.c
1134
warnx("No newline at end of file");
usr.bin/du/du.c
138
warnx("invalid argument to option d: %s", optarg);
usr.bin/du/du.c
264
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
usr.bin/du/du.c
364
warnx("No more memory for tracking hard links");
usr.bin/du/du.c
430
warnx("No more memory for tracking hard links");
usr.bin/evtranalyze/plotter.c
311
warnx("%s does not exist or is not an executable file", ploticus_path);
usr.bin/fetch/fetch.c
1032
warnx("warning: the -t option is deprecated");
usr.bin/fetch/fetch.c
1125
warnx("FTP_TIMEOUT (%s) is not a positive integer", s);
usr.bin/fetch/fetch.c
1132
warnx("HTTP_TIMEOUT (%s) is not a positive integer", s);
usr.bin/fetch/fetch.c
467
warnx("empty URL");
usr.bin/fetch/fetch.c
471
warnx("%s: parse error", URL);
usr.bin/fetch/fetch.c
541
warnx("%s", fetchLastErrString);
usr.bin/fetch/fetch.c
578
warnx("%s: stat()", path);
usr.bin/fetch/fetch.c
596
warnx("%s: %s", URL, fetchLastErrString);
usr.bin/fetch/fetch.c
613
warnx("%s: size unknown", URL);
usr.bin/fetch/fetch.c
615
warnx("%s: size mismatch: expected %jd, actual %jd",
usr.bin/fetch/fetch.c
631
warnx("%s: size of remote file is not known", URL);
usr.bin/fetch/fetch.c
652
warnx("%s: local modification time "
usr.bin/fetch/fetch.c
658
warnx("%s: gap in resume mode", URL);
usr.bin/fetch/fetch.c
668
warnx("%s: local file (%jd bytes) is longer "
usr.bin/fetch/fetch.c
687
warnx("%s: file has changed", URL);
usr.bin/fetch/fetch.c
722
warnx("%s: %s", URL, fetchLastErrString);
usr.bin/fetch/fetch.c
834
warnx("transfer timed out");
usr.bin/fetch/fetch.c
836
warnx("transfer interrupted");
usr.bin/fetch/fetch.c
856
warnx("%s appears to be truncated: %jd/%jd bytes",
usr.bin/fetch/fetch.c
866
warnx("%s may be truncated", path);
usr.bin/fetch/fetch.c
955
warnx("warning: the -b option is deprecated");
usr.bin/fetch/fetch.c
971
warnx("the -H option is now implicit, "
usr.bin/find/find.c
204
warnx("%s: %s",
usr.bin/find/find.c
216
warnx("%s: illegal path", entry->fts_path);
usr.bin/finger/finger.c
285
warnx("%s: no such user", *p);
usr.bin/finger/finger.c
324
warnx("%s: no such user", *p);
usr.bin/finger/finger.c
340
warnx("%s: no such user", *p);
usr.bin/finger/net.c
75
warnx("%s: %s", host, gai_strerror(error));
usr.bin/fstat/fstat.c
185
warnx("-p requires a process id");
usr.bin/fstat/fstat.c
738
warnx("can't read mount table at %p", (void *)m);
usr.bin/fstat/fstat.c
754
warnx("can't read mount table at %p", (void *)m);
usr.bin/fstat/fstat.c
763
warnx("can't read ncp at %p", ncp);
usr.bin/fstat/fstat.c
770
warnx("can't read ncp %p path component at %p", ncp, ncp_copy.nc_name);
usr.bin/fstat/fstat.c
790
warnx("can't read mount table at %p", (void *)m);
usr.bin/getaddrinfo/getaddrinfo.c
102
warnx("invalid protocol: %s", optarg);
usr.bin/getaddrinfo/getaddrinfo.c
113
warnx("invalid socket type: %s", optarg);
usr.bin/getaddrinfo/getaddrinfo.c
137
warnx("protocol already specified");
usr.bin/getaddrinfo/getaddrinfo.c
144
warnx("invalid protocol: %s", p);
usr.bin/getaddrinfo/getaddrinfo.c
318
warnx("sockaddr_snprintf failed");
usr.bin/getaddrinfo/getaddrinfo.c
322
warnx("truncated sockaddr_snprintf output");
usr.bin/getaddrinfo/getaddrinfo.c
83
warnx("invalid address family: %s", optarg);
usr.bin/hesinfo/hesinfo.c
61
warnx(
usr.bin/hesinfo/hesinfo.c
75
warnx("hesiod_to_bind: Unknown rhs-extension.");
usr.bin/hesinfo/hesinfo.c
94
warnx("hesiod_resolve: Hesiod name not found.");
usr.bin/hexdump/parse.c
57
warnx("line too long");
usr.bin/iconv/iconv.c
134
warnx("warning: invalid characters: %llu", invalids);
usr.bin/iconv/iconv.c
180
warnx("-l is not allowed with other flags.");
usr.bin/ipcrm/ipcrm.c
133
warnx("%ss are not configured in the running kernel",
usr.bin/ipcrm/ipcrm.c
142
warnx("can't remove private %ss", IPC_TO_STRING(c));
usr.bin/ipcrm/ipcrm.c
156
warnx("%ss are not configured in the running kernel",
usr.bin/ipcrm/ipcrm.c
161
warnx("option -%c requires an argument\n", optopt);
usr.bin/ipcrm/ipcrm.c
164
warnx("unrecognized option: -%c\n", optopt);
usr.bin/ipcrm/ipcrm.c
170
warnx("unknown argument: %s\n", argv[optind]);
usr.bin/ipcs/ipcs.c
219
warnx("nlist failed");
usr.bin/ipcs/ipcs.c
222
warnx("symbol %s not found",
usr.bin/join/join.c
590
warnx("-a option used without an argument; "
usr.bin/kenv/kenv.c
113
warnx("unable to unset %s", env);
usr.bin/kenv/kenv.c
117
warnx("unable to get %s", env);
usr.bin/kenv/kenv.c
122
warnx("unable to set %s to %s", env, val);
usr.bin/killall/killall.c
108
warnx("unknown signal %s; valid signals:", name);
usr.bin/killall/killall.c
381
warnx("%s: illegal regexp", cmd);
usr.bin/killall/killall.c
405
warnx("%s: illegal regexp", av[j]);
usr.bin/ktrace/ktrace.c
161
warnx("only one -g or -p flag is permitted.");
usr.bin/ktrace/ktrace.c
165
warnx("illegal process id.");
usr.bin/ktrace/ktrace.c
97
warnx("unknown facility in %s", optarg);
usr.bin/ldd/ldd.c
136
warnx("%s: can't read program header", *argv);
usr.bin/ldd/ldd.c
142
warnx("%s: can't read program header",
usr.bin/ldd/ldd.c
152
warnx("%s: not a dynamic executable", *argv);
usr.bin/ldd/ldd.c
158
warnx("%s: not a dynamic executable", *argv);
usr.bin/ldd/ldd.c
199
warnx("%s: %s", *argv, dlerror());
usr.bin/limits/limits.c
306
warnx("invalid user `%s'", optarg);
usr.bin/limits/limits.c
428
warnx("-e cannot be used with `cmd' option");
usr.bin/limits/limits.c
621
warnx("invalid value -%c `%s'", ch, str);
usr.bin/locate/locate/locate.c
160
warnx("mmap(2) not implemented");
usr.bin/locate/locate/locate.c
230
warnx("read database from stdin, use only `%s' as pattern", *s);
usr.bin/locate/locate/locate.c
258
warnx("fastfind %ld ms", cputime () - t0);
usr.bin/locate/locate/locate.c
296
warnx("fastfind %ld ms", cputime () - t0);
usr.bin/locate/locate/util.c
98
warnx("empty database name, ignored");
usr.bin/logger/logger.c
179
warnx ("syslog/udp: unknown service"); /* not fatal */
usr.bin/logger/logger.c
214
warnx("sendmsg");
usr.bin/lsvfs/lsvfs.c
55
warnx("VFS %s unknown or not loaded", *argv);
usr.bin/lsvfs/lsvfs.c
66
warnx("VFS %s unknown or not loaded", *argv);
usr.bin/m4/gnum4.c
261
warnx("No subexpression %d", n);
usr.bin/m4/gnum4.c
437
warnx("Too few arguments to patsubst");
usr.bin/m4/gnum4.c
486
warnx("Too few arguments to regexp");
usr.bin/m4/main.c
344
warnx("unclosed quote:");
usr.bin/m4/main.c
346
warnx("%d unclosed quotes:", nlpar);
usr.bin/m4/main.c
414
warnx( "unexpected end of input, unclosed parenthesis:");
usr.bin/mail/cmd1.c
300
warnx("%s", cp);
usr.bin/mail/cmd2.c
184
warnx("%s", file);
usr.bin/mail/collect.c
520
warnx("%s", name);
usr.bin/mail/collect.c
635
warnx("%s", fn);
usr.bin/mail/edit.c
114
warnx("/tmp");
usr.bin/mail/edit.c
161
warnx("%s", tempname);
usr.bin/mail/main.c
225
warnx("failed to catch SIGWINCH for terminal size changes");
usr.bin/mail/names.c
396
warnx("%s", fname);
usr.bin/mail/quit.c
223
warnx("%s", tempname);
usr.bin/mail/quit.c
249
warnx("%s", mbox);
usr.bin/mail/quit.c
354
warnx("%s", mailname);
usr.bin/mail/quit.c
466
warnx("%s", mailname);
usr.bin/mail/send.c
475
warnx("read");
usr.bin/mkcsmapper/yacc.y
677
warnx("usage: \n"
usr.bin/netstat/main.c
534
warnx("kvm not available");
usr.bin/netstat/main.c
541
warnx("%s", kvm_geterr(kvmd));
usr.bin/netstat/netgraph.c
114
warnx("%s not found", modname);
usr.bin/netstat/unix.c
93
warnx("sysctl: ABI mismatch");
usr.bin/newgrp/newgrp.c
164
warnx("%s: bad group name", grpname);
usr.bin/newgrp/newgrp.c
224
warnx("too many groups");
usr.bin/newgrp/newgrp.c
77
warnx("need root permissions to function properly, check setuid bit");
usr.bin/passwd/passwd.c
130
warnx("sorry"); \
usr.bin/passwd/passwd.c
132
warnx("%s(): %s", func, pam_strerror(pamh, pam_err)); \
usr.bin/patch/mkpath.c
71
warnx("%s: %s", path, strerror(ENOTDIR));
usr.bin/pathchk/pathchk.c
109
warnx("%s: empty pathname", path);
usr.bin/pathchk/pathchk.c
113
warnx("%s: contains a component starting with '-'", path);
usr.bin/pathchk/pathchk.c
133
warnx("%s: %s: component too long (limit %ld)", path,
usr.bin/pathchk/pathchk.c
145
warnx("%s: %s: component contains non-portable "
usr.bin/pathchk/pathchk.c
173
warnx("%s: path too long (limit %ld)", path, pathmax - 1);
usr.bin/printf/printf.c
176
warnx("missing format character");
usr.bin/printf/printf.c
246
warnx("incomplete use of n$");
usr.bin/printf/printf.c
256
warnx("incomplete use of n$");
usr.bin/printf/printf.c
290
warnx("incomplete use of n$");
usr.bin/printf/printf.c
300
warnx("incomplete use of n$");
usr.bin/printf/printf.c
323
warnx("missing format character");
usr.bin/printf/printf.c
343
warnx("bad modifier L for %%%c", *fmt);
usr.bin/printf/printf.c
368
warnx("%s", strerror(ENOMEM));
usr.bin/printf/printf.c
427
warnx("illegal format character %c", convch);
usr.bin/printf/printf.c
447
warnx("%s", strerror(ENOMEM));
usr.bin/printf/printf.c
564
warnx("%s: %s", *gargv, strerror(ERANGE));
usr.bin/printf/printf.c
595
warnx("%s: expected numeric value", *gargv);
usr.bin/printf/printf.c
599
warnx("%s: not completely converted", *gargv);
usr.bin/printf/printf.c
603
warnx("%s: %s", *gargv, strerror(ERANGE));
usr.bin/printf/printf.c
631
warnx("%s: expected numeric value", *gargv);
usr.bin/printf/printf.c
634
warnx("%s: not completely converted", *gargv);
usr.bin/printf/printf.c
638
warnx("%s: %s", *gargv, strerror(ERANGE));
usr.bin/pwait/pwait.c
104
warnx("%s: bad process id", s);
usr.bin/quota/quota.c
209
warnx("%s: unknown user", name);
usr.bin/quota/quota.c
214
warnx("%s (uid %u): permission denied", name, pwd->pw_uid);
usr.bin/quota/quota.c
247
warnx("%s (gid %lu): permission denied", name, gid);
usr.bin/quota/quota.c
266
warnx("%s: unknown group", name);
usr.bin/quota/quota.c
280
warnx("%s (gid %u): permission denied", name,
usr.bin/quota/quota.c
581
warnx("cannot find hostname for %s", fst->f_mntfromname);
usr.bin/quota/quota.c
604
warnx("quota permission error, host: %s",
usr.bin/quota/quota.c
634
warnx("bad rpc result, host: %s", fst->f_mntfromname);
usr.bin/renice/renice.c
107
warnx("%s: bad value", *argv);
usr.bin/renice/renice.c
152
warnx("%s argument %s is out of range.", com, str);
usr.bin/renice/renice.c
156
warnx("Bad %s argument: %s.", com, str);
usr.bin/renice/renice.c
97
warnx("%s: bad value", *argv);
usr.bin/rpcgen/rpc_main.c
1073
warnx("argument too long");
usr.bin/rpcgen/rpc_main.c
1105
warnx("cannot use netid flag with inetd flag");
usr.bin/rpcgen/rpc_main.c
1111
warnx("cannot use netid flag without TIRPC");
usr.bin/rpcgen/rpc_main.c
1117
warnx("cannot use table flags with newstyle");
usr.bin/rpcgen/rpc_main.c
1131
warnx("\"infile\" is required for template generation flags");
usr.bin/rpcgen/rpc_main.c
1134
warnx("cannot have more than one file generation flag");
usr.bin/rpcgen/rpc_main.c
247
warnx("%s already exists. No output generated", infile);
usr.bin/rpcgen/rpc_main.c
358
warnx("illegal nettype :\'%s\'", name);
usr.bin/rpcgen/rpc_main.c
880
warnx("too many defines");
usr.bin/rpcgen/rpc_main.c
895
warnx("arglist coding error");
usr.bin/rpcgen/rpc_main.c
924
warnx("file '%s' already exists and may be overwritten", outfile);
usr.bin/rpcgen/rpc_main.c
962
warnx("cannot specify more than one input file");
usr.bin/rpcgen/rpc_tblout.c
107
warnx("WARNING %s table is out of order", progvers);
usr.bin/rpcgen/rpc_util.c
243
warnx("%s, line %d: %s", infilename, linenum, msg);
usr.bin/rpcgen/rpc_util.c
267
warnx("too many files");
usr.bin/rpcgen/rpc_util.c
459
warnx("malloc failed");
usr.bin/rpcgen/rpc_util.c
471
warnx("realloc failed");
usr.bin/rpcgen/rpc_util.c
483
warnx("strdup failed");
usr.bin/rpcinfo/rpcinfo.c
319
warnx("getnetconfig: %s", nc_sperror());
usr.bin/rpcinfo/rpcinfo.c
506
warnx(
usr.bin/rpcinfo/rpcinfo.c
864
error: warnx("no memory");
usr.bin/rs/rs.c
251
warnx("display width %d is less than column width %d",
usr.bin/sdiff/edit.c
181
warnx("error reading edited file: %s", filename);
usr.bin/sdiff/edit.c
195
warnx("error writing to output file");
usr.bin/sed/compile.c
1061
warnx("%lu: %s: unused label '%s'",
usr.bin/sed/compile.c
722
warnx("%lu: %s: space missing before w wfile", linenum, fname);
usr.bin/sed/compile.c
958
warnx("%lu: %s: whitespace after %s", linenum, fname, ctype);
usr.bin/sed/main.c
164
warnx("setting line buffered output failed");
usr.bin/sed/main.c
171
warnx("setting unbuffered output failed");
usr.bin/shlock/shlock.c
131
warnx("temporary lock file %s existed already", tmpf);
usr.bin/shlock/shlock.c
220
warnx("found empty lock file");
usr.bin/shlock/shlock.c
226
warnx("invalid lock file format");
usr.bin/shlock/shlock.c
236
warnx("invalid lock file format");
usr.bin/shlock/shlock.c
246
warnx("invalid lock file format");
usr.bin/sockstat/sockstat.c
233
warnx("struct xtcpcb size mismatch");
usr.bin/sockstat/sockstat.c
243
warnx("struct xinpcb size mismatch");
usr.bin/sockstat/sockstat.c
264
warnx("invalid af 0x%x", inp->inp_af);
usr.bin/sockstat/sockstat.c
333
warnx("struct xunpcb size mismatch");
usr.bin/sort/bwstring.c
1140
warnx("%s:%zu: disorder: %s", fn, pos + 1, s->data.cstr);
usr.bin/sort/bwstring.c
1142
warnx("%s:%zu: disorder: %ls", fn, pos + 1, s->data.wstr);
usr.bin/systat/devs.c
197
warnx("%s", devstat_errbuf);
usr.bin/systat/devs.c
238
warnx("dsmatchselect: too many match arguments");
usr.bin/systat/devs.c
254
warnx("%s", devstat_errbuf);
usr.bin/systat/main.c
150
warnx("couldn't initialize display");
usr.bin/systat/main.c
155
warnx("couldn't set up load average window");
usr.bin/systat/netstat.c
201
warnx("sysctl: short read");
usr.bin/systat/vmstat.c
238
warnx("%s", devstat_errbuf);
usr.bin/tabs/tabs.c
167
warnx("terminal cannot set left margin");
usr.bin/tabs/tabs.c
236
warnx("cannot find terminal width; defaulted to %d", width);
usr.bin/tail/reverse.c
226
warnx("warning: %jd bytes discarded", (intmax_t)enomem);
usr.bin/tcopy/tcopy.c
179
warnx("write error, file %d, record %ju",
usr.bin/tcopy/tcopy.c
181
warnx("write (%d) != read (%d)", nw, nread);
usr.bin/tcopy/tcopy.c
83
warnx("illegal block size");
usr.bin/telnet/commands.c
2385
warnx("Unable to connect to remote host");
usr.bin/tftp/main.c
184
warnx("%s", gai_strerror(error));
usr.bin/time/time.c
147
warnx("command terminated abnormally");
usr.bin/timeout/timeout.c
204
warnx("failed to signal some processes: first pid=%d",
usr.bin/tip/remote.c
129
warnx("unknown host %s", host);
usr.bin/tip/remote.c
132
warnx("can't open host description file");
usr.bin/tip/remote.c
135
warnx("possible reference loop in host description file");
usr.bin/tip/tip.c
110
warnx("%s, unknown option", argv[1]);
usr.bin/tip/unidialer.c
180
warnx ("unknown modem %s", modem);
usr.bin/tip/unidialer.c
183
warnx ("can't open modem description file");
usr.bin/tip/unidialer.c
186
warnx ("possible reference loop in modem description file");
usr.bin/tput/tput.c
161
warnx(erresc, *cp, cap);
usr.bin/tset/term.c
108
warnx("terminal type %s is unknown", ttype);
usr.bin/tsort/tsort.c
334
warnx("cycle in data");
usr.bin/tsort/tsort.c
336
warnx("%s",
usr.bin/ul/ul.c
126
warnx("trouble reading termcap");
usr.bin/unifdef/unifdef.c
1572
warnx("%s: %d: %s", filename, linenum, msg);
usr.bin/unifdef/unifdef.c
1574
warnx("%s: %d: %s (#if line %d depth %d)",
usr.bin/units/units.c
166
warnx("memory for prefixes exceeded in line %d", linenum);
usr.bin/units/units.c
173
warnx("redefinition of prefix '%s' on line %d ignored",
usr.bin/units/units.c
179
warnx("unexpected end of prefix on line %d",
usr.bin/units/units.c
188
warnx("memory for units exceeded in line %d", linenum);
usr.bin/units/units.c
194
warnx("redefinition of unit '%s' on line %d ignored",
usr.bin/units/units.c
199
warnx("unexpected end of unit on line %d",
usr.bin/units/units.c
228
warnx("memory overflow in unit reduction");
usr.bin/units/units.c
289
warnx("unit reduces to zero");
usr.bin/unvis/unvis.c
113
warnx("%s: offset: %d: can't decode", filename, offset);
usr.bin/usbhidaction/usbhidaction.c
430
warnx("ignore item '%s'", name);
usr.bin/uudecode/uudecode.c
153
warnx("%s: missing or bad \"begin\" line", infile);
usr.bin/uudecode/uudecode.c
206
warnx("invalid file mode: %s", infile);
usr.bin/uudecode/uudecode.c
233
warnx("%s: bad output filename",
usr.bin/uudecode/uudecode.c
304
warnx("%s: %s: short file", infile, outfile);
usr.bin/uudecode/uudecode.c
316
warnx("%s: %s: %s", infile, outfile, msg);
usr.bin/uudecode/uudecode.c
346
warnx("%s: %s: character out of range: [%d-%d]", \
usr.bin/vmstat/vmstat.c
1084
warnx("truncated to the first %d memory types", nkms);
usr.bin/vmstat/vmstat.c
264
warnx("undefined symbols:");
usr.bin/vmstat/vmstat.c
271
warnx("kvm_nlist: %s", kvm_geterr(kd));
usr.bin/w/w.c
174
warnx("[-flsuw] no longer supported");
usr.bin/wall/wall.c
113
warnx("%s: no such group", g->name);
usr.bin/wall/wall.c
151
warnx("%s", p);
usr.bin/who/utmpentry.c
90
warnx("Cannot set utmpx file to `%s'",
usr.bin/whois/whois.c
230
warnx("bad port: %s", port);
usr.bin/whois/whois.c
232
warnx("%s: %s", host, gai_strerror(error));
usr.bin/window/main.c
138
warnx("%s.\r", wwerror());
usr.bin/window/main.c
146
warnx("%s.\r", wwerror());
usr.bin/window/main.c
153
warnx("%s.\r", wwerror());
usr.bin/window/main.c
71
warnx("Only one -c allowed");
usr.bin/write/write.c
194
warnx("%s is logged in more than once; writing to %s", user, tty);
usr.bin/write/write.c
88
warnx("you have write permission turned off (man mesg)");
usr.bin/xargs/xargs.c
348
warnx("unterminated quote");
usr.bin/xargs/xargs.c
384
warnx("realloc failed");
usr.bin/xargs/xargs.c
404
warnx("insufficient space for arguments");
usr.bin/xargs/xargs.c
440
warnx("backslash at EOF");
usr.bin/xargs/xargs.c
452
warnx("insufficient space for argument");
usr.bin/xargs/xargs.c
457
warnx("insufficient space for arguments");
usr.bin/xargs/xargs.c
501
warnx("malloc failed");
usr.bin/xargs/xargs.c
511
warnx("strdup failed");
usr.bin/xargs/xargs.c
527
warnx("comamnd line cannot be assembled, too long");
usr.bin/xargs/xargs.c
534
warnx("strdup failed");
usr.bin/xargs/xargs.c
690
warnx("%s terminated by SIG%s", name,
usr.bin/xargs/xargs.c
693
warnx("%s terminated by signal %d",
usr.bin/xargs/xargs.c
698
warnx("%s: exited with status 255; aborting", name);
usr.bin/xinstall/xinstall.c
192
warnx("Option -L is deprecated, use -N instead");
usr.bin/xinstall/xinstall.c
227
warnx("-d and -s may not be specified together");
usr.bin/xinstall/xinstall.c
232
warnx("DONTSTRIP set - will not strip installed binaries");
usr.bin/xinstall/xinstall.c
304
warnx("target directory `%s' does not exist",
usr.bin/xinstall/xinstall.c
307
warnx("target `%s' is not a directory",
usr.bin/ypwhich/ypwhich.c
103
warnx("can't clntudp_create: %s", yperr_string(YPERR_YPBIND));
usr.bin/ypwhich/ypwhich.c
113
warnx("can't clnt_call: %s", yperr_string(YPERR_YPBIND));
usr.bin/ypwhich/ypwhich.c
118
warnx("can't yp_bind: reason: %s",
usr.bin/ypwhich/ypwhich.c
238
warnx("can't find the master of %s: reason: %s",
usr.sbin/arp/arp.c
245
warnx("bad line: %s", line);
usr.sbin/arp/arp.c
287
warnx("%s: %s", host, hstrerror(h_errno));
usr.sbin/arp/arp.c
416
warnx("%s: %s", host, hstrerror(h_errno));
usr.sbin/arp/arp.c
598
warnx("invalid Ethernet address '%s'", a);
usr.sbin/arp/arp.c
710
warnx("ioctl(SIOCGIFCONF)");
usr.sbin/bootparamd/bootparamd/bootparamd.c
104
if (debug) warnx("whoami failed");
usr.sbin/bootparamd/bootparamd/bootparamd.c
117
warnx("getfile got question for \"%s\" and file \"%s\"",
usr.sbin/bootparamd/bootparamd/bootparamd.c
170
if (debug) warnx("getfile failed for %s", getfile->client_name);
usr.sbin/bootparamd/bootparamd/bootparamd.c
229
warnx("could not close %s", bootpfile);
usr.sbin/bootparamd/bootparamd/bootparamd.c
272
if (fclose(bpf)) { warnx("could not close %s", bootpfile); }
usr.sbin/bootparamd/bootparamd/bootparamd.c
334
warnx("could not close %s", bootpfile);
usr.sbin/bootparamd/bootparamd/bootparamd.c
346
if (fclose(bpf)) { warnx("could not close %s", bootpfile); }
usr.sbin/bootparamd/bootparamd/bootparamd.c
69
if (debug) warnx("this is host %s", he->h_name);
usr.sbin/bootparamd/callbootd/callbootd.c
172
warnx("null answer!!!");
usr.sbin/bootparamd/callbootd/callbootd.c
190
warnx("null answer!!!");
usr.sbin/btconfig/btconfig.c
586
warnx("Invalid SCO mtu %d", scomtu);
usr.sbin/cdcontrol/cdcontrol.c
1239
warnx("ambiguous command");
usr.sbin/cdcontrol/cdcontrol.c
1247
warnx("invalid command, enter ``help'' for commands");
usr.sbin/cdcontrol/cdcontrol.c
1282
warnx("no disc in drive %s", devbuf);
usr.sbin/cdcontrol/cdcontrol.c
186
warnx("%s environment variable deprecated, "
usr.sbin/cdcontrol/cdcontrol.c
238
warnx("no CD device name specified, defaulting to %s", cdname);
usr.sbin/cdcontrol/cdcontrol.c
364
warnx("invalid command arguments");
usr.sbin/cdcontrol/cdcontrol.c
405
warnx("invalid command arguments");
usr.sbin/cdcontrol/cdcontrol.c
428
warnx("invalid command arguments");
usr.sbin/cdcontrol/cdcontrol.c
444
warnx("invalid command arguments %s", arg);
usr.sbin/cdcontrol/cdcontrol.c
737
warnx("invalid command arguments");
usr.sbin/cdcontrol/cdcontrol.c
759
warnx("invalid command argument");
usr.sbin/cdcontrol/cdcontrol.c
805
warnx("invalid command arguments");
usr.sbin/chkgrp/chkgrp.c
114
warnx("%s: line %d: missing field(s)", gfn, n);
usr.sbin/chkgrp/chkgrp.c
123
warnx("%s: line %d: '%c' invalid character", gfn, n, *cp);
usr.sbin/chkgrp/chkgrp.c
130
warnx("%s: line %d: '%c' invalid character", gfn, n, *cp);
usr.sbin/chkgrp/chkgrp.c
137
warnx("%s: line %d: too many fields", gfn, n);
usr.sbin/chkgrp/chkgrp.c
143
warnx("%s: line %d: field %d contains whitespace",
usr.sbin/chkgrp/chkgrp.c
151
warnx("%s: line %d: GID is not numeric", gfn, n);
usr.sbin/chkgrp/chkgrp.c
83
warnx("%s: line %d: no newline character", gfn, n);
usr.sbin/chown/chown.c
141
warnx("separation of user and group with a period is deprecated");
usr.sbin/chown/chown.c
169
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
usr.sbin/chown/chown.c
174
warnx("%s: %s", p->fts_path, strerror(p->fts_errno));
usr.sbin/chown/chown.c
285
warnx("you are not a member of group %s", gname);
usr.sbin/ckdist/ckdist.c
119
warnx("illegal argument to -t option");
usr.sbin/ckdist/ckdist.c
485
warnx("%s: %s", path, msg ? msg : sys_errlist[errno]);
usr.sbin/cpucontrol/cpucontrol.h
42
warnx(__VA_ARGS__); \
usr.sbin/cpucontrol/cpucontrol.h
52
warnx(__VA_ARGS__);
usr.sbin/cron/crontab/crontab.c
101
warnx("you (%s) are not allowed to use this program", User);
usr.sbin/cron/crontab/crontab.c
313
warnx("no crontab for %s - using an empty one", User);
usr.sbin/cron/crontab/crontab.c
426
warnx("wrong PID (%d != %d) from \"%s\"", xpid, pid, editor);
usr.sbin/cron/crontab/crontab.c
430
warnx("\"%s\" exited with status %d", editor, WEXITSTATUS(waiter));
usr.sbin/cron/crontab/crontab.c
434
warnx("\"%s\" killed; signal %d (%score dumped)",
usr.sbin/cron/crontab/crontab.c
445
warnx("no changes made to crontab");
usr.sbin/cron/crontab/crontab.c
448
warnx("installing new crontab");
usr.sbin/cron/crontab/crontab.c
470
warnx("edits left in %s", Filename);
usr.sbin/cron/crontab/crontab.c
473
warnx("panic: bad switch() in replace_cmd()");
usr.sbin/cron/crontab/crontab.c
498
warnx("cannot allocate memory");
usr.sbin/cron/crontab/crontab.c
526
warnx("error while writing new crontab to %s", tn);
usr.sbin/cron/crontab/crontab.c
556
warnx("errors in crontab file, can't install");
usr.sbin/cron/lib/misc.c
190
warnx("%s: created", CRONDIR);
usr.sbin/cron/lib/misc.c
206
warnx("%s: created", SPOOL_DIR);
usr.sbin/cron/lib/misc.c
446
warnx("failed to allocate memory for log message");
usr.sbin/cron/lib/misc.c
472
warnx("can't write to log file");
usr.sbin/dconschat/dconschat.c
421
warnx("dlen(%d) != rlen(%d)\n", dlen, rlen);
usr.sbin/dconschat/dconschat.c
699
warnx("port%d: closed", p->port);
usr.sbin/dconschat/dconschat.c
886
warnx("no address specified");
usr.sbin/dconschat/dconschat.c
891
warnx("no port specified");
usr.sbin/edquota/edquota.c
156
warnx("incorrect quota specification: "
usr.sbin/edquota/edquota.c
300
warnx("%s: no such user", name);
usr.sbin/edquota/edquota.c
305
warnx("%s: no such group", name);
usr.sbin/edquota/edquota.c
308
warnx("%d: unknown quota type", quotatype);
usr.sbin/edquota/edquota.c
345
warnx("warning: quotas are not compiled into this kernel");
usr.sbin/edquota/edquota.c
355
warnx("creating quota file %s", qfpathname);
usr.sbin/edquota/edquota.c
436
warnx("you have too many processes");
usr.sbin/edquota/edquota.c
511
warnx("can't re-read temp file!!");
usr.sbin/edquota/edquota.c
521
warnx("%s: bad format", line1);
usr.sbin/edquota/edquota.c
525
warnx("%s: %s: bad format", fsp, &fsp[strlen(fsp) + 1]);
usr.sbin/edquota/edquota.c
532
warnx("%s:%s: bad format", fsp, cp);
usr.sbin/edquota/edquota.c
539
warnx("%s: %s: bad format", fsp, line2);
usr.sbin/edquota/edquota.c
546
warnx("%s: %s: bad format", fsp, line2);
usr.sbin/edquota/edquota.c
581
warnx("%s: cannot change current allocation", fsp);
usr.sbin/edquota/edquota.c
644
warnx("can't re-read temp file!!");
usr.sbin/edquota/edquota.c
654
warnx("%s: bad format", line1);
usr.sbin/edquota/edquota.c
658
warnx("%s: %s: bad format", fsp, &fsp[strlen(fsp) + 1]);
usr.sbin/edquota/edquota.c
665
warnx("%s:%s: bad format", fsp, cp);
usr.sbin/efibootmgr/efibootmgr.c
368
warnx("can't parse %s as a numb", next);
usr.sbin/efibootmgr/efibootmgr.c
475
warnx("Boot variable %04x not in BootOrder", bootnum);
usr.sbin/efidp/efidp.c
115
warnx("Can only use one of -p (--parse), "
usr.sbin/efidp/efidp.c
156
warnx("Can't format dp for '%s'", walker);
usr.sbin/efivar/efivar.c
346
warnx("Can only use one of -a (--append), "
usr.sbin/efivar/efivar.c
352
warnx("Must specify a variable for -a (--append), "
usr.sbin/fstyp/exfat.c
205
warnx("exfat: Bogus volume label length: %u", ucs2len);
usr.sbin/fstyp/exfat.c
272
warnx("%s: invalid rootdir cluster %u < %d", __func__,
usr.sbin/fstyp/exfat.c
281
warnx("%s: Bogus bad block in root directory chain",
usr.sbin/fstyp/exfat.c
333
warnx("exfat: Invalid BytesPerSectorShift");
usr.sbin/fstyp/exfat.c
352
warnx("exfat: Found checksum 0x%08x != computed 0x%08x",
usr.sbin/fstyp/fstyp.c
267
warnx("%s: filesystem not recognized", path);
usr.sbin/fstyp/hammer2.c
138
warnx("hammer2: blockref has no data");
usr.sbin/fstyp/hammer2.c
151
warnx("hammer2: invalid I/O bytes");
usr.sbin/fstyp/hammer2.c
161
warnx("hammer2: failed to get media size");
usr.sbin/fstyp/hammer2.c
165
warnx("hammer2: XXX read beyond HAMMER2 root volume limit unsupported");
usr.sbin/fstyp/hammer2.c
170
warnx("hammer2: failed to seek media");
usr.sbin/fstyp/hammer2.c
175
warnx("hammer2: failed to read media");
usr.sbin/fstyp/hammer2.c
300
warnx("hammer2: failed to read volume data");
usr.sbin/fstyp/hammer2.c
426
warnx("hammer2: failed to open %s", volpath);
usr.sbin/fstyp/hammer2.c
434
warnx("hammer2: failed to read volume data");
usr.sbin/fstyp/hammer2.c
45
warnx("hammer2: failed to seek media end");
usr.sbin/fstyp/hammer2.c
453
warnx("hammer2: failed to open %s", volpath);
usr.sbin/fstyp/hammer2.c
458
warnx("hammer2: failed to read volume data");
usr.sbin/fstyp/hammer2.c
51
warnx("hammer2: failed to tell media end");
usr.sbin/fstyp/hammer2.c
84
warnx("hammer2: failed to read volume data");
usr.sbin/gifconfig/gifconfig.c
517
warnx("%s has no %s IFA address!", name, afp->af_name);
usr.sbin/inetd/builtins.c
431
warnx("bad -t argument");
usr.sbin/inetd/builtins.c
683
warnx("unable to get time of day");
usr.sbin/inetd/builtins.c
776
warnx("tcpmux: someone wants %s", service);
usr.sbin/inetd/inetd.c
1270
warnx("registered %s on %d",
usr.sbin/inetd/inetd.c
1339
warnx(
usr.sbin/inetd/inetd.c
1368
warnx(
usr.sbin/inetd/inetd.c
1663
warnx("maxchild=%lu for wait service %s"
usr.sbin/inetd/inetd.c
536
warnx("handling signal flag %c", c);
usr.sbin/inetd/inetd.c
554
warnx("someone wants %s", sep->se_service);
usr.sbin/inetd/inetd.c
563
warnx("accept, ctrl %d", ctrl);
usr.sbin/inetd/inetd.c
721
warnx("%d execl %s",
usr.sbin/inetd/inetd.c
885
warnx("%d reaped, %s %u", pid,
usr.sbin/installer/libdfui/conn_tcp.c
116
warnx("inet_pton(): address not parseable");
usr.sbin/installer/test/test_storage/test_storage.c
72
warnx(
usr.sbin/iostat/iostat.c
349
warnx("discarding previous wait interval, using"
usr.sbin/iostat/iostat.c
356
warnx("discarding previous count, using %d"
usr.sbin/ip6addrctl/ip6addrctl.c
167
warnx("getnameinfo for prefix address failed");
usr.sbin/ip6addrctl/ip6addrctl.c
171
warnx("invalid address mask");
usr.sbin/ip6addrctl/ip6addrctl.c
278
warnx("getaddrinfo failed for %s: %s", prefix,
usr.sbin/ip6addrctl/ip6addrctl.c
286
warnx("invalid prefix length: %d", plen);
usr.sbin/kbdcontrol/kbdcontrol.c
1092
warnx("unable to find keyboard driver unit in '%s'", kbd);
usr.sbin/kbdcontrol/kbdcontrol.c
1097
warnx("unable to find keyboard driver name in '%s'", kbd);
usr.sbin/kbdcontrol/kbdcontrol.c
1101
warnx("keyboard name '%s' is too long", kbd);
usr.sbin/kbdcontrol/kbdcontrol.c
115
warnx("option requires two arguments -- %c", oc);
usr.sbin/kbdcontrol/kbdcontrol.c
344
warnx("too many accented characters, ignored");
usr.sbin/kbdcontrol/kbdcontrol.c
845
warnx("function key number must be between 1 and %d",
usr.sbin/kbdcontrol/kbdcontrol.c
850
warnx("function key string too long (%d > %d)",
usr.sbin/kbdcontrol/kbdcontrol.c
888
warnx("argument to -b must be duration.pitch or [quiet.]visual|normal|off");
usr.sbin/kbdcontrol/kbdcontrol.c
926
warnx("argument to -r must be delay.repeat or slow|normal|fast");
usr.sbin/kbdcontrol/kbdcontrol.c
951
warnx("argument must be a positive number");
usr.sbin/keyserv/keyserv.c
252
warnx("the key read from %s was too short", ROOTKEY);
usr.sbin/keyserv/keyserv.c
258
warnx(
usr.sbin/keyserv/keyserv.c
266
warnx("could not set root's key and netname");
usr.sbin/keyserv/keyserv.c
278
warnx("can't find %s's secret key", name);
usr.sbin/keyserv/keyserv.c
282
warnx("password does not decrypt secret key for %s", name);
usr.sbin/lastlogin/lastlogin.c
64
warnx("user '%s' not found", argv[i]);
usr.sbin/lpr/chkprintcap/chkprintcap.c
151
warnx("WARNING: found %d entries when skimming %s,",
usr.sbin/lpr/chkprintcap/chkprintcap.c
153
warnx("WARNING: but only found %d queues to process!",
usr.sbin/lpr/chkprintcap/chkprintcap.c
172
warnx("%s: loop detected in tc= expansion", pp->printer);
usr.sbin/lpr/chkprintcap/chkprintcap.c
175
warnx("%s: unresolved tc= expansion", pp->printer);
usr.sbin/lpr/chkprintcap/chkprintcap.c
258
warnx("%s and %s share the same spool, %s",
usr.sbin/lpr/chkprintcap/chkprintcap.c
261
warnx("%s (%s) and %s (%s) are the same "
usr.sbin/lpr/chkprintcap/skimprintcap.c
176
warnx("Warning: blanks after trailing '\\',"
usr.sbin/lpr/chkprintcap/skimprintcap.c
193
warnx("Warning: No newline at end of line %d%s",
usr.sbin/lpr/chkprintcap/skimprintcap.c
209
warnx("Warning: No ':' to terminate name-field"
usr.sbin/lpr/chkprintcap/skimprintcap.c
225
warnx("Warning: values-line after line with"
usr.sbin/lpr/chkprintcap/skimprintcap.c
234
warnx("Warning: new entry starts after line"
usr.sbin/lpr/chkprintcap/skimprintcap.c
251
warnx("%4d warnings from skimming %s", skinf->warnings,
usr.sbin/lpr/chkprintcap/skimprintcap.c
255
warnx("%4d lines (%d comments), %d entries for %s",
usr.sbin/lpr/common_source/startdaemon.c
77
warnx("Check to see if the master 'lpd' process is running.");
usr.sbin/lpr/lpc/lpc.c
350
warnx("warning: unknown group '%s'", grname);
usr.sbin/lpr/lpr/lpr.c
812
warnx("%s: unresolved tc= reference(s)", ptrname);
usr.sbin/makefs/cd9660.c
1328
warnx("%s: root is null", __func__);
usr.sbin/makefs/cd9660.c
1375
warnx("error: found entry "
usr.sbin/makefs/cd9660.c
1392
warnx("Failure in "
usr.sbin/makefs/cd9660.c
1411
warnx("%s: Error on recursive "
usr.sbin/makefs/cd9660.c
2056
warnx("Error: Boot image must be a filename");
usr.sbin/makefs/cd9660.c
2068
warnx("Error: Boot image must be no greater than 32768 bytes");
usr.sbin/makefs/cd9660.c
323
warnx("error: '%s' requires a string argument", fieldtitle);
usr.sbin/makefs/cd9660.c
335
warnx("error: '%s' must be composed of %c-characters",
usr.sbin/makefs/cd9660.c
338
warnx("error: '%s' must be at most 32 characters long",
usr.sbin/makefs/cd9660.c
398
warnx("The Boot Image parameter requires a valid boot"
usr.sbin/makefs/cd9660.c
406
warnx("The Generic Boot Image parameter requires a"
usr.sbin/makefs/cd9660.c
418
warnx("The Boot Image Directory parameter"
usr.sbin/makefs/cd9660.c
437
warnx("Option `%s' doesn't contain a value",
usr.sbin/makefs/cd9660.h
61
#define INODE_WARNX(__x) warnx __x
usr.sbin/makefs/cd9660/cd9660_eltorito.c
119
warnx("boot disk system must be "
usr.sbin/makefs/cd9660/cd9660_eltorito.c
450
warnx("Error: memory allocation failed in cd9660_setup_boot");
usr.sbin/makefs/cd9660/cd9660_eltorito.c
483
warnx("%s: internal error: unknown system type",
usr.sbin/makefs/cd9660/cd9660_eltorito.c
492
warnx("Error: memory allocation failed in "
usr.sbin/makefs/cd9660/cd9660_eltorito.c
82
warnx("Error: Boot disk information must be in the "
usr.sbin/makefs/cd9660/cd9660_eltorito.c
93
warnx("supply boot disk information in the format "
usr.sbin/makefs/cd9660/cd9660_write.c
102
warnx("%s: Error writing path tables to image", __func__);
usr.sbin/makefs/cd9660/cd9660_write.c
112
warnx("%s: Error writing files to image", __func__);
usr.sbin/makefs/cd9660/cd9660_write.c
355
warnx("%s: write error", __func__);
usr.sbin/makefs/cd9660/cd9660_write.c
79
warnx("%s: Error writing generic boot image",
usr.sbin/makefs/cd9660/cd9660_write.c
88
warnx("%s: Error writing volume descriptors to image",
usr.sbin/makefs/ffs.c
259
warnx("Invalid optimization `%s'", buf);
usr.sbin/makefs/ffs.c
604
warnx(
usr.sbin/makefs/ffs/ffs_alloc.c
453
warnx("bad block %lld, ino %ju", (long long)bno,
usr.sbin/makefs/ffs/ffs_balloc.c
118
warnx("need to ffs_realloccg; not supported!");
usr.sbin/makefs/ffs/ffs_balloc.c
175
warnx("need to ffs_realloccg; not supported!");
usr.sbin/makefs/ffs/ffs_balloc.c
215
warnx("ffs_balloc: ufs_getlbns returned indirect block");
usr.sbin/makefs/ffs/ffs_balloc.c
370
warnx("need to ffs_realloccg; not supported!");
usr.sbin/makefs/ffs/ffs_balloc.c
427
warnx("need to ffs_realloccg; not supported!");
usr.sbin/makefs/ffs/ffs_balloc.c
467
warnx("ffs_balloc: ufs_getlbns returned indirect block");
usr.sbin/makefs/hammer2.c
850
warnx("image size %lld exceeds %s size %lld",
usr.sbin/makefs/makefs.c
147
warnx("Invalid endian `%s'.", optarg);
usr.sbin/makefs/makefs.c
428
warnx("Unknown type %d in option %s", options[i].type,
usr.sbin/makefs/makefs.c
434
warnx("Unknown option `%s'", var);
usr.sbin/makefs/msdos.c
229
warnx("path %s too long", pbuf);
usr.sbin/makefs/msdos.c
260
warnx("skipping non-regular file %s/%s", cur->path,
usr.sbin/makefs/mtree.c
1102
warnx("%u error(s) and %u warning(s) in mtree manifest",
usr.sbin/mfiutil/mfi_cmd.c
289
warnx("Command 0x%08x failed: %s", opcode,
usr.sbin/mfiutil/mfi_cmd.c
343
warnx("The %s command requires a sub-command.", av[0]);
usr.sbin/mfiutil/mfi_cmd.c
351
warnx("%s is not a valid sub-command of %s.", av[1], av[0]);
usr.sbin/mfiutil/mfi_config.c
1001
warnx("Spare isn't large enough for array %u",
usr.sbin/mfiutil/mfi_config.c
1036
warnx("remove spare: drive required");
usr.sbin/mfiutil/mfi_config.c
1062
warnx("Drive %u is not a hot spare", device_id);
usr.sbin/mfiutil/mfi_config.c
1185
warnx("debug: extra arguments");
usr.sbin/mfiutil/mfi_config.c
1222
warnx("dump: extra arguments");
usr.sbin/mfiutil/mfi_config.c
1246
warnx("malloc failed");
usr.sbin/mfiutil/mfi_config.c
141
warnx("The current mfi(4) driver does not support "
usr.sbin/mfiutil/mfi_config.c
156
warnx("Volume %s is busy and cannot be deleted",
usr.sbin/mfiutil/mfi_config.c
273
warnx("Invalid drive list '%s'", array_str);
usr.sbin/mfiutil/mfi_config.c
281
warnx("Too many drives for a single array: max is %zu",
usr.sbin/mfiutil/mfi_config.c
289
warnx("RAID1 and RAID10 require an even number of "
usr.sbin/mfiutil/mfi_config.c
297
warnx("RAID5 and RAID50 require at least 3 drives in "
usr.sbin/mfiutil/mfi_config.c
305
warnx("RAID6 and RAID60 require at least 4 drives in "
usr.sbin/mfiutil/mfi_config.c
315
warnx("malloc failed");
usr.sbin/mfiutil/mfi_config.c
337
warnx("Drive %u is not available", device_id);
usr.sbin/mfiutil/mfi_config.c
344
warnx("Drive %u is foreign", device_id);
usr.sbin/mfiutil/mfi_config.c
549
warnx("create volume: volume type required");
usr.sbin/mfiutil/mfi_config.c
567
warnx("The current mfi(4) driver does not support "
usr.sbin/mfiutil/mfi_config.c
582
warnx("Unknown or unsupported volume type %s", av[1]);
usr.sbin/mfiutil/mfi_config.c
605
warnx("Illegal stripe size");
usr.sbin/mfiutil/mfi_config.c
609
warnx("Illegal stripe size, using 64K");
usr.sbin/mfiutil/mfi_config.c
628
warnx("At least one drive list is required");
usr.sbin/mfiutil/mfi_config.c
639
warnx("Only one drive list can be specified");
usr.sbin/mfiutil/mfi_config.c
648
warnx("RAID10, RAID50, and RAID60 require at least "
usr.sbin/mfiutil/mfi_config.c
654
warnx("Volume spans more than %d arrays",
usr.sbin/mfiutil/mfi_config.c
663
warnx("malloc failed");
usr.sbin/mfiutil/mfi_config.c
679
warnx("All arrays must contain the same "
usr.sbin/mfiutil/mfi_config.c
704
warnx("malloc failed");
usr.sbin/mfiutil/mfi_config.c
721
warnx("malloc failed");
usr.sbin/mfiutil/mfi_config.c
762
warnx("malloc failed");
usr.sbin/mfiutil/mfi_config.c
843
warnx("delete volume: volume required");
usr.sbin/mfiutil/mfi_config.c
855
warnx("The current mfi(4) driver does not support "
usr.sbin/mfiutil/mfi_config.c
876
warnx("Volume %s is busy and cannot be deleted",
usr.sbin/mfiutil/mfi_config.c
911
warnx("add spare: drive required");
usr.sbin/mfiutil/mfi_config.c
935
warnx("Drive %u is not available", device_id);
usr.sbin/mfiutil/mfi_config.c
957
warnx("malloc failed");
usr.sbin/mfiutil/mfi_config.c
970
warnx("Spare isn't large enough for array %u",
usr.sbin/mfiutil/mfi_config.c
985
warnx("Did not find volume %d", target_id);
usr.sbin/mfiutil/mfi_config.c
996
warnx("Missing array; inconsistent config?");
usr.sbin/mfiutil/mfi_drive.c
222
warnx("Unknown drive %s", drive);
usr.sbin/mfiutil/mfi_drive.c
227
warnx("Invalid drive number %s", drive);
usr.sbin/mfiutil/mfi_drive.c
409
warnx("Drive %u is already in the desired state", device_id);
usr.sbin/mfiutil/mfi_drive.c
436
warnx("fail: %s", ac > 2 ? "extra arguments" :
usr.sbin/mfiutil/mfi_drive.c
450
warnx("good: %s", ac > 2 ? "extra arguments" :
usr.sbin/mfiutil/mfi_drive.c
464
warnx("rebuild: %s", ac > 2 ? "extra arguments" :
usr.sbin/mfiutil/mfi_drive.c
482
warnx("start rebuild: %s", ac > 2 ? "extra arguments" :
usr.sbin/mfiutil/mfi_drive.c
510
warnx("Drive %d is not in the REBUILD state", device_id);
usr.sbin/mfiutil/mfi_drive.c
539
warnx("abort rebuild: %s", ac > 2 ? "extra arguments" :
usr.sbin/mfiutil/mfi_drive.c
595
warnx("drive progress: %s", ac > 2 ? "extra arguments" :
usr.sbin/mfiutil/mfi_drive.c
650
warnx("drive clear: %s", ac > 3 ? "extra arguments" :
usr.sbin/mfiutil/mfi_drive.c
662
warnx("drive clear: invalid action, must be 'start' or 'stop'\n");
usr.sbin/mfiutil/mfi_drive.c
711
warnx("locate: %s", ac > 3 ? "extra arguments" :
usr.sbin/mfiutil/mfi_drive.c
722
warnx("locate: invalid state %s", av[2]);
usr.sbin/mfiutil/mfi_evt.c
589
warnx("Invalid event count");
usr.sbin/mfiutil/mfi_evt.c
611
warnx("Event count is too high");
usr.sbin/mfiutil/mfi_evt.c
618
warnx("show events: extra arguments");
usr.sbin/mfiutil/mfi_evt.c
637
warnx("malloc failed");
usr.sbin/mfiutil/mfi_evt.c
652
warnx("No matching events found");
usr.sbin/mfiutil/mfi_evt.c
656
warnx("Error fetching events: %s", mfi_status(status));
usr.sbin/mfiutil/mfi_evt.c
72
warnx("show logstate: extra arguments");
usr.sbin/mfiutil/mfi_flash.c
118
warnx("Invalid flash file size");
usr.sbin/mfiutil/mfi_flash.c
134
warnx("Failed to alloc flash memory: %s", mfi_status(status));
usr.sbin/mfiutil/mfi_flash.c
142
warnx("malloc failed");
usr.sbin/mfiutil/mfi_flash.c
150
warnx("Bad read from flash file");
usr.sbin/mfiutil/mfi_flash.c
161
warnx("Flash download failed: %s", mfi_status(status));
usr.sbin/mfiutil/mfi_flash.c
98
warnx("flash: Firmware file required");
usr.sbin/mfiutil/mfi_foreign.c
213
warnx("foreign display: extra arguments");
usr.sbin/mfiutil/mfi_foreign.c
233
warnx("foreign display: no foreign configs found");
usr.sbin/mfiutil/mfi_foreign.c
271
warnx("foreign preview: extra arguments");
usr.sbin/mfiutil/mfi_foreign.c
291
warnx("foreign preview: no foreign configs found");
usr.sbin/mfiutil/mfi_foreign.c
330
warnx("foreign preview: extra arguments");
usr.sbin/mfiutil/mfi_foreign.c
350
warnx("foreign import: no foreign configs found");
usr.sbin/mfiutil/mfi_foreign.c
368
warnx("Invalid foreign config %d specified max is %d",
usr.sbin/mfiutil/mfi_patrol.c
260
warnx("patrol: command required");
usr.sbin/mfiutil/mfi_patrol.c
271
warnx("patrol: Invalid interval %s",
usr.sbin/mfiutil/mfi_patrol.c
281
warnx("patrol: Invalid start time %s", av[3]);
usr.sbin/mfiutil/mfi_patrol.c
291
warnx("patrol: Invalid command %s", av[1]);
usr.sbin/mfiutil/mfi_show.c
149
warnx("show battery: extra arguments");
usr.sbin/mfiutil/mfi_show.c
304
warnx("show config: extra arguments");
usr.sbin/mfiutil/mfi_show.c
405
warnx("show volumes: extra arguments");
usr.sbin/mfiutil/mfi_show.c
488
warnx("show drives: extra arguments");
usr.sbin/mfiutil/mfi_show.c
568
warnx("show firmware: extra arguments");
usr.sbin/mfiutil/mfi_show.c
62
warnx("show adapter: extra arguments");
usr.sbin/mfiutil/mfi_show.c
628
warnx("show progress: extra arguments");
usr.sbin/mfiutil/mfi_volume.c
224
warnx("cache: bad BBU setting required");
usr.sbin/mfiutil/mfi_volume.c
232
warnx("cache: invalid bad BBU setting");
usr.sbin/mfiutil/mfi_volume.c
243
warnx("cache: read-ahead setting required");
usr.sbin/mfiutil/mfi_volume.c
254
warnx("cache: invalid read-ahead setting");
usr.sbin/mfiutil/mfi_volume.c
265
warnx("cache: write-cache setting required");
usr.sbin/mfiutil/mfi_volume.c
275
warnx("cache: invalid write-cache setting");
usr.sbin/mfiutil/mfi_volume.c
281
warnx("cache: Invalid command");
usr.sbin/mfiutil/mfi_volume.c
293
warnx("cache: volume required");
usr.sbin/mfiutil/mfi_volume.c
396
warnx("name: volume and name required");
usr.sbin/mfiutil/mfi_volume.c
401
warnx("name: new name is too long");
usr.sbin/mfiutil/mfi_volume.c
451
warnx("volume progress: %s", ac > 2 ? "extra arguments" :
usr.sbin/mfiutil/mfiutil.c
150
warnx("Unknown command %s.", av[0]);
usr.sbin/mixer/mixer.c
204
warnx("unknown modifier: %c", **argv);
usr.sbin/mixer/mixer.c
209
warnx("no recording device specified");
usr.sbin/mixer/mixer.c
214
warnx("unknown recording device: %s", argv[1]);
usr.sbin/mixer/mixer.c
241
warnx("unknown device: %s", *argv);
usr.sbin/mlxcontrol/command.c
194
warnx("couldn't get controller/drive for %s", drivepath(unit));
usr.sbin/mlxcontrol/command.c
488
warnx("'%s' is not a valid drive", argv[i]);
usr.sbin/mlxcontrol/command.c
542
warnx("'%s' is not a valid controller", argv[i]);
usr.sbin/mlxcontrol/command.c
601
warnx("'%s' is not a valid controller", argv[i]);
usr.sbin/mlxcontrol/command.c
609
warnx("'%s' is not a valid drive", argv[i]);
usr.sbin/mlxcontrol/command.c
635
warnx("'%s' is not a valid drive", argv[1]);
usr.sbin/mlxcontrol/command.c
646
warnx("one or more of the SCSI disks on which the drive '%s' depends is DEAD", argv[1]);
usr.sbin/mlxcontrol/command.c
649
warnx("drive %s is invalid, or not a drive which can be checked", argv[1]);
usr.sbin/mlxcontrol/command.c
652
warnx("drive rebuild or consistency check is already in progress on this controller");
usr.sbin/mlxcontrol/command.c
681
warnx("'%s' is not a valid controller", argv[1]);
usr.sbin/mlxcontrol/command.c
687
warnx("'%s' is not a valid physical drive", argv[2]);
usr.sbin/mlxcontrol/command.c
699
warnx("the drive at %d:%d is already ONLINE", rb.rr_channel, rb.rr_target);
usr.sbin/mlxcontrol/command.c
702
warnx("drive failed during rebuild");
usr.sbin/mlxcontrol/command.c
705
warnx("there is no drive at channel %d, target %d", rb.rr_channel, rb.rr_target);
usr.sbin/mlxcontrol/command.c
708
warnx("drive rebuild or consistency check is already in progress on this controller");
usr.sbin/mlxcontrol/command.c
813
warnx("bad channel number '%s'", argv[i]);
usr.sbin/moused/moused.c
114
warnx(fmt, ##args); \
usr.sbin/moused/moused.c
1185
warnx("%s", buf);
usr.sbin/moused/moused.c
536
warnx("invalid argument `%s'", optarg);
usr.sbin/moused/moused.c
544
warnx("invalid acceleration argument '%s'", optarg);
usr.sbin/moused/moused.c
577
warnx("invalid argument `%s'", optarg);
usr.sbin/moused/moused.c
586
warnx("invalid argument `%s'", optarg);
usr.sbin/moused/moused.c
593
warnx("invalid argument `%s'", optarg);
usr.sbin/moused/moused.c
616
warnx("invalid argument `%s'", optarg);
usr.sbin/moused/moused.c
629
warnx("invalid argument `%s'", optarg);
usr.sbin/moused/moused.c
647
warnx("invalid argument `%s'", optarg);
usr.sbin/moused/moused.c
658
warnx("invalid argument `%s'", argv[optind]);
usr.sbin/moused/moused.c
673
warnx("invalid argument `%s'", optarg);
usr.sbin/moused/moused.c
685
warnx("invalid argument `%s'", optarg);
usr.sbin/moused/moused.c
705
warnx("invalid argument `%s'", optarg);
usr.sbin/moused/moused.c
727
warnx("no such mouse type `%s'", optarg);
usr.sbin/moused/moused.c
736
warnx("invalid argument `%s'", optarg);
usr.sbin/moused/moused.c
769
warnx("no port name specified");
usr.sbin/mpsutil/mps_cmd.c
384
warnx("Reading config page failed: 0x%x %s",
usr.sbin/mpsutil/mps_cmd.c
437
warnx("Reading extended config page failed: %s",
usr.sbin/mpsutil/mps_cmd.c
560
warnx("Reading config page failed: 0x%x %s",
usr.sbin/mpsutil/mps_cmd.c
590
warnx("Reading extended config page header failed: %s",
usr.sbin/mpsutil/mps_cmd.c
609
warnx("Reading extended config page failed: %s",
usr.sbin/mpsutil/mps_flash.c
130
warnx("missing argument: expecting 'firmware' or bios'");
usr.sbin/mpsutil/mps_flash.c
137
warnx("Invalid argument '%s', expecting 'firmware' or 'bios'",
usr.sbin/mpsutil/mps_flash.c
142
warnx("update firmware: extra arguments");
usr.sbin/mpsutil/mps_flash.c
147
warnx("no firmware specified");
usr.sbin/mpsutil/mps_flash.c
182
warnx("could not get controller IOCFacts\n");
usr.sbin/mpsutil/mps_flash.c
191
warnx("Invalid bios: no boot record magic number");
usr.sbin/mpsutil/mps_flash.c
198
warnx("Invalid bios: size not a multiple of 512");
usr.sbin/mpsutil/mps_flash.c
207
warnx("Invalid firmware:");
usr.sbin/mpsutil/mps_flash.c
208
warnx(" Expected Vendor ID: %04x",
usr.sbin/mpsutil/mps_flash.c
210
warnx(" Image Vendor ID: %04x", fwheader->VendorID);
usr.sbin/mpsutil/mps_flash.c
218
warnx("Invalid image:");
usr.sbin/mpsutil/mps_flash.c
219
warnx(" Expected Product ID: %04x", facts->ProductID);
usr.sbin/mpsutil/mps_flash.c
220
warnx(" Image Product ID: %04x", fwheader->ProductID);
usr.sbin/mpsutil/mps_flash.c
230
warnx("Fail to update %s", argv[1]);
usr.sbin/mpsutil/mps_flash.c
56
warnx("missing argument: expecting 'firmware' or bios'");
usr.sbin/mpsutil/mps_flash.c
63
warnx("Invalid argument '%s', expecting 'firmware' or 'bios'",
usr.sbin/mpsutil/mps_flash.c
68
warnx("save %s: extra arguments", argv[1]);
usr.sbin/mpsutil/mps_flash.c
85
warnx("Fail to save %s", argv[1]);
usr.sbin/mpsutil/mps_show.c
304
warnx("Invalid controller info");
usr.sbin/mpsutil/mps_show.c
75
warnx("show adapter: extra arguments");
usr.sbin/mpsutil/mps_show.c
93
warnx("Invalid controller info");
usr.sbin/mpsutil/mpsutil.c
128
warnx("Unknown command %s.", av[0]);
usr.sbin/mpsutil/mpsutil.c
139
warnx("The %s command requires a sub-command.", av[0]);
usr.sbin/mpsutil/mpsutil.c
147
warnx("%s is not a valid sub-command of %s.", av[1], av[0]);
usr.sbin/mptutil/mpt_cam.c
103
warnx("fetch_path_id got CAM error %#x, CDM error %d\n",
usr.sbin/mptutil/mpt_cam.c
177
warnx("mpt_query_disk got CAM error %#x, CDM error %d\n",
usr.sbin/mptutil/mpt_cam.c
193
warnx("mpt_query_disk got %d matches, expected 1",
usr.sbin/mptutil/mpt_cam.c
199
warnx("mpt_query_disk got wrong CAM match");
usr.sbin/mptutil/mpt_cam.c
473
warnx("mpt_fetch_disks got wrong CAM matches");
usr.sbin/mptutil/mpt_cam.c
562
warnx("mpt_rescan_bus rescan got CAM error %#x\n",
usr.sbin/mptutil/mpt_cmd.c
363
warnx("Reading config page header failed: %s",
usr.sbin/mptutil/mpt_cmd.c
391
warnx("Reading config page header failed: %s",
usr.sbin/mptutil/mpt_cmd.c
410
warnx("Reading config page failed: %s",
usr.sbin/mptutil/mpt_cmd.c
440
warnx("Reading extended config page header failed: %s",
usr.sbin/mptutil/mpt_cmd.c
459
warnx("Reading extended config page failed: %s",
usr.sbin/mptutil/mpt_cmd.c
487
warnx("Writing config page failed: %s",
usr.sbin/mptutil/mpt_cmd.c
525
warnx("RAID action failed: %s",
usr.sbin/mptutil/mpt_cmd.c
535
warnx("RAID action failed: %s",
usr.sbin/mptutil/mpt_cmd.c
563
warnx("The %s command requires a sub-command.", av[0]);
usr.sbin/mptutil/mpt_cmd.c
571
warnx("%s is not a valid sub-command of %s.", av[1], av[0]);
usr.sbin/mptutil/mpt_config.c
1008
warnx("pd create: drive required");
usr.sbin/mptutil/mpt_config.c
1058
warnx("pd delete: drive required");
usr.sbin/mptutil/mpt_config.c
1139
warnx("debug: volume required");
usr.sbin/mptutil/mpt_config.c
158
warnx("Unsupported RAID physdisk page 0 version %d",
usr.sbin/mptutil/mpt_config.c
222
warnx("Volume %s is busy and cannot be deleted",
usr.sbin/mptutil/mpt_config.c
337
warnx("Invalid drive list '%s'", volume_str);
usr.sbin/mptutil/mpt_config.c
347
warnx("RAID0 requires at least 2 drives in each "
usr.sbin/mptutil/mpt_config.c
354
warnx("RAID1 requires exactly 2 drives in each "
usr.sbin/mptutil/mpt_config.c
361
warnx("RAID1E requires at least 3 drives in each "
usr.sbin/mptutil/mpt_config.c
485
warnx("Unsupported RAID volume page 0 version %d",
usr.sbin/mptutil/mpt_config.c
552
warnx(
usr.sbin/mptutil/mpt_config.c
595
warnx("create: volume type required");
usr.sbin/mptutil/mpt_config.c
615
warnx("Unknown or unsupported volume type %s", av[1]);
usr.sbin/mptutil/mpt_config.c
642
warnx("Invalid stripe size %s", optarg);
usr.sbin/mptutil/mpt_config.c
676
warnx("Exactly one drive list is required");
usr.sbin/mptutil/mpt_config.c
737
warnx("delete: volume required");
usr.sbin/mptutil/mpt_config.c
843
warnx("Failed to add spare pool %d to %s", new_pool,
usr.sbin/mptutil/mpt_config.c
863
warnx("add spare: drive required");
usr.sbin/mptutil/mpt_config.c
867
warnx("add spare: extra arguments");
usr.sbin/mptutil/mpt_config.c
948
warnx("remove spare: drive required");
usr.sbin/mptutil/mpt_config.c
979
warnx("Drive %u is not a hot spare", PhysDiskNum);
usr.sbin/mptutil/mpt_drive.c
344
warnx("Drive %u is already in the desired state", PhysDiskNum);
usr.sbin/mptutil/mpt_drive.c
366
warnx("fail: %s", ac > 2 ? "extra arguments" :
usr.sbin/mptutil/mpt_drive.c
381
warnx("online: %s", ac > 2 ? "extra arguments" :
usr.sbin/mptutil/mpt_drive.c
396
warnx("offline: %s", ac > 2 ? "extra arguments" :
usr.sbin/mptutil/mpt_show.c
102
warnx("Invalid controller info");
usr.sbin/mptutil/mpt_show.c
158
warnx("mpt_read_ioc_page(2): %s", mpt_ioc_status(IOCStatus));
usr.sbin/mptutil/mpt_show.c
181
warnx("mpt_read_ioc_page(6): %s", mpt_ioc_status(IOCStatus));
usr.sbin/mptutil/mpt_show.c
290
warnx("show config: extra arguments");
usr.sbin/mptutil/mpt_show.c
391
warnx("show volumes: extra arguments");
usr.sbin/mptutil/mpt_show.c
478
warnx("show drives: extra arguments");
usr.sbin/mptutil/mpt_show.c
543
warnx("show drives: extra arguments");
usr.sbin/mptutil/mpt_show.c
560
warnx("mpt_pd_info(%d): %s", i,
usr.sbin/mptutil/mpt_show.c
84
warnx("show adapter: extra arguments");
usr.sbin/mptutil/mpt_volume.c
104
warnx("Volume name is read only");
usr.sbin/mptutil/mpt_volume.c
137
warnx("volume status: %s", ac > 2 ? "extra arguments" :
usr.sbin/mptutil/mpt_volume.c
203
warnx("volume cache: %s", ac > 3 ? "extra arguments" :
usr.sbin/mptutil/mpt_volume.c
212
warnx("volume cache: invalid flag, must be 'enable' or 'disable'\n");
usr.sbin/mptutil/mpt_volume.c
242
warnx("volume cache unchanged");
usr.sbin/mptutil/mpt_volume.c
74
warnx("name: volume and name required");
usr.sbin/mptutil/mpt_volume.c
79
warnx("name: new name is too long");
usr.sbin/mptutil/mptutil.c
122
warnx("Unknown command %s.", av[0]);
usr.sbin/mtree/misc.c
163
warnx("failed at line %lu of the specification",
usr.sbin/mtree/mtree.c
236
warnx("-c and -i passed, replacing -i with -j for "
usr.sbin/mtree/mtree.c
242
warnx("Adding -b to -d for FreeBSD compatibility");
usr.sbin/mtree/mtree.c
246
warnx("Adding -i to -%c for FreeBSD compatibility",
usr.sbin/mtree/mtree.c
251
warnx("Adding -t to -%c for FreeBSD compatibility",
usr.sbin/mtree/mtree.c
256
warnx("The -w flag is a no-op");
usr.sbin/mtree/verify.c
102
warnx("%s: %s", RP(p), strerror(p->fts_errno));
usr.sbin/mtree/verify.c
156
warnx("%s checksum: %u", fullpath, crc_total);
usr.sbin/ndp/ndp.c
1284
warnx("getnameinfo failed");
usr.sbin/ndp/ndp.c
728
warnx("failed to get neighbor information");
usr.sbin/newsyslog/newsyslog.c
1121
warnx("debug line specifies no option:\n%s",
usr.sbin/newsyslog/newsyslog.c
1134
warnx("include line missing argument:\n%s",
usr.sbin/newsyslog/newsyslog.c
1166
warnx("Ignoring duplicate entry for %s!", q);
usr.sbin/newsyslog/newsyslog.c
1243
warnx("Invalid value of '%s' for 'size' in line:\n%s",
usr.sbin/newsyslog/newsyslog.c
1404
warnx("Ignoring '%s' because flag 'n' was specified in line:\n%s",
usr.sbin/newsyslog/newsyslog.c
1419
warnx("Ignoring flag 'U' in line:\n%s",
usr.sbin/newsyslog/newsyslog.c
1702
warnx("duplicate include detected: %s", fname);
usr.sbin/newsyslog/newsyslog.c
1989
warnx("%s: returned non-zero exit code: %d",
usr.sbin/newsyslog/newsyslog.c
2056
warnx("invalid entry for %s in do_zipwork", zwork->zw_fname);
usr.sbin/newsyslog/newsyslog.c
2074
warnx(
usr.sbin/newsyslog/newsyslog.c
2123
warnx("`%s' did not terminate normally", command);
usr.sbin/newsyslog/newsyslog.c
2129
warnx("`%s' terminated with a non-zero status (%d)", command,
usr.sbin/newsyslog/newsyslog.c
2275
warnx("pid file doesn't exist: %s", ent->pid_cmd_file);
usr.sbin/newsyslog/newsyslog.c
2290
warnx("pid/cmd file is empty: %s", ent->pid_cmd_file);
usr.sbin/newsyslog/newsyslog.c
2304
warnx("pid file does not start with a valid number: %s",
usr.sbin/newsyslog/newsyslog.c
2307
warnx("bad value '%ld' for process number in %s",
usr.sbin/newsyslog/newsyslog.c
2310
warnx("\t(expecting value between %ld and %ld)",
usr.sbin/newsyslog/newsyslog.c
2405
warnx("Invalid log filename '%s'", logfname);
usr.sbin/newsyslog/newsyslog.c
733
warnx("Only one of -F and -N may be specified.");
usr.sbin/newsyslog/newsyslog.c
740
warnx("At least one filename must be given when -R is specified.");
usr.sbin/newsyslog/newsyslog.c
786
warnx("Non-existent time specified on -D %s", doption);
usr.sbin/newsyslog/newsyslog.c
789
warnx("Malformed time given on -D %s", doption);
usr.sbin/newsyslog/newsyslog.c
804
warnx("NOTE: newsyslog always uses 'neworder'.");
usr.sbin/newsyslog/newsyslog.c
808
warnx("Unknown -D (debug) option: '%s'", doption);
usr.sbin/ngctl/main.c
190
warnx("line %d: error in file", num);
usr.sbin/ngctl/main.c
301
warnx("usage: %s", cmd->cmd);
usr.sbin/ngctl/main.c
316
warnx("\"%s\": ambiguous command", string);
usr.sbin/ngctl/main.c
323
warnx("\"%s\": unknown command", string);
usr.sbin/ngctl/main.c
504
warnx("%s", msg);
usr.sbin/ngctl/write.c
80
warnx("file \"%s\" is empty", av[3]);
usr.sbin/ngctl/write.c
89
warnx("invalid byte \"%s\"", av[i]);
usr.sbin/pciconf/pciconf.c
207
warnx("PCI device list changed, please try again");
usr.sbin/pciconf/pciconf.c
212
warnx("error returned from PCIOCGETCONF ioctl");
usr.sbin/pciconf/pciconf.c
704
warnx("device entry with no vendor!");
usr.sbin/pfctl/parse.y
5704
warnx("%s: owner not root or current user", fname);
usr.sbin/pfctl/parse.y
5708
warnx("%s: group/world readable/writeable", fname);
usr.sbin/pfctl/pfctl.c
1386
#define ERRX(x) do { warnx(x); goto _error; } while(0)
usr.sbin/pfctl/pfctl.c
1652
warnx("Bad pool name.");
usr.sbin/pfctl/pfctl.c
1672
warnx("Current pool size exceeds requested hard limit");
usr.sbin/pfctl/pfctl.c
1674
warnx("DIOCSETLIMIT");
usr.sbin/pfctl/pfctl.c
1697
warnx("Bad timeout name.");
usr.sbin/pfctl/pfctl.c
1717
warnx("DIOCSETTIMEOUT");
usr.sbin/pfctl/pfctl.c
1738
warnx("invalid state timeouts optimization");
usr.sbin/pfctl/pfctl.c
1784
warnx("pfctl_load_logif: strlcpy");
usr.sbin/pfctl/pfctl.c
1788
warnx("DIOCSETSTATUSIF");
usr.sbin/pfctl/pfctl.c
1815
warnx("DIOCSETHOSTID");
usr.sbin/pfctl/pfctl.c
1838
warnx("unknown debug level \"%s\"", d);
usr.sbin/pfctl/pfctl.c
1858
warnx("DIOCSETDEBUG");
usr.sbin/pfctl/pfctl.c
2012
warnx("could not parse macro definition %s",
usr.sbin/pfctl/pfctl.c
2025
warnx("Unknown flush modifier '%s'", optarg);
usr.sbin/pfctl/pfctl.c
2035
warnx("can only specify -k twice");
usr.sbin/pfctl/pfctl.c
2044
warnx("can only specify -K twice");
usr.sbin/pfctl/pfctl.c
2079
warnx("Unknown optimization '%s'", optarg);
usr.sbin/pfctl/pfctl.c
2093
warnx("Unknown show modifier '%s'", optarg);
usr.sbin/pfctl/pfctl.c
2103
warnx("Unknown table command '%s'", optarg);
usr.sbin/pfctl/pfctl.c
2115
warnx("Unknown debug level '%s'", optarg);
usr.sbin/pfctl/pfctl.c
2142
warnx("unknown command line argument: %s ...", argv[optind]);
usr.sbin/pfctl/pfctl.c
647
warnx("no label specified");
usr.sbin/pfctl/pfctl.c
674
warnx("no id specified");
usr.sbin/pfctl/pfctl.c
685
warnx("wrong id format specified");
usr.sbin/pfctl/pfctl.c
689
warnx("cannot kill id 0");
usr.sbin/pfctl/pfctl_altq.c
1300
warnx("could not get mtu for %s, assuming 1500", ifname);
usr.sbin/pfctl/pfctl_altq.c
1369
warnx("eval_queue_opts: unknown scheduler type %u",
usr.sbin/pfctl/pfctl_altq.c
359
warnx("bandwidth for %s higher than parent",
usr.sbin/pfctl/pfctl_altq.c
374
warnx("the sum of the child bandwidth higher"
usr.sbin/pfctl/pfctl_altq.c
415
warnx("priority out of range: max %d", CBQ_MAXPRI - 1);
usr.sbin/pfctl/pfctl_altq.c
475
warnx("queue bandwidth must be larger than %s",
usr.sbin/pfctl/pfctl_altq.c
553
warnx("should have one root queue on %s", pa->ifname);
usr.sbin/pfctl/pfctl_altq.c
557
warnx("should have one default queue on %s", pa->ifname);
usr.sbin/pfctl/pfctl_altq.c
605
warnx("priority out of range: max %d", PRIQ_MAXPRI - 1);
usr.sbin/pfctl/pfctl_altq.c
612
warnx("%s and %s have the same priority",
usr.sbin/pfctl/pfctl_altq.c
641
warnx("should have one default queue on %s", pa->ifname);
usr.sbin/pfctl/pfctl_altq.c
703
warnx("m2 is zero for %s", pa->qname);
usr.sbin/pfctl/pfctl_altq.c
710
warnx("m1 must be zero for convex curve: %s", pa->qname);
usr.sbin/pfctl/pfctl_altq.c
767
warnx("real-time sc exceeds 80%% of the interface "
usr.sbin/pfctl/pfctl_altq.c
785
warnx("linkshare sc exceeds parent's sc");
usr.sbin/pfctl/pfctl_altq.c
794
warnx("upper-limit larger than interface bandwidth");
usr.sbin/pfctl/pfctl_altq.c
798
warnx("upper-limit sc smaller than real-time sc");
usr.sbin/pfctl/pfctl_altq.c
879
warnx("link-sharing sc exceeds parent's sc");
usr.sbin/pfctl/pfctl_altq.c
915
warnx("should have one default queue on %s", pa->ifname);
usr.sbin/pfctl/pfctl_altq.c
925
warnx("default queue is not a leaf");
usr.sbin/pfctl/pfctl_altq.c
952
warnx("should have one default queue on %s", pa->ifname);
usr.sbin/pfctl/pfctl_altq.c
962
warnx("default queue is not a leaf");
usr.sbin/pfctl/pfctl_optimize.c
493
warnx("Must enable table loading for optimizations");
usr.sbin/pfctl/pfctl_osfp.c
479
warnx("PF_OSFP_UNPACK(0x%x) failed!!", fp);
usr.sbin/pfctl/pfctl_table.c
353
warnx("pfctl_table: unknown command '%s'", command);
usr.sbin/pfctl/pfctl_table.c
547
warnx("warning: namespace collision with <%s> global table.",
usr.sbin/pfctl/pfctl_table.c
550
warnx("warning: namespace collisions with %d global tables.",
usr.sbin/pflogd/privsep_fdpass.c
107
warnx("%s: recvmsg: expected received 1 got %ld",
usr.sbin/pflogd/privsep_fdpass.c
112
warnx("%s: no message header", __func__);
usr.sbin/pflogd/privsep_fdpass.c
116
warnx("%s: expected type %d got %d", __func__,
usr.sbin/pflogd/privsep_fdpass.c
81
warnx("%s: sendmsg: expected sent 1 got %ld",
usr.sbin/pppctl/pppctl.c
284
warnx("%s: path too long", argv[arg]);
usr.sbin/pppctl/pppctl.c
291
warnx("cannot create local domain socket");
usr.sbin/pppctl/pppctl.c
314
warnx("cannot translate %s", host);
usr.sbin/pppctl/pppctl.c
318
warnx("cannot resolve %s", host);
usr.sbin/pppctl/pppctl.c
330
warnx("%s isn't a valid port or service!", port);
usr.sbin/pppctl/pppctl.c
340
warnx("cannot create internet socket");
usr.sbin/pppctl/pppctl.c
362
warnx("timeout: cannot connect to socket %s", argv[arg]);
usr.sbin/pppctl/pppctl.c
367
warnx("cannot connect to socket %s", argv[arg]);
usr.sbin/pppctl/pppctl.c
457
warnx("ppp is not responding");
usr.sbin/pstat/pstat.c
162
warnx("cannot read %s: %s", msg, kvm_geterr(kd))
usr.sbin/pstat/pstat.c
171
warnx("cannot read %s: %s", msg, kvm_geterr(kd)); \
usr.sbin/pstat/pstat.c
299
warnx("undefined symbol: %s", nl[i].n_name);
usr.sbin/pw/pw_group.c
267
warnx("group '%s' already exists", grp->gr_name);
usr.sbin/pw/pw_group.c
273
warnx("group '%s' not available (NIS?)", grp->gr_name);
usr.sbin/pw/pw_user.c
406
warnx("WARNING: user '%s' does not exist in NIS passwd", pwd->pw_name);
usr.sbin/pw/pw_user.c
462
warnx("WARNING: account `%s' will have a uid of 0 (superuser access!)", pwd->pw_name);
usr.sbin/pw/pw_user.c
539
warnx("WARNING: home `%s' does not exist", pwd->pw_dir);
usr.sbin/pw/pw_user.c
541
warnx("WARNING: home `%s' is not a directory", pwd->pw_dir);
usr.sbin/pw/pw_user.c
589
warnx("WARNING: new account `%s' has a uid of 0 (superuser access!)", pwd->pw_name);
usr.sbin/pw/pw_user.c
678
warnx("user '%s' already exists", pwd->pw_name);
usr.sbin/pw/pw_user.c
687
warnx("User '%s' already exists in NIS passwd", pwd->pw_name);
usr.sbin/pw/pw_user.c
696
warnx("user '%s' does not exist (NIS?)", pwd->pw_name);
usr.sbin/pwd_mkdb/pwd_mkdb.c
641
warnx("line #%d too long", lcnt);
usr.sbin/pwd_mkdb/pwd_mkdb.c
660
warnx("at line #%d", lcnt);
usr.sbin/quot/quot.c
457
warnx("illegal inode %ju",(uintmax_t)inode);
usr.sbin/quot/quot.c
513
warnx("%s: not a BSD filesystem",name);
usr.sbin/quotaon/quotaon.c
131
warnx("%s not found in fstab", argv[i]);
usr.sbin/quotaon/quotaon.c
161
warnx("using %s on", qfpathname);
usr.sbin/repquota/repquota.c
163
warnx("%s not found in fstab", argv[i]);
usr.sbin/resident/resident.c
193
warnx("%s: can't read program header", *argv);
usr.sbin/resident/resident.c
199
warnx("%s: can't read program header",
usr.sbin/resident/resident.c
209
warnx("%s: not a dynamic executable", *argv);
usr.sbin/resident/resident.c
215
warnx("%s: not a FreeBSD ELF shared "
usr.sbin/resident/resident.c
221
warnx("%s: not a dynamic executable", *argv);
usr.sbin/resident/resident.c
232
warnx("%s: resident not supported on shared libraries.", *argv);
usr.sbin/rpc.statd/file.c
173
warnx("status file is corrupt");
usr.sbin/rpc.umntall/mounttab.c
163
warnx("write mounttab entry %s:%s",
usr.sbin/rpc.umntall/mounttab.c
194
warnx("delete mounttab entry%s %s:%s",
usr.sbin/rpc.umntall/rpc.umntall.c
100
warnx("no mounttab entries (%s does not exist)",
usr.sbin/rpc.umntall/rpc.umntall.c
113
warnx("remove expired entry %s:%s",
usr.sbin/rpc.umntall/rpc.umntall.c
122
warnx("skip entry %s:%s",
usr.sbin/rpc.umntall/rpc.umntall.c
128
warnx("umount RPC for %s:%s succeeded",
usr.sbin/rpc.umntall/rpc.umntall.c
144
warnx("umntall RPC for %s succeeded", host);
usr.sbin/rpc.umntall/rpc.umntall.c
152
warnx("umount RPC for %s:%s succeeded", host,
usr.sbin/rpc.umntall/rpc.umntall.c
182
warnx("%s: %s", hostname, clnt_spcreateerror("RPCPROG_MNT"));
usr.sbin/rpc.umntall/rpc.umntall.c
190
warnx("%s: %s", hostname, clnt_sperror(clp, "RPCMNT_UMNTALL"));
usr.sbin/rpc.umntall/rpc.umntall.c
210
warnx("%s: %s", hostname, clnt_spcreateerror("RPCPROG_MNT"));
usr.sbin/rpc.umntall/rpc.umntall.c
217
warnx("%s: %s", hostname, clnt_sperror(clp, "RPCMNT_UMOUNT"));
usr.sbin/rpc.ypupdated/ypupdated_main.c
88
warnx("%s", msg);
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
90
warnx("%s", msg);
usr.sbin/rtsold/rtsold.c
205
warnx("kernel is configured not to accept RAs");
usr.sbin/rtsold/rtsold.c
208
warnx("kernel is configured as a router, not a host");
usr.sbin/rtsold/rtsold.c
762
warnx("multiple interfaces found");
usr.sbin/rtsold/rtsold.c
775
warnx("probing %s", argv[0]);
usr.sbin/sa/main.c
321
warnx("short read of accounting data in %s", pn);
usr.sbin/sa/pdb.c
147
warnx("duplicate key %s in process accounting stats",
usr.sbin/sa/usrdb.c
140
warnx("key %lu != expected record number %lu",
usr.sbin/sa/usrdb.c
142
warnx("inconsistent user accounting stats");
usr.sbin/sa/usrdb.c
163
warnx("DB_PUT returned 1");
usr.sbin/tcpdrop/tcpdrop.c
291
warnx("%s %s %s %s: different address families", lhost, lport,
usr.sbin/traceroute/traceroute.c
490
warnx("Warning: %s has multiple addresses; using %s",
usr.sbin/traceroute6/traceroute6.c
1027
warnx("failed to get received hop limit or packet info");
usr.sbin/traceroute6/traceroute6.c
1047
warnx("failed to get upper layer header");
usr.sbin/uefisign/pe.c
177
warnx("signature size is 0, but its RVA is %d", pde->pde_rva);
usr.sbin/uefisign/pe.c
179
warnx("signature RVA is 0, but its size is %d", pde->pde_size);
usr.sbin/uefisign/pe.c
383
warnx("invalid PE+ checksum; is 0x%x, should be 0x%x",
usr.sbin/uefisign/pe.c
432
warnx("invalid PE checksum; is 0x%x, should be 0x%x",
usr.sbin/usbdump/usbdump.c
794
warnx("The USB packet filter might be disabled.");
usr.sbin/usbdump/usbdump.c
795
warnx("See the \"hw.usb.no_pf\" sysctl for more information.");
usr.sbin/vidcontrol/vidcontrol.c
1140
warnx("incorrect geometry: %s", optarg);
usr.sbin/vnconfig/vnconfig.c
207
warnx( "cannot find or load \"vn\" kernel module");
usr.sbin/vnconfig/vnconfig.c
406
warnx("specify regular filename or swap size");
usr.sbin/watchdogd/watchdogd.c
122
warnx("can't read back kern.watchdog.period, "
usr.sbin/watchdogd/watchdogd.c
128
warnx("period adjusted to %d by device", nperiod);
usr.sbin/watchdogd/watchdogd.c
131
warnx("retrigger interval %d too long, "
usr.sbin/yp_mkdb/yp_mkdb.c
268
warnx("bad input -- no white space: %s", buf);
usr.sbin/yp_mkdb/yp_mkdb.c
285
warnx("bad character at "
usr.sbin/yp_mkdb/yp_mkdb.c
292
warnx("key too long: %s", keybuf);
usr.sbin/yp_mkdb/yp_mkdb.c
297
warnx("no key -- check source file for blank lines");
usr.sbin/yp_mkdb/yp_mkdb.c
302
warnx("data too long: %s", datbuf);
usr.sbin/yp_mkdb/yp_mkdb.c
314
warnx("duplicate key '%s' - skipping", keybuf);
usr.sbin/yp_mkdb/yp_mkdb.c
335
warnx("failed to send 'clear' to local ypserv: %s",
usr.sbin/ypserv/yp_main.c
103
warnx("%s", msg);
usr.sbin/ypset/ypset.c
105
warnx("sorry, cannot ypset for domain %s on host", dom);
usr.sbin/ypset/ypset.c
96
warnx("can't yp_bind, reason: %s", yperr_string(YPERR_YPBIND));
usr.sbin/zic/zdump.c
199
warnx(_("warning: zone \"%s\" abbreviation \"%s\" %s\n"),
usr.sbin/zic/zic.c
2420
warnx(_("command was '%s', result was %d"), buf, result);
usr.sbin/zic/zic.c
506
warnx(_("-s ignored\n"));
usr.sbin/zic/zic.c
805
warnx(