Symbol: errx
bin/chflags/chflags.c
110
errx(1, "the -R and -h options may not be "
bin/chflags/chflags.c
138
errx(1, "invalid flags: %s", flags);
bin/chflags/chflags.c
143
errx(1, "invalid flag: %s", flags);
bin/chio/chio.c
1016
errx(1, "can't allocate status storage");
bin/chio/chio.c
1068
errx(1, "can't allocate status storage");
bin/chio/chio.c
1158
errx(1, "%s: unable to locate voltag: %s", changer_name,
bin/chio/chio.c
167
errx(1, "unknown command: %s", *argv);
bin/chio/chio.c
217
errx(1,"%s: voltag only makes sense as an element source",
bin/chio/chio.c
233
errx(1, "%s: inappropriate modifier `%s'",
bin/chio/chio.c
318
errx(1,"%s %s: voltag only makes sense as an element source",
bin/chio/chio.c
340
errx(1, "%s: inappropriate modifier `%s'",
bin/chio/chio.c
402
errx(1, "%s: inappropriate modifier `%s'",
bin/chio/chio.c
614
errx(1, "not that many pickers in device");
bin/chio/chio.c
622
errx(1, "not that many slots in device");
bin/chio/chio.c
630
errx(1, "not that many portals in device");
bin/chio/chio.c
638
errx(1, "not that many drives in device");
bin/chio/chio.c
668
errx(1, "can't allocate status storage");
bin/chio/chio.c
857
errx(1, "invalid element type `%s'", cp);
bin/chio/chio.c
881
errx(1, "invalid unit number `%s'", cp);
bin/chio/chio.c
895
errx(1, "invalid modifier `%s'", cp);
bin/chio/chio.c
975
errx(1, "%s: null element status pointer", cname);
bin/chio/chio.c
978
errx(1, "%s: no source information", cname);
bin/chmod/chmod.c
130
errx(1, "the -R and -h options may not be "
bin/chmod/chmod.c
149
errx(1, "invalid file mode: %s", mode);
bin/cp/cp.c
184
errx(1, "the -R and -r options may not be specified together");
bin/cp/cp.c
186
errx(1, "the -l and -s options may not be specified together");
bin/cpuset/cpuset.c
179
errx(EXIT_FAILURE, "%s", jail_errmsg);
bin/date/date.c
195
errx(1, "invalid time");
bin/date/date.c
264
errx(1, "invalid time");
bin/date/date.c
346
errx(1, "nonexistent time");
bin/date/date.c
502
errx(1, "invalid argument '%s' for -I", badarg);
bin/date/date.c
508
errx(1, "multiple output formats specified");
bin/dd/args.c
113
errx(1, "unable to allocate space for the argument \"%s\"", *argv);
bin/dd/args.c
115
errx(1, "unknown operand %s", oper);
bin/dd/args.c
118
errx(1, "no value specified for %s", oper);
bin/dd/args.c
123
errx(1, "unknown operand %s", tmp.name);
bin/dd/args.c
125
errx(1, "%s: illegal argument combination or already set",
bin/dd/args.c
154
errx(1, "record operations require cbs");
bin/dd/args.c
156
errx(1, "cbs cannot be zero");
bin/dd/args.c
168
errx(1, "cbs meaningless if not doing record operations");
bin/dd/args.c
188
errx(1, "bs must be between 1 and %zd", (ssize_t)SSIZE_MAX);
bin/dd/args.c
199
errx(1, "cbs must be between 1 and %zd", (ssize_t)SSIZE_MAX);
bin/dd/args.c
223
errx(1, "files must be between 1 and %zu", SIZE_MAX);
bin/dd/args.c
231
errx(1, "need exactly one fill char");
bin/dd/args.c
244
errx(1, "ibs must be between 1 and %zd",
bin/dd/args.c
275
errx(1, "unknown iflag %s", tmp.name);
bin/dd/args.c
277
errx(1, "%s: illegal conversion combination", tmp.name);
bin/dd/args.c
298
errx(1, "obs must be between 1 and %zd",
bin/dd/args.c
343
errx(1, "unknown status %s", arg);
bin/dd/args.c
385
errx(1, "unknown conversion %s", tmp.name);
bin/dd/args.c
387
errx(1, "%s: illegal conversion combination", tmp.name);
bin/dd/args.c
421
errx(1, "unknown open flag %s", tmp.name);
bin/dd/args.c
497
errx(1, "%s: invalid numeric value", oper);
bin/dd/args.c
524
errx(1, "%s: %s", oper, strerror(ERANGE));
bin/dd/args.c
526
errx(1, "%s: illegal numeric value", oper);
bin/dd/args.c
546
errx(1, "%s: invalid numeric value", oper);
bin/dd/args.c
573
errx(1, "%s: %s", oper, strerror(ERANGE));
bin/dd/args.c
575
errx(1, "%s: illegal numeric value", oper);
bin/dd/dd.c
160
errx(1, "files is not supported for non-tape devices");
bin/dd/dd.c
607
errx(1, "%s: end of device", out.name);
bin/dd/dd.c
623
errx(1, "%s: short write on tape device",
bin/dd/position.c
102
errx(1, "%s: illegal offset", "iseek/skip");
bin/dd/position.c
130
errx(1, "skip reached end of input");
bin/dd/position.c
172
errx(1, "%s: illegal offset", "oseek/seek");
bin/dd/position.c
211
errx(1, "%s: write failure", out.name);
bin/dd/position.c
68
errx(1, "seek offsets cannot be larger than %jd",
bin/dd/position.c
71
errx(1, "seek offsets cannot be larger than %ju",
bin/expr/expr.y
124
errx(ERR_EXIT, "malloc() failed");
bin/expr/expr.y
138
errx(ERR_EXIT, "malloc() failed");
bin/expr/expr.y
178
errx(ERR_EXIT, "not a decimal number: '%s'", vp->u.s);
bin/expr/expr.y
180
errx(ERR_EXIT, "operand too large: '%s'", vp->u.s);
bin/expr/expr.y
199
errx(ERR_EXIT, "malloc() failed");
bin/expr/expr.y
282
errx(ERR_EXIT,
bin/expr/expr.y
302
errx(ERR_EXIT, "syntax error");
bin/expr/expr.y
402
errx(ERR_EXIT, "overflow");
bin/expr/expr.y
425
errx(ERR_EXIT, "overflow");
bin/expr/expr.y
463
errx(ERR_EXIT, "overflow");
bin/expr/expr.y
485
errx(ERR_EXIT, "division by zero");
bin/expr/expr.y
488
errx(ERR_EXIT, "overflow");
bin/expr/expr.y
539
errx(ERR_EXIT, "%s", errbuf);
bin/kill/kill.c
126
errx(2, "illegal process id: %s", *argv);
bin/kill/kill.c
77
errx(2, "invalid signal number: %s", *argv);
bin/ls/ls.c
471
errx(2, "unsupported --group-directories value '%s' (must be first or last)",
bin/ls/ls.c
483
errx(2, "unsupported --color value '%s' (must be always, auto, or never)",
bin/mkdir/mkdir.c
84
errx(1, "invalid file mode: %s", mode);
bin/mv/mv.c
110
errx(1, "%s is not a directory", argv[argc - 1]);
bin/mv/mv.c
127
errx(1, "%s: destination pathname too long", *argv);
bin/nproc/nproc.c
93
errx(1, "bad ignore count: %s", errstr);
bin/pkill/pkill.c
300
errx(STATUS_ERROR, "Options -n and -o are mutually exclusive");
bin/pkill/pkill.c
305
errx(STATUS_ERROR,
bin/pkill/pkill.c
343
errx(STATUS_ERROR, "Cannot open kernel files (%s)", buf);
bin/pkill/pkill.c
354
errx(STATUS_ERROR, "Cannot get process list (%s)",
bin/pkill/pkill.c
374
errx(STATUS_BADUSAGE,
bin/pkill/pkill.c
412
errx(STATUS_ERROR,
bin/pkill/pkill.c
738
errx(STATUS_BADUSAGE,
bin/pkill/pkill.c
746
errx(STATUS_BADUSAGE,
bin/pkill/pkill.c
753
errx(STATUS_BADUSAGE, "No such tty: `"
bin/pkill/pkill.c
767
errx(STATUS_BADUSAGE, "Unknown user `%s'", sp);
bin/pkill/pkill.c
772
errx(STATUS_BADUSAGE, "Unknown group `%s'", sp);
bin/pkill/pkill.c
794
errx(STATUS_BADUSAGE, "No such tty: `%s'", sp);
bin/pkill/pkill.c
798
errx(STATUS_BADUSAGE, "Not a tty: `%s'", sp);
bin/pkill/pkill.c
812
errx(STATUS_BADUSAGE,
bin/pkill/pkill.c
849
errx(STATUS_ERROR, "File '%s' can be locked", pidfile);
bin/pkill/pkill.c
852
errx(STATUS_ERROR,
bin/pkill/pkill.c
861
errx(STATUS_ERROR, "Pidfile `%s' is empty", pidfile);
bin/pkill/pkill.c
870
errx(STATUS_ERROR, "Invalid pid in file `%s'", pidfile);
bin/pkill/pkill.c
872
errx(STATUS_ERROR, "Invalid pid in file `%s'", pidfile);
bin/ps/fmt.c
117
errx(1, "malloc failed");
bin/ps/fmt.c
61
errx(1, "sysconf _SC_ARG_MAX failed");
bin/ps/fmt.c
63
errx(1, "sysconf _SC_ARG_MAX preposterously large");
bin/ps/fmt.c
66
errx(1, "malloc failed");
bin/pwait/pwait.c
111
errx(EX_DATAERR, "timeout value");
bin/pwait/pwait.c
127
errx(EX_DATAERR, "timeout unit");
bin/pwait/pwait.c
130
errx(EX_DATAERR, "timeout unit");
bin/pwait/pwait.c
133
errx(EX_DATAERR, "timeout value");
bin/rm/rm.c
206
errx(1, "%s: %s", p->fts_path, strerror(p->fts_errno));
bin/setfacl/file.c
69
errx(1, "line too long in %s", filename);
bin/setfacl/merge.c
193
errx(1, "%s: invalid tag type: %i", filename, tag);
bin/setfacl/setfacl.c
113
errx(1, "Too many input files");
bin/setfacl/setfacl.c
401
errx(1, "%s: invalid entry number", optarg);
bin/setfacl/setfacl.c
403
errx(1,
bin/setfacl/setfacl.c
409
errx(1, "missing ACL");
bin/setfacl/setfacl.c
449
errx(1,
bin/setfacl/setfacl.c
479
errx(1, "the -R and -h options may not be "
bin/stty/gfmt.c
48
errx(1, "illegal gfmt1 option -- %s", s);
bin/stty/gfmt.c
50
errx(1, "illegal gfmt1 option");
bin/stty/stty.c
86
errx(1, "%s isn't a terminal", file);
bin/timeout/timeout.c
112
errx(EXIT_INVALID, "duration unit suffix invalid");
bin/timeout/timeout.c
116
errx(EXIT_INVALID, "duration out of range");
bin/timeout/timeout.c
313
errx(EXIT_INVALID, "invalid signal");
bin/timeout/timeout.c
369
errx(EXIT_FAILURE, "eof from control pipe");
bin/timeout/timeout.c
410
errx(EXIT_FAILURE, "short write to control pipe");
bin/timeout/timeout.c
91
errx(EXIT_INVALID, "duration is not a number");
bin/timeout/timeout.c
97
errx(EXIT_INVALID, "duration unit suffix too long");
bin/uuidgen/uuidgen.c
138
errx(1, "multiple output files not allowed");
cddl/usr.sbin/zfsd/zfsd.cc
157
errx(1, "Multiple ZfsDaemon instances created. Exiting");
cddl/usr.sbin/zfsd/zfsd.cc
162
errx(1, "Unable to allocate signal pipe. Exiting");
cddl/usr.sbin/zfsd/zfsd.cc
165
errx(1, "Unable to set pipe as non-blocking. Exiting");
cddl/usr.sbin/zfsd/zfsd.cc
168
errx(1, "Unable to set pipe as non-blocking. Exiting");
cddl/usr.sbin/zfsd/zfsd.cc
178
errx(1, "Unable to initialize ZFS library. Exiting");
cddl/usr.sbin/zfsd/zfsd.cc
356
errx(1, "Unexpected result of 0 from poll. Exiting");
cddl/usr.sbin/zfsd/zfsd.cc
422
errx(1, "already running as PID %d. Exiting", otherPID);
crypto/heimdal/admin/ktutil.c
160
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/appl/afsutil/afslog.c
233
errx(1, "AFS does not seem to be present on this machine");
crypto/heimdal/appl/afsutil/pagsh.c
131
errx(1, "no kerberos 5 support");
crypto/heimdal/appl/afsutil/pagsh.c
165
errx (1, "Out of memory allocating %lu bytes",
crypto/heimdal/appl/afsutil/pagsh.c
173
errx(1, "no such user: %d", (int)geteuid());
crypto/heimdal/appl/afsutil/pagsh.c
180
errx (1, "Out of memory copying path");
crypto/heimdal/appl/afsutil/pagsh.c
189
errx (1, "Out of memory copying arguments");
crypto/heimdal/appl/afsutil/pagsh.c
206
errx (1, "Out of memory copying sh arguments");
crypto/heimdal/appl/ftp/ftp/cmds.c
102
errx(1, "You bastard. You removed ftp/tcp from services");
crypto/heimdal/appl/ftp/ftp/cmds.c
1552
errx(1, "%s", msg);
crypto/heimdal/appl/ftp/ftp/cmds.c
158
errx(1, "strdup: out of memory");
crypto/heimdal/appl/ftp/ftp/ftp.c
1334
errx (1, "inet_ntop failed");
crypto/heimdal/appl/ftp/ftp/ftp.c
1345
errx (1, "bad address family %d", data_addr->sa_family);
crypto/heimdal/appl/ftp/ftp/ftp.c
1682
errx (1, "fd too large");
crypto/heimdal/appl/ftp/ftp/ftp.c
1712
errx (1, "fd too large");
crypto/heimdal/appl/ftp/ftp/ftp.c
1790
errx (1, "fd too large");
crypto/heimdal/appl/ftp/ftp/ftp.c
1794
errx (1, "fd too large");
crypto/heimdal/appl/ftp/ftp/gssapi.c
160
errx (1, "unknown address family %d", sa->sa_family);
crypto/heimdal/appl/ftp/ftp/gssapi.c
182
errx(1, "out of memory");
crypto/heimdal/appl/ftp/ftp/gssapi.c
351
errx(1, "out of memory");
crypto/heimdal/appl/ftp/ftp/main.c
100
errx(1, "ftp/tcp: unknown service");
crypto/heimdal/appl/ftp/ftp/main.c
392
errx(1, "cannot realloc argv array");
crypto/heimdal/appl/ftp/ftpd/gssapi.c
160
errx (1, "unknown address family %d", sa->sa_family);
crypto/heimdal/appl/ftp/ftpd/gssapi.c
182
errx(1, "out of memory");
crypto/heimdal/appl/ftp/ftpd/gssapi.c
351
errx(1, "out of memory");
crypto/heimdal/appl/gssmask/common.h
105
errx(1, "krb5_store_data " #data); \
crypto/heimdal/appl/gssmask/common.h
111
errx(1, "krb5_store_str " #str); \
crypto/heimdal/appl/gssmask/common.h
74
errx(1, "krb5_ret_int16 " #num); \
crypto/heimdal/appl/gssmask/common.h
80
errx(1, "krb5_ret_int32 " #num); \
crypto/heimdal/appl/gssmask/common.h
86
errx(1, "krb5_ret_data " #data); \
crypto/heimdal/appl/gssmask/common.h
92
errx(1, "krb5_ret_data " #data); \
crypto/heimdal/appl/gssmask/common.h
99
errx(1, "krb5_store_int32 " #num); \
crypto/heimdal/appl/gssmask/gssmaestro.c
325
errx(1, "apeer %s have no target name", apeer->name);
crypto/heimdal/appl/gssmask/gssmaestro.c
422
errx(1, "get_mic failed to host: %s", c1->moniker);
crypto/heimdal/appl/gssmask/gssmaestro.c
425
errx(1, "verify_mic failed to host: %s", c2->moniker);
crypto/heimdal/appl/gssmask/gssmaestro.c
599
errx(1, "client send bad log command: %d", (int)cmd);
crypto/heimdal/appl/gssmask/gssmaestro.c
618
errx(1, "port missing from %s", name);
crypto/heimdal/appl/gssmask/gssmaestro.c
629
errx(1, "error resolving %s", name);
crypto/heimdal/appl/gssmask/gssmaestro.c
652
errx(1, "krb5_storage_from_fd");
crypto/heimdal/appl/gssmask/gssmaestro.c
679
errx(1, "failed to create log krb5_storage");
crypto/heimdal/appl/gssmask/gssmaestro.c
685
errx(1, "failed to fork");
crypto/heimdal/appl/gssmask/gssmaestro.c
710
errx(1, "failed to find client %s", slave);
crypto/heimdal/appl/gssmask/gssmaestro.c
776
errx(1, "no principals");
crypto/heimdal/appl/gssmask/gssmaestro.c
781
errx(1, "password missing from %s", user);
crypto/heimdal/appl/gssmask/gssmaestro.c
785
errx(1, "no principals");
crypto/heimdal/appl/gssmask/gssmaestro.c
846
errx(1, "failed to acquire_cred: %d", (int)val);
crypto/heimdal/appl/gssmask/gssmaestro.c
903
errx(1, "failed to acquire_cred: %d", (int)val);
crypto/heimdal/appl/gssmask/gssmask.c
1017
errx(1, "gss_unwrap failed: %d/%d", maj_stat, min_stat);
crypto/heimdal/appl/gssmask/gssmask.c
1113
errx(1, "krb5_storage_from_fd");
crypto/heimdal/appl/gssmask/gssmask.c
1225
errx (1, "Bad port `%s'", port_str);
crypto/heimdal/appl/gssmask/gssmask.c
146
errx(1, "tried to delete an unexisting handle");
crypto/heimdal/appl/gssmask/gssmask.c
159
errx(1, "monger switched type on handle!");
crypto/heimdal/appl/gssmask/gssmask.c
280
errx(1, "GetVersionInfo");
crypto/heimdal/appl/gssmask/gssmask.c
579
errx(1, "sign: reference to unknown context");
crypto/heimdal/appl/gssmask/gssmask.c
587
errx(1, "gss_get_mic failed");
crypto/heimdal/appl/gssmask/gssmask.c
616
errx(1, "verify: reference to unknown context");
crypto/heimdal/appl/gssmask/gssmask.c
633
errx(1, "gss_verify_mic failed");
crypto/heimdal/appl/gssmask/gssmask.c
724
errx(1, "ChangePassword");
crypto/heimdal/appl/gssmask/gssmask.c
730
errx(1, "SetPasswordSelf");
crypto/heimdal/appl/gssmask/gssmask.c
750
errx(1, "wrap: reference to unknown context");
crypto/heimdal/appl/gssmask/gssmask.c
758
errx(1, "gss_wrap failed");
crypto/heimdal/appl/gssmask/gssmask.c
792
errx(1, "unwrap: reference to unknown context");
crypto/heimdal/appl/gssmask/gssmask.c
801
errx(1, "gss_unwrap failed: %d/%d", maj_stat, min_stat);
crypto/heimdal/appl/gssmask/gssmask.c
835
errx(1, "ConnectLoggingService2");
crypto/heimdal/appl/gssmask/gssmask.c
848
errx(1, "CallExtension");
crypto/heimdal/appl/gssmask/gssmask.c
86
errx(1, "krb5_store_int32: log level");
crypto/heimdal/appl/gssmask/gssmask.c
865
errx(1, "mkstemp");
crypto/heimdal/appl/gssmask/gssmask.c
88
errx(1, "krb5_store_string: filename");
crypto/heimdal/appl/gssmask/gssmask.c
899
errx(1, "wrap: reference to unknown context");
crypto/heimdal/appl/gssmask/gssmask.c
90
errx(1, "krb5_store_string: filename");
crypto/heimdal/appl/gssmask/gssmask.c
92
errx(1, "krb5_store_string: message");
crypto/heimdal/appl/gssmask/gssmask.c
932
errx(1, "gss_wrap_iov_length failed");
crypto/heimdal/appl/gssmask/gssmask.c
937
errx(1, "gss_wrap_iov failed");
crypto/heimdal/appl/gssmask/gssmask.c
94
errx(1, "krb5_ret_int32: ackid");
crypto/heimdal/appl/gssmask/gssmask.c
992
errx(1, "unwrap: reference to unknown context");
crypto/heimdal/appl/kf/kf.c
104
errx (1, "Bad port `%s'", port_str);
crypto/heimdal/appl/kf/kf.c
300
errx (1, "getaddrinfo(%s): %s", hostname, gai_strerror(error));
crypto/heimdal/appl/kf/kf.c
334
errx (1, "who are you?");
crypto/heimdal/appl/kf/kf.c
78
errx(1, "krb5_init_context failed: %d", status);
crypto/heimdal/appl/kf/kfd.c
89
errx (1, "Bad port `%s'", port_str);
crypto/heimdal/appl/login/env.c
49
errx(1, "Out of memory!");
crypto/heimdal/appl/login/env.c
60
errx(1, "Out of memory!");
crypto/heimdal/appl/login/env.c
97
errx(1, "%s: missing = in string %s",
crypto/heimdal/appl/login/login.c
125
errx(1, "Out of memory");
crypto/heimdal/appl/login/login.c
412
errx(1, "Failed to get UDB entry.");
crypto/heimdal/appl/login/login.c
584
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/appl/login/login.c
604
errx(1, "only root may use login, use su");
crypto/heimdal/appl/push/push.c
111
errx (1, "getaddrinfo(%s): %s", hostname, gai_strerror(error));
crypto/heimdal/appl/push/push.c
271
errx (1, "snprintf failed");
crypto/heimdal/appl/push/push.c
277
errx (1, "snprintf failed");
crypto/heimdal/appl/push/push.c
292
errx (1, "fd too large");
crypto/heimdal/appl/push/push.c
330
errx (1, "EOF during read");
crypto/heimdal/appl/push/push.c
441
errx(1, "Bad STAT-line: %.*s", (int)(p - beg), beg);
crypto/heimdal/appl/push/push.c
469
errx (1, "Bad response: %.*s", (int)(p - beg), beg);
crypto/heimdal/appl/push/push.c
495
errx (1, "snprintf failed");
crypto/heimdal/appl/push/push.c
586
errx (1, "Unsupported po type %s", hpo->hesiod_po_type);
crypto/heimdal/appl/push/push.c
609
errx (1, "Unsupported po type %s", hpo->po_type);
crypto/heimdal/appl/push/push.c
633
errx (1, "MAILHOST not set");
crypto/heimdal/appl/push/push.c
651
errx (1, "Who are you?");
crypto/heimdal/appl/push/push.c
688
errx (1, "Who are you?");
crypto/heimdal/appl/push/push.c
712
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/appl/push/push.c
764
errx (1, "Bad port `%s'", port_str);
crypto/heimdal/appl/rcp/rcp.c
111
errx(1, "unknown user %d", (int)userid);
crypto/heimdal/appl/rsh/common.c
114
errx (1, "data received is too short");
crypto/heimdal/appl/rsh/common.c
117
errx (1, "inconsistency in received data");
crypto/heimdal/appl/rsh/common.c
98
errx (1, "malloc: cannot allocate %u bytes", outer_len);
crypto/heimdal/appl/rsh/rsh.c
1020
errx (1, "getaddrinfo: %s", gai_strerror(error));
crypto/heimdal/appl/rsh/rsh.c
494
errx (1, "fd too large");
crypto/heimdal/appl/rsh/rsh.c
596
errx (1, "malloc %lu failed", (unsigned long)len);
crypto/heimdal/appl/rsh/rsh.c
628
errx (1, "malloc: out of memory");
crypto/heimdal/appl/rsh/rsh.c
667
errx (1, "malloc: out of memory");
crypto/heimdal/appl/rsh/rsh.c
756
errx (1, "getaddrinfo: %s", gai_strerror(error));
crypto/heimdal/appl/rsh/rsh.c
888
errx(1, "unknown protocol version \"%s\"",
crypto/heimdal/appl/rsh/rsh.c
898
errx(1, "krb5_init_context failed: %d", status);
crypto/heimdal/appl/rsh/rsh.c
90
errx (1, "fd too large");
crypto/heimdal/appl/rsh/rsh.c
918
errx (1, "unable to bind reserved port: is rsh setuid root?");
crypto/heimdal/appl/rsh/rsh.c
924
errx (1, "encryption not supported with old style authentication");
crypto/heimdal/appl/rsh/rsh.c
931
errx (1, "Only one of -u and -U allowed.");
crypto/heimdal/appl/rsh/rsh.c
968
errx (1, "who are you?");
crypto/heimdal/appl/rsh/rsh.c
993
errx (1, "getaddrinfo: %s", gai_strerror(error));
crypto/heimdal/appl/rsh/rshd.c
417
errx (1, "fd too large");
crypto/heimdal/appl/rsh/rshd.c
930
errx (1, "getaddrinfo: %s", gai_strerror (error));
crypto/heimdal/appl/rsh/rshd.c
942
errx (1, "getaddrinfo: %s", gai_strerror (error));
crypto/heimdal/appl/rsh/rshd.c
950
errx (1, "getaddrinfo: %s", gai_strerror (error));
crypto/heimdal/appl/rsh/rshd.c
961
errx (1, "getaddrinfo: %s", gai_strerror (error));
crypto/heimdal/appl/su/su.c
251
errx(1, "malloc - out of memory");
crypto/heimdal/appl/su/su.c
368
errx (1, "unknown login %s", su_user);
crypto/heimdal/appl/su/su.c
371
errx (1, "unknown login %s", su_user);
crypto/heimdal/appl/su/su.c
375
errx (1, "malloc: out of memory");
crypto/heimdal/appl/su/su.c
379
errx(1, "who are you?");
crypto/heimdal/appl/su/su.c
382
errx (1, "malloc: out of memory");
crypto/heimdal/appl/su/su.c
412
errx(1,"Your account has expired.");
crypto/heimdal/appl/su/su.c
423
errx(1,"Your password has expired. Choose a new one.");
crypto/heimdal/appl/su/su.c
457
errx(1, "enviroment '%s' missing '='", newenv[j]);
crypto/heimdal/appl/su/su.c
467
errx (1, "no directory");
crypto/heimdal/appl/su/su.c
495
errx (1, "malloc");
crypto/heimdal/appl/telnet/telnet/network.c
81
errx (1, "fd too large");
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
782
errx (1, "fd too large");
crypto/heimdal/appl/test/common.c
155
errx (1, "%s: %s", hostname, gai_strerror(error));
crypto/heimdal/appl/test/common.c
99
errx (1, "Bad port `%s'", port_str);
crypto/heimdal/appl/test/gss_common.c
132
errx (1, "Unknown mechanism '%s' (spnego, krb5, no-oid)", mech);
crypto/heimdal/appl/test/gss_common.c
66
errx (1, "EOF in read");
crypto/heimdal/appl/test/gss_common.c
68
errx (1, "read");
crypto/heimdal/appl/test/gssapi_client.c
124
errx(1, "malloc - out of memory");
crypto/heimdal/appl/test/http_client.c
204
errx(1, "connection failed");
crypto/heimdal/appl/test/http_client.c
251
errx(1, "strdup");
crypto/heimdal/appl/test/http_client.c
320
errx(1, "usage: %s host [page]", getprogname());
crypto/heimdal/appl/test/http_client.c
350
errx(1, "Got %s but missed `WWW-Authenticate'", req.response);
crypto/heimdal/appl/test/http_client.c
357
errx(1, "Got %s but missed `WWW-Authenticate'", req.response);
crypto/heimdal/appl/test/http_client.c
389
errx(1, "invalid Negotiate token");
crypto/heimdal/appl/test/http_client.c
393
errx(1, "invalid base64 Negotiate token %s", &h[i]);
crypto/heimdal/appl/test/http_client.c
397
errx(1, "Negotiate already started");
crypto/heimdal/appl/test/http_client.c
507
errx(1, "gssapi not done but http dance done");
crypto/heimdal/appl/test/http_client.c
62
errx (1, "getaddrinfo(%s): %s", hostname, gai_strerror(error));
crypto/heimdal/appl/test/http_client.c
77
errx (1, "failed to contact %s", hostname);
crypto/heimdal/appl/test/http_client.c
95
errx(1, "vasprintf");
crypto/heimdal/appl/test/nt_gss_client.c
63
errx(1, "out of memory");
crypto/heimdal/appl/test/nt_gss_server.c
218
errx (1, "Bad port `%s'", port_str);
crypto/heimdal/appl/test/uu_client.c
67
errx(1, "krb5_init_context failed: %d", status);
crypto/heimdal/kadmin/add-random-users.c
120
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kadmin/add-random-users.c
73
errx(1, "%s is an empty file, no words to try", filename);
crypto/heimdal/kadmin/kadm_conn.c
184
errx (1, "fd too large");
crypto/heimdal/kadmin/kadmin.c
155
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kadmin/kadmin.c
174
errx(1, "out of memory");
crypto/heimdal/kadmin/kadmind.c
103
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kadmin/kadmind.c
128
errx(1, "out of memory");
crypto/heimdal/kadmin/stash.c
63
errx(1, "out of memory");
crypto/heimdal/kadmin/test_util.c
81
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kcm/main.c
70
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kdc/announce.c
265
errx(1, "malloc: out of memory");
crypto/heimdal/kdc/announce.c
367
errx(1, "malloc");
crypto/heimdal/kdc/announce.c
371
errx(1, "malloc");
crypto/heimdal/kdc/announce.c
391
errx(1, "failure to update entry for %s/%s",
crypto/heimdal/kdc/announce.c
477
errx(1, "Failed to remove all bonjour entries");
crypto/heimdal/kdc/announce.c
508
errx(1, "SCDynamicStoreCreate");
crypto/heimdal/kdc/announce.c
512
errx(1, "CFArrayCreateMutable");
crypto/heimdal/kdc/announce.c
518
errx(1, "SCDynamicStoreSetNotificationKeys");
crypto/heimdal/kdc/announce.c
524
errx(1, "SCDynamicStoreSetDispatchQueue");
crypto/heimdal/kdc/announce.c
536
errx(1, "dispatch_queue_create");
crypto/heimdal/kdc/config.c
177
errx(1, "out of memory");
crypto/heimdal/kdc/hpropd.c
93
errx(1, "krb5_openlog");
crypto/heimdal/kdc/kdc-replay.c
107
errx(1, "argc != 2");
crypto/heimdal/kdc/kdc-replay.c
77
errx (1, "krb5_init_context failed to parse configuration file");
crypto/heimdal/kdc/main.c
116
errx (1, "krb5_init_context failed to parse configuration file");
crypto/heimdal/kdc/main.c
118
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kdc/main.c
122
errx (1, "krb5_kt_register(HDB) failed: %d", ret);
crypto/heimdal/kdc/main.c
69
errx(1, "no running as root, can't switch user/chroot");
crypto/heimdal/kdc/main.c
72
errx(1, "chroot(%s)", "chroot_string failed");
crypto/heimdal/kdc/main.c
79
errx(1, "unknown user %s", runas_string);
crypto/heimdal/kdc/mit_dump.c
165
errx(1, "line %d: unknown version", lineno);
crypto/heimdal/kdc/mit_dump.c
168
errx(1, "line %d: unknown version", lineno);
crypto/heimdal/kdc/mit_dump.c
171
errx(1, "line %d: unknown version", lineno);
crypto/heimdal/kdc/mit_dump.c
174
errx(1, "line %d: unknown version", lineno);
crypto/heimdal/kdc/mit_dump.c
176
errx(1, "unknown dump file format, got %d, expected 4-6",
crypto/heimdal/kdc/mit_dump.c
205
errx(1, "out of memory");
crypto/heimdal/kdc/mit_dump.c
207
errx(1, "line %d: problem parsing dump line", lineno);
crypto/heimdal/kpasswd/kpasswd-generator.c
60
errx(1, "%s is an empty file, no words to try", filename);
crypto/heimdal/kpasswd/kpasswd-generator.c
87
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kpasswd/kpasswd.c
141
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kpasswd/kpasswdd.c
808
errx(1, "out of memory");
crypto/heimdal/kuser/copy_cred_cache.c
114
errx(1, "unknown time \"%s\"", opt->valid_for_string);
crypto/heimdal/kuser/generate-requests.c
58
errx(1, "%s is an empty file, no words to try", filename);
crypto/heimdal/kuser/generate-requests.c
76
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kuser/kcc.c
117
errx (1, "krb5_init_context failed to parse configuration file");
crypto/heimdal/kuser/kcc.c
119
errx(1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kuser/kdecode_ticket.c
109
errx(1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kuser/kdestroy.c
102
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kuser/kdigest.c
141
errx(1, "server nonce missing");
crypto/heimdal/kuser/kdigest.c
143
errx(1, "type missing");
crypto/heimdal/kuser/kdigest.c
145
errx(1, "opaque missing");
crypto/heimdal/kuser/kdigest.c
147
errx(1, "client response missing");
crypto/heimdal/kuser/kdigest.c
155
errx(1, "server identifier missing");
crypto/heimdal/kuser/kdigest.c
304
errx(1, "heim_ntlm_calculate_ntlm1");
crypto/heimdal/kuser/kdigest.c
366
errx(1, "server nonce missing");
crypto/heimdal/kuser/kdigest.c
368
errx(1, "password missing");
crypto/heimdal/kuser/kdigest.c
371
errx(1, "opaque missing");
crypto/heimdal/kuser/kdigest.c
376
errx(1, "server_nonce");
crypto/heimdal/kuser/kdigest.c
380
errx(1, "server nonce wrong");
crypto/heimdal/kuser/kdigest.c
386
errx(1, "client_nonce");
crypto/heimdal/kuser/kdigest.c
391
errx(1, "client nonce wrong");
crypto/heimdal/kuser/kdigest.c
399
errx(1, "server identifier wrong length");
crypto/heimdal/kuser/kdigest.c
404
errx(1, "server identifier missing");
crypto/heimdal/kuser/kdigest.c
411
errx(1, "client nonce missing");
crypto/heimdal/kuser/kdigest.c
413
errx(1, "client nonce missing");
crypto/heimdal/kuser/kdigest.c
537
errx (1, "krb5_init_context failed to parse configuration file");
crypto/heimdal/kuser/kdigest.c
539
errx(1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kuser/kdigest.c
76
errx(1, "realm missing");
crypto/heimdal/kuser/kgetcred.c
95
errx(1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kuser/kimpersonate.c
316
errx(1, "krb5_init_context failed: %u", ret);
crypto/heimdal/kuser/kinit.c
468
errx (1, "unparsable time: %s", renewstr);
crypto/heimdal/kuser/kinit.c
479
errx (1, N_("unparsable time: %s", ""), start_str);
crypto/heimdal/kuser/kinit.c
489
errx(1, "out of memory");
crypto/heimdal/kuser/kinit.c
495
errx(1, "unrecognized enctype: %s", etype_str.strings[i]);
crypto/heimdal/kuser/kinit.c
743
errx (1, "krb5_init_context failed to parse configuration file");
crypto/heimdal/kuser/kinit.c
745
errx(1, "krb5_init_context failed: %d", ret);
crypto/heimdal/kuser/kinit.c
852
errx (1, N_("unparsable time: %s", ""), lifetime);
crypto/heimdal/kuser/kverify.c
84
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/asn1/asn1_gen.c
101
if (ty == -1) errx(1, "no valid type on line %lu", line);
crypto/heimdal/lib/asn1/asn1_gen.c
120
errx(1, "der_put_length_and_tag: %d", ret);
crypto/heimdal/lib/asn1/asn1_gen.c
133
errx(1, "failed to decode data");
crypto/heimdal/lib/asn1/asn1_gen.c
66
errx(1, "malloc");
crypto/heimdal/lib/asn1/asn1_gen.c
89
if (class == NULL) errx(1, "class missing on line %lu", line);
crypto/heimdal/lib/asn1/asn1_gen.c
91
if (type == NULL) errx(1, "type missing on line %lu", line);
crypto/heimdal/lib/asn1/asn1_gen.c
93
if (tag == NULL) errx(1, "tag missing on line %lu", line);
crypto/heimdal/lib/asn1/asn1_gen.c
95
if (length == NULL) errx(1, "length missing on line %lu", line);
crypto/heimdal/lib/asn1/asn1_gen.c
99
if (c == -1) errx(1, "no valid class on line %lu", line);
crypto/heimdal/lib/asn1/asn1_print.c
101
errx(1, "indef form used on unsupported object");
crypto/heimdal/lib/asn1/asn1_print.c
105
errx(1, "indefinite form used recursively more then %lu "
crypto/heimdal/lib/asn1/asn1_print.c
112
errx (1, "unreasonable inner length (%u) > %u",
crypto/heimdal/lib/asn1/asn1_print.c
147
errx (1, "der_get_integer: %s", error_message (ret));
crypto/heimdal/lib/asn1/asn1_print.c
155
errx (1, "der_get_heim_integer: %s",
crypto/heimdal/lib/asn1/asn1_print.c
159
errx (1, "der_print_hex_heim_integer: %s",
crypto/heimdal/lib/asn1/asn1_print.c
173
errx (1, "der_get_octet_string: %s", error_message (ret));
crypto/heimdal/lib/asn1/asn1_print.c
215
errx (1, "der_get_general_string: %s",
crypto/heimdal/lib/asn1/asn1_print.c
237
errx (1, "der_get_general_string: %s",
crypto/heimdal/lib/asn1/asn1_print.c
249
errx (1, "der_get_oid: %s", error_message (ret));
crypto/heimdal/lib/asn1/asn1_print.c
253
errx (1, "der_print_heim_oid: %s", error_message (ret));
crypto/heimdal/lib/asn1/asn1_print.c
264
errx (1, "der_get_enum: %s", error_message (ret));
crypto/heimdal/lib/asn1/asn1_print.c
276
errx(1, "zero length INDEFINITE data ? indent = %d\n",
crypto/heimdal/lib/asn1/asn1_print.c
281
errx(1, "internal error in indefinite form loop detection");
crypto/heimdal/lib/asn1/asn1_print.c
284
errx(1, "internal error for INDEFINITE form");
crypto/heimdal/lib/asn1/asn1_print.c
307
errx (1, "read failed");
crypto/heimdal/lib/asn1/asn1_print.c
68
errx (1, "der_get_tag: %s", error_message (ret));
crypto/heimdal/lib/asn1/asn1_print.c
70
errx (1, "unreasonable length (%u) > %u",
crypto/heimdal/lib/asn1/asn1_print.c
87
errx (1, "der_get_tag: %s", error_message (ret));
crypto/heimdal/lib/asn1/asn1_print.c
89
errx (1, "unreasonable tag length (%u) > %u",
crypto/heimdal/lib/asn1/asn1parse.c
2838
errx(1, "malloc");
crypto/heimdal/lib/asn1/asn1parse.c
2840
errx(1, "malloc");
crypto/heimdal/lib/asn1/asn1parse.c
2857
errx(1, "malloc");
crypto/heimdal/lib/asn1/asn1parse.y
1015
errx(1, "malloc");
crypto/heimdal/lib/asn1/asn1parse.y
1017
errx(1, "malloc");
crypto/heimdal/lib/asn1/asn1parse.y
1034
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-common.c
145
errx(1, "%s: %s underrun %d\n", test_name, map_name, i);
crypto/heimdal/lib/asn1/check-common.c
148
errx(1, "%s: %s overrun %lu\n", test_name, map_name,
crypto/heimdal/lib/asn1/check-der.c
1069
errx(1, "failed while shouldn't");
crypto/heimdal/lib/asn1/check-der.c
1072
errx(1, "passed while shouldn't");
crypto/heimdal/lib/asn1/check-der.c
205
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
207
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
247
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
249
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
289
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
291
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
294
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
296
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
337
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
339
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
342
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
344
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
379
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
381
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
417
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
419
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
466
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
468
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
504
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
506
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
557
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
559
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
577
errx(1, "der_get_heim_integer");
crypto/heimdal/lib/asn1/check-der.c
579
errx(1, "der_get_heim_integer wrong length");
crypto/heimdal/lib/asn1/check-der.c
608
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
610
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
628
errx(1, "der_get_heim_integer");
crypto/heimdal/lib/asn1/check-der.c
630
errx(1, "der_get_heim_integer wrong length");
crypto/heimdal/lib/asn1/check-der.c
796
errx(1, "der_print_hex_heim_integer: %d", ret);
crypto/heimdal/lib/asn1/check-der.c
799
errx(1, "der_print_hex_heim_integer: %s != %s", str, p);
crypto/heimdal/lib/asn1/check-der.c
803
errx(1, "der_parse_hex_heim_integer: %d", ret);
crypto/heimdal/lib/asn1/check-der.c
806
errx(1, "der_heim_integer_cmp: p %s", p);
crypto/heimdal/lib/asn1/check-der.c
81
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
813
errx(1, "der_parse_hex_heim_integer: %d", ret);
crypto/heimdal/lib/asn1/check-der.c
816
errx(1, "der_heim_integer_cmp: norm");
crypto/heimdal/lib/asn1/check-der.c
83
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-der.c
952
errx(1, "check %d NULL didn't fail", i);
crypto/heimdal/lib/asn1/check-der.c
956
errx(1, "NULL check %d der_get_general_string failed", i);
crypto/heimdal/lib/asn1/check-der.c
958
errx(1, "NUL check i = %d size failed", i);
crypto/heimdal/lib/asn1/check-der.c
960
errx(1, "NUL check i = %d content failed", i);
crypto/heimdal/lib/asn1/check-gen.c
128
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-gen.c
130
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-gen.c
1391
errx(1, "TESTMechTypeList: %d", ret);
crypto/heimdal/lib/asn1/check-gen.c
198
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-gen.c
200
errx(1, "malloc");
crypto/heimdal/lib/asn1/check-timegm.c
68
errx(1, "tmtime failes");
crypto/heimdal/lib/asn1/gen.c
125
errx(1, "strdup");
crypto/heimdal/lib/asn1/gen.c
130
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen.c
132
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen.c
141
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen.c
143
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen.c
152
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen.c
246
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen.c
349
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen.c
697
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen.c
735
errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64 "",
crypto/heimdal/lib/asn1/gen.c
770
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen.c
778
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen.c
788
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen.c
835
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen.c
922
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_copy.c
116
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_copy.c
118
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_copy.c
122
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_copy.c
124
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_copy.c
171
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_copy.c
173
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_copy.c
175
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_copy.c
177
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_decode.c
264
errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64,
crypto/heimdal/lib/asn1/gen_decode.c
333
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_decode.c
370
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_decode.c
394
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_decode.c
446
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_decode.c
448
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_decode.c
478
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_decode.c
532
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_decode.c
594
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_decode.c
75
errx(1, "Cannot have recursive CHOICE");
crypto/heimdal/lib/asn1/gen_encode.c
141
errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64,
crypto/heimdal/lib/asn1/gen_encode.c
270
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_encode.c
365
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_encode.c
367
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_encode.c
393
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_encode.c
414
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_encode.c
428
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_free.c
131
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_free.c
99
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_length.c
157
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_length.c
201
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_length.c
203
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_length.c
252
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_length.c
92
errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64,
crypto/heimdal/lib/asn1/gen_template.c
232
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
282
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
399
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
418
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
473
errx(1, "%s...%s is optional and not a (TTag or TType)", basetype, name);
crypto/heimdal/lib/asn1/gen_template.c
504
errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64,
crypto/heimdal/lib/asn1/gen_template.c
565
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
604
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
608
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
628
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
632
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
658
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
662
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
671
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
678
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
699
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
715
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
719
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
724
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
743
errx(1, "malloc");
crypto/heimdal/lib/asn1/gen_template.c
827
errx(1, "Tag %s...%s with no content ?", basetype, name ? name : "");
crypto/heimdal/lib/asn1/gen_template.c
837
errx(1, "found dup of ourself");
crypto/heimdal/lib/com_err/parse.c
1423
errx(1, "malloc");
crypto/heimdal/lib/com_err/parse.c
1433
errx(1, "malloc");
crypto/heimdal/lib/com_err/parse.c
1444
errx(1, "malloc");
crypto/heimdal/lib/com_err/parse.c
1451
errx(1, "malloc");
crypto/heimdal/lib/com_err/parse.y
107
errx(1, "malloc");
crypto/heimdal/lib/com_err/parse.y
114
errx(1, "malloc");
crypto/heimdal/lib/com_err/parse.y
122
errx(1, "malloc");
crypto/heimdal/lib/com_err/parse.y
129
errx(1, "malloc");
crypto/heimdal/lib/gssapi/gsstool.c
103
errx(1, "gss_oid_to_str failed");
crypto/heimdal/lib/gssapi/gsstool.c
145
errx(1, "rtbl_create");
crypto/heimdal/lib/gssapi/gsstool.c
196
errx(1, "mech %s is unknown", opt->mech_string);
crypto/heimdal/lib/gssapi/gsstool.c
201
errx(1, "gss_inquire_attrs_for_mech");
crypto/heimdal/lib/gssapi/gsstool.c
84
errx(1, "gss_indicate_mechs failed");
crypto/heimdal/lib/gssapi/gsstool.c
90
errx(1, "rtbl_create");
crypto/heimdal/lib/gssapi/krb5/test_cfx.c
148
errx(1, "krb5_context_init: %d", ret);
crypto/heimdal/lib/gssapi/test_acquire_cred.c
110
errx(1, "acquire_cred failed");
crypto/heimdal/lib/gssapi/test_acquire_cred.c
121
errx(1, "release_cred failed");
crypto/heimdal/lib/gssapi/test_acquire_cred.c
146
errx(1, "import_name failed");
crypto/heimdal/lib/gssapi/test_acquire_cred.c
243
errx(1, "unknown type %s", acquire_type);
crypto/heimdal/lib/gssapi/test_acquire_cred.c
253
errx(1, "unknown name type %s", name_type);
crypto/heimdal/lib/gssapi/test_acquire_cred.c
260
errx(1, "gss_krb5_ccache_name %s",
crypto/heimdal/lib/gssapi/test_acquire_cred.c
269
errx(1, "gss_create_empty_oid_set: %s",
crypto/heimdal/lib/gssapi/test_acquire_cred.c
274
errx(1, "gss_add_oid_set_member: %s",
crypto/heimdal/lib/gssapi/test_acquire_cred.c
286
errx(1, "gss_import_name: %s",
crypto/heimdal/lib/gssapi/test_acquire_cred.c
300
errx(1, "gss_krb5_set_allowable_enctypes: %s",
crypto/heimdal/lib/gssapi/test_acquire_cred.c
318
errx(1, "init_sec_context failed: %s",
crypto/heimdal/lib/gssapi/test_acquire_cred.c
84
errx(1, "add_cred failed");
crypto/heimdal/lib/gssapi/test_acquire_cred.c
91
errx(1, "release_cred failed");
crypto/heimdal/lib/gssapi/test_common.c
66
errx(1, "malloc");
crypto/heimdal/lib/gssapi/test_context.c
173
errx(1, "init_sec_context: %s",
crypto/heimdal/lib/gssapi/test_context.c
202
errx(1, "accept_sec_context: %s",
crypto/heimdal/lib/gssapi/test_context.c
224
errx(1, "got delegated cred but didn't expect one");
crypto/heimdal/lib/gssapi/test_context.c
226
errx(1, "asked for delegarated cred but did get one");
crypto/heimdal/lib/gssapi/test_context.c
228
errx(1, "got deleg_cred cred but didn't ask");
crypto/heimdal/lib/gssapi/test_context.c
231
errx(1, "mech mismatch");
crypto/heimdal/lib/gssapi/test_context.c
235
errx(1, "num loops %d was lager then max loops %d",
crypto/heimdal/lib/gssapi/test_context.c
259
errx(1, "gss_wrap failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
265
errx(1, "gss_unwrap failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
273
errx(1, "conf_state mismatch");
crypto/heimdal/lib/gssapi/test_context.c
361
errx(1, "gss_wrap_iov failed");
crypto/heimdal/lib/gssapi/test_context.c
398
errx(1, "gss_unwrap from gss_wrap_iov failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
407
errx(1, "gss_unwrap_iov failed: %x %s", flags,
crypto/heimdal/lib/gssapi/test_context.c
412
errx(1, "conf state wrong for iov: %x", flags);
crypto/heimdal/lib/gssapi/test_context.c
431
errx(1, "gss_get_mic failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
437
errx(1, "gss_verify_mic failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
518
errx(1, "krb5_init_context");
crypto/heimdal/lib/gssapi/test_context.c
549
errx(1, "%s not suppported", type_string);
crypto/heimdal/lib/gssapi/test_context.c
559
errx(1, "gsskrb5_acceptor_identity: %s",
crypto/heimdal/lib/gssapi/test_context.c
576
errx(1, "gss_import_name: %s",
crypto/heimdal/lib/gssapi/test_context.c
591
errx(1, "gss_acquire_cred_with_password: %s",
crypto/heimdal/lib/gssapi/test_context.c
603
errx(1, "gss_acquire_cred: %s",
crypto/heimdal/lib/gssapi/test_context.c
620
errx(1, "client_cred missing");
crypto/heimdal/lib/gssapi/test_context.c
625
errx(1, "gss_krb5_set_allowable_enctypes: %s",
crypto/heimdal/lib/gssapi/test_context.c
641
errx(1, "actual_mech mech is not the expected type %s",
crypto/heimdal/lib/gssapi/test_context.c
656
errx(1, "krb5_timeofday failed");
crypto/heimdal/lib/gssapi/test_context.c
664
errx(1, "gss_krb5_export_lucid_sec_context failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
670
errx(1, "gss_krb5_free_lucid_sec_context failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
679
errx(1, "gss_krb5_export_lucid_sec_context failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
683
errx(1, "gss_krb5_free_lucid_sec_context failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
690
errx(1, "gsskrb5_extract_authtime_from_sec_context failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
694
errx(1, "gsskrb5_extract_authtime_from_sec_context failed: "
crypto/heimdal/lib/gssapi/test_context.c
702
errx(1, "gsskrb5_export_service_keyblock failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
712
errx(1, "gsskrb5_get_subkey server failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
718
errx(1, "gsskrb5_get_subkey wrong enctype");
crypto/heimdal/lib/gssapi/test_context.c
725
errx(1, "gsskrb5_get_subkey client failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
731
errx(1, "gsskrb5_get_subkey wrong enctype");
crypto/heimdal/lib/gssapi/test_context.c
735
errx(1, "server missing token keyblock");
crypto/heimdal/lib/gssapi/test_context.c
737
errx(1, "client missing token keyblock");
crypto/heimdal/lib/gssapi/test_context.c
740
errx(1, "enctype mismatch");
crypto/heimdal/lib/gssapi/test_context.c
742
errx(1, "key length mismatch");
crypto/heimdal/lib/gssapi/test_context.c
745
errx(1, "key data mismatch");
crypto/heimdal/lib/gssapi/test_context.c
759
errx(1, "keytype is not the expected %d != %d",
crypto/heimdal/lib/gssapi/test_context.c
773
errx(1, "gsskrb5_get_initiator_subkey failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
779
errx(1, "gsskrb5_get_initiator_subkey wrong enctype");
crypto/heimdal/lib/gssapi/test_context.c
803
errx(1, "prf len mismatch");
crypto/heimdal/lib/gssapi/test_context.c
805
errx(1, "prf data mismatch");
crypto/heimdal/lib/gssapi/test_context.c
813
errx(1, "prf len mismatch");
crypto/heimdal/lib/gssapi/test_context.c
815
errx(1, "prf data mismatch");
crypto/heimdal/lib/gssapi/test_context.c
829
errx(1, "prf len mismatch");
crypto/heimdal/lib/gssapi/test_context.c
831
errx(1, "prf data mismatch");
crypto/heimdal/lib/gssapi/test_context.c
924
errx(1, "export failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
929
errx(1, "import failed: %s",
crypto/heimdal/lib/gssapi/test_context.c
97
errx(1, "name '%s' not unknown", name);
crypto/heimdal/lib/gssapi/test_cred.c
208
errx(1, "argc < 1");
crypto/heimdal/lib/gssapi/test_cred.c
217
errx(1, "import name error");
crypto/heimdal/lib/gssapi/test_kcred.c
101
errx(1, "gss_compare_name");
crypto/heimdal/lib/gssapi/test_kcred.c
103
errx(1, "names not equal");
crypto/heimdal/lib/gssapi/test_kcred.c
106
errx(1, "lifetime not equal %lu != %lu",
crypto/heimdal/lib/gssapi/test_kcred.c
112
errx(1, "usages disjoined");
crypto/heimdal/lib/gssapi/test_kcred.c
121
errx(1, "gss_inquire_cred");
crypto/heimdal/lib/gssapi/test_kcred.c
125
errx(1, "gss_compare_name");
crypto/heimdal/lib/gssapi/test_kcred.c
127
errx(1, "names not equal");
crypto/heimdal/lib/gssapi/test_kcred.c
130
errx(1, "lifetime not equal %lu != %lu",
crypto/heimdal/lib/gssapi/test_kcred.c
71
errx(1, "gss_acquire_cred");
crypto/heimdal/lib/gssapi/test_kcred.c
76
errx(1, "gss_inquire_cred");
crypto/heimdal/lib/gssapi/test_kcred.c
80
errx(1, "krb5_init_context");
crypto/heimdal/lib/gssapi/test_kcred.c
88
errx(1, "gss_krb5_copy_ccache");
crypto/heimdal/lib/gssapi/test_kcred.c
92
errx(1, "gss_krb5_import_cred");
crypto/heimdal/lib/gssapi/test_kcred.c
97
errx(1, "gss_inquire_cred 2");
crypto/heimdal/lib/gssapi/test_names.c
135
errx(1, "asprintf");
crypto/heimdal/lib/gssapi/test_names.c
173
errx(1, "gss_compare_name");
crypto/heimdal/lib/gssapi/test_names.c
175
errx(1, "names not equal");
crypto/heimdal/lib/gssapi/test_names.c
190
errx(1, "asprintf");
crypto/heimdal/lib/gssapi/test_names.c
211
errx(1, "gss_compare_name");
crypto/heimdal/lib/gssapi/test_names.c
213
errx(1, "names not equal");
crypto/heimdal/lib/gssapi/test_ntlm.c
106
errx(1, "heim_ntlm_decode_type2");
crypto/heimdal/lib/gssapi/test_ntlm.c
136
errx(1, "heim_ntlm_encode_type3");
crypto/heimdal/lib/gssapi/test_ntlm.c
154
errx(1, "accept_sec_context v1 2 %s",
crypto/heimdal/lib/gssapi/test_ntlm.c
161
errx(1, "no source name!");
crypto/heimdal/lib/gssapi/test_ntlm.c
200
errx(1, "heim_ntlm_encode_type1");
crypto/heimdal/lib/gssapi/test_ntlm.c
221
errx(1, "accept_sec_context v2 %s",
crypto/heimdal/lib/gssapi/test_ntlm.c
225
errx(1, "output.length == 0");
crypto/heimdal/lib/gssapi/test_ntlm.c
232
errx(1, "heim_ntlm_decode_type2");
crypto/heimdal/lib/gssapi/test_ntlm.c
265
errx(1, "heim_ntlm_encode_type3");
crypto/heimdal/lib/gssapi/test_ntlm.c
283
errx(1, "accept_sec_context v2 2 %s",
crypto/heimdal/lib/gssapi/test_ntlm.c
74
errx(1, "heim_ntlm_encode_type1");
crypto/heimdal/lib/gssapi/test_ntlm.c
95
errx(1, "accept_sec_context v1: %s",
crypto/heimdal/lib/gssapi/test_ntlm.c
99
errx(1, "output.length == 0");
crypto/heimdal/lib/gssapi/test_oid.c
54
errx(1, "gss_oid_to_str failed");
crypto/heimdal/lib/gssapi/test_oid.c
63
errx(1, "gss_oid_to_str failed");
crypto/heimdal/lib/hdb/test_dbinfo.c
69
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/hx509/cert.c
3223
errx(1, "out of memory");
crypto/heimdal/lib/hx509/error.c
226
errx(exit_code, "%s: %s", str, msg);
crypto/heimdal/lib/hx509/hxtool.c
1000
errx(1, "hx509_query_alloc: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
1012
errx(1, "hx509_certs_append: %s: %d", argv[0], ret);
crypto/heimdal/lib/hx509/hxtool.c
1028
errx(1, "hx509_query_match_eku: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
109
errx(1, "parse_oid failed for: %s", str ? str : "default oid");
crypto/heimdal/lib/hx509/hxtool.c
1097
errx(1, "hx509_certs_append: req: %s: %d", argv[i], ret);
crypto/heimdal/lib/hx509/hxtool.c
1102
errx(1, "hx509_ocsp_request: req: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
1173
errx(1, "no ocsp file given");
crypto/heimdal/lib/hx509/hxtool.c
1215
errx(1, "no keys in key store: %s", fn);
crypto/heimdal/lib/hx509/hxtool.c
1237
errx(1, "no key argument, don't know here to store key");
crypto/heimdal/lib/hx509/hxtool.c
1240
errx(1, "can only handle rsa keys for now");
crypto/heimdal/lib/hx509/hxtool.c
1250
errx(1, "RSA_new failed");
crypto/heimdal/lib/hx509/hxtool.c
1254
errx(1, "RSA_new failed");
crypto/heimdal/lib/hx509/hxtool.c
1262
errx(1, "out of memory");
crypto/heimdal/lib/hx509/hxtool.c
1305
errx(1, "hx509_parse_name: %d\n", ret);
crypto/heimdal/lib/hx509/hxtool.c
1333
errx(1, "hx509_private_key2SPKI: %d\n", ret);
crypto/heimdal/lib/hx509/hxtool.c
1465
errx(1, "unknown type: %s", opt->type_string);
crypto/heimdal/lib/hx509/hxtool.c
1470
errx(1, "hx509_crypto_available");
crypto/heimdal/lib/hx509/hxtool.c
1500
errx(1, "unknown type: %s", opt->type_string);
crypto/heimdal/lib/hx509/hxtool.c
1508
errx(1, "hx509_crypto_available");
crypto/heimdal/lib/hx509/hxtool.c
1535
errx(1, "hex_decode failed");
crypto/heimdal/lib/hx509/hxtool.c
1537
errx(1, "fwrite failed");
crypto/heimdal/lib/hx509/hxtool.c
1698
errx(1, "pk-init principal given but no pk-init oid");
crypto/heimdal/lib/hx509/hxtool.c
1708
errx(1, "MS upn given but no pk-init oid");
crypto/heimdal/lib/hx509/hxtool.c
1761
errx(1, "--ca-certificate argument missing (not using --self-signed)");
crypto/heimdal/lib/hx509/hxtool.c
1763
errx(1, "--ca-private-key argument missing (using --self-signed)");
crypto/heimdal/lib/hx509/hxtool.c
1765
errx(1, "--certificate argument missing");
crypto/heimdal/lib/hx509/hxtool.c
1769
errx(1, "--template-certificate not no --template-fields");
crypto/heimdal/lib/hx509/hxtool.c
1775
errx(1, "Invalid lifetime: %s", opt->lifetime_string);
crypto/heimdal/lib/hx509/hxtool.c
1790
errx(1, "hx509_query_alloc: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
1804
errx(1, "no signing private key");
crypto/heimdal/lib/hx509/hxtool.c
1807
errx(1, "can't be self-signing and have a request at the same time");
crypto/heimdal/lib/hx509/hxtool.c
1809
errx(1, "missing ca key");
crypto/heimdal/lib/hx509/hxtool.c
1819
errx(1, "hx509_private_key2SPKI: %d\n", ret);
crypto/heimdal/lib/hx509/hxtool.c
1864
errx(1, "hx509_private_key2SPKI: %d\n", ret);
crypto/heimdal/lib/hx509/hxtool.c
2041
errx(1, "hx509_cms_create_signed_1");
crypto/heimdal/lib/hx509/hxtool.c
2097
errx(1, "no stat file");
crypto/heimdal/lib/hx509/hxtool.c
2124
errx(1, "crl alloc");
crypto/heimdal/lib/hx509/hxtool.c
2127
errx(1, "signer missing");
crypto/heimdal/lib/hx509/hxtool.c
2157
errx(1, "Invalid lifetime: %s", opt->lifetime_string);
crypto/heimdal/lib/hx509/hxtool.c
2230
errx(1, "hx509_context_init failed with %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
227
errx(1, "PEM reader failed: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
234
errx(1, "malloc: out of memory");
crypto/heimdal/lib/hx509/hxtool.c
238
errx(1, "map_file: %s: %d", s, ret);
crypto/heimdal/lib/hx509/hxtool.c
256
errx(1, "map_file: %s: %d", opt->signed_content_string, ret);
crypto/heimdal/lib/hx509/hxtool.c
266
errx(1, "hx509_cms_unwrap_ContentInfo: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
269
errx(1, "Content is not SignedData");
crypto/heimdal/lib/hx509/hxtool.c
322
errx(1, "hx509_write_file: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
343
errx(1, "hx509_cert_get_subject");
crypto/heimdal/lib/hx509/hxtool.c
348
errx(1, "hx509_name_to_string");
crypto/heimdal/lib/hx509/hxtool.c
378
errx(1, "out of memory");
crypto/heimdal/lib/hx509/hxtool.c
413
errx(1, "hx509_query_alloc: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
467
errx(1, "hx509_cms_wrap_ContentInfo: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
495
errx(1, "hx509_pem_write: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
500
errx(1, "hx509_write_file: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
537
errx(1, "hx509_cms_unwrap_ContentInfo: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
540
errx(1, "Content is not SignedData");
crypto/heimdal/lib/hx509/hxtool.c
548
errx(1, "hx509_certs_init: MEMORY: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
569
errx(1, "hx509_write_file: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
611
errx(1, "encryption type: %s no found",
crypto/heimdal/lib/hx509/hxtool.c
617
errx(1, "hx509_query_alloc: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
624
errx(1, "hx509_certs_find: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
631
errx(1, "hx509_cms_envelope_1: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
643
errx(1, "hx509_cms_wrap_ContentInfo: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
653
errx(1, "hx509_write_file: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
674
errx(1, "failed to print cert");
crypto/heimdal/lib/hx509/hxtool.c
73
errx(1, "hx509_lock_command_string: %s: %d",
crypto/heimdal/lib/hx509/hxtool.c
768
errx(1, "hx509_certs_init: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
794
errx(1, "hx509_lock_command_string: %s: %d",
crypto/heimdal/lib/hx509/hxtool.c
898
errx(1, "Failed to parse time %s, need to be on format %%Y-%%m-%%d",
crypto/heimdal/lib/hx509/hxtool.c
913
errx(1, "hx509_revoke_init: %d", ret);
crypto/heimdal/lib/hx509/hxtool.c
945
errx(1, "hx509_revoke_add_crl: %s: %d", s, ret);
crypto/heimdal/lib/hx509/hxtool.c
952
errx(1, "hx509_revoke_add_ocsp: %s: %d", s, ret);
crypto/heimdal/lib/hx509/hxtool.c
955
errx(1, "unknown option to verify: `%s'\n", s);
crypto/heimdal/lib/hx509/test_name.c
361
errx(1, "hx509_context_init failed with %d", ret);
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
100
errx(1, "C_GetSlotList1 failed: %d", (int)ret);
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
103
errx(1, "no slots");
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
110
errx(1, "C_GetSlotList2 failed: %d", (int)ret);
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
117
errx(1, "C_GetSlotInfo failed: %d", (int)ret);
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
120
errx(1, "no token present");
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
125
errx(1, "C_OpenSession failed: %d", (int)ret);
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
129
errx(1, "C_GetTokenInfo1 failed: %d", (int)ret);
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
135
errx(1, "C_Login failed: %d", (int)ret);
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
140
errx(1, "C_GetTokenInfo2 failed: %d", (int)ret);
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
143
errx(1, "login required, even after C_Login");
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
147
errx(1, "find cert failed: %d", (int)ret);
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
150
errx(1, "find private key failed: %d", (int)ret);
crypto/heimdal/lib/hx509/test_soft_pkcs11.c
94
errx(1, "C_GetFunctionList failed: %d", (int)ret);
crypto/heimdal/lib/ipc/tc.c
79
errx(1, "heim_ipc_init_context: %d", ret);
crypto/heimdal/lib/ipc/tc.c
86
errx(1, "heim_ipc_call: %d", ret);
crypto/heimdal/lib/ipc/tc.c
90
errx(1, "heim_ipc_semaphore_create");
crypto/heimdal/lib/ipc/tc.c
94
errx(1, "heim_ipc_async: %d", ret);
crypto/heimdal/lib/ipc/ts-http.c
107
errx(1, "heim_sipc_stream_listener: %d", ret);
crypto/heimdal/lib/ipc/ts-http.c
87
errx(1, "%s", gai_strerror(ret));
crypto/heimdal/lib/kadm5/default_keys.c
106
errx(1, "krb5_init_context");
crypto/heimdal/lib/kadm5/iprop-log.c
495
errx(1, "krb5_init_context failed with: %d\n", ret);
crypto/heimdal/lib/kadm5/iprop-log.c
55
errx(1, "out of memory");
crypto/heimdal/lib/kadm5/ipropd_master.c
195
errx(1, "out of memory");
crypto/heimdal/lib/kadm5/ipropd_master.c
840
errx(1, "out of memory");
crypto/heimdal/lib/kadm5/ipropd_slave.c
527
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/kadm5/ipropd_slave.c
534
errx(1, "out of memory");
crypto/heimdal/lib/krb5/aes-test.c
357
errx(1, "encrypt iov failed: %d", ret);
crypto/heimdal/lib/krb5/aes-test.c
363
errx(1, "cipher len wrong");
crypto/heimdal/lib/krb5/aes-test.c
412
errx(1, "length incorrect");
crypto/heimdal/lib/krb5/aes-test.c
416
errx(1, "iov[1] incorrect");
crypto/heimdal/lib/krb5/aes-test.c
463
errx(1, "length incorrect");
crypto/heimdal/lib/krb5/aes-test.c
467
errx(1, "iov[2] incorrect");
crypto/heimdal/lib/krb5/aes-test.c
614
errx(1, "krb_enc failed with %d for test %d", ret, i);
crypto/heimdal/lib/krb5/aes-test.c
618
errx(1, "krb_enc_iov failed with %d for test %d", ret, i);
crypto/heimdal/lib/krb5/aes-test.c
623
errx(1, "krb_enc_iov2 failed with %d for test %d", ret, i);
crypto/heimdal/lib/krb5/aes-test.c
627
errx(1, "krb_checksum_iov failed with %d for test %d", ret, i);
crypto/heimdal/lib/krb5/aes-test.c
634
errx(1, "krb_enc_mit failed with %d for test %d", ret, i);
crypto/heimdal/lib/krb5/aes-test.c
862
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/derived-key-test.c
88
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/n-fold-test.c
105
errx(1, "out of memory");
crypto/heimdal/lib/krb5/parse-name-test.c
74
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/prog_setup.c
59
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/store-test.c
53
errx(1, "krb5_storage_to_data failed");
crypto/heimdal/lib/krb5/string-to-key-test.c
102
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_acl.c
111
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_addr.c
204
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_alname.c
123
errx(1, "first argument should be a local user that in root .k5login");
crypto/heimdal/lib/krb5/test_alname.c
129
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_alname.c
67
errx(1, "compared failed %s != %s (should have succeded)",
crypto/heimdal/lib/krb5/test_alname.c
71
errx(1, "compared failed %s == %s (should have failed)",
crypto/heimdal/lib/krb5/test_cc.c
128
errx(1, "malloc");
crypto/heimdal/lib/krb5/test_cc.c
182
errx(1, "malloc");
crypto/heimdal/lib/krb5/test_cc.c
656
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_config.c
108
errx(1, "krb5_init_context %d", ret);
crypto/heimdal/lib/krb5/test_config.c
199
errx(1, "krb5_init_context %d", ret);
crypto/heimdal/lib/krb5/test_config.c
213
errx(1, "Failed to read string value %s", config_strings_tests[i].name);
crypto/heimdal/lib/krb5/test_config.c
219
errx(1,
crypto/heimdal/lib/krb5/test_config.c
227
errx(1, "Configuation string list for value [%s] has incorrect length.",
crypto/heimdal/lib/krb5/test_crypto.c
187
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_crypto_wrapping.c
155
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_forward.c
94
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_get_addrs.c
95
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_hostname.c
137
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_keytab.c
239
errx(1, "argc != 0");
crypto/heimdal/lib/krb5/test_keytab.c
243
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_kuserok.c
84
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_mem.c
52
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_pac.c
172
errx(1, "krb5_init_contex");
crypto/heimdal/lib/krb5/test_pkinit_dh2key.c
206
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_plugin.c
97
errx(1, "krb5_init_contex");
crypto/heimdal/lib/krb5/test_prf.c
62
errx(1, "krb5_init_context %d", ret);
crypto/heimdal/lib/krb5/test_princ.c
356
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_princ.c
81
errx(1, "malloc");
crypto/heimdal/lib/krb5/test_store.c
234
errx(1, "not too big: %lu", (unsigned long)n);
crypto/heimdal/lib/krb5/test_store.c
289
errx (1, "krb5_init_context failed: %d", ret);
crypto/heimdal/lib/krb5/test_time.c
74
errx(1, "krb5_init_context %d", ret);
crypto/heimdal/lib/krb5/verify_krb5_conf.c
593
errx(1, "out of memory");
crypto/heimdal/lib/krb5/verify_krb5_conf.c
656
errx (1, "krb5_init_context failed to parse configuration file");
crypto/heimdal/lib/krb5/verify_krb5_conf.c
658
errx (1, "krb5_init_context failed with %d", ret);
crypto/heimdal/lib/ntlm/test_ntlm.c
101
errx(1, "heim_ntlm_decode_type2");
crypto/heimdal/lib/ntlm/test_ntlm.c
128
errx(1, "heim_ntlm_encode_type3");
crypto/heimdal/lib/ntlm/test_ntlm.c
137
errx(1, "heim_ntlm_decode_type3");
crypto/heimdal/lib/ntlm/test_ntlm.c
140
errx(1, "type3 ws wrong");
crypto/heimdal/lib/ntlm/test_ntlm.c
143
errx(1, "type3 targetname wrong");
crypto/heimdal/lib/ntlm/test_ntlm.c
146
errx(1, "type3 username wrong");
crypto/heimdal/lib/ntlm/test_ntlm.c
167
errx(1, "heim_ntlm_encode_type2");
crypto/heimdal/lib/ntlm/test_ntlm.c
174
errx(1, "heim_ntlm_decode_type2");
crypto/heimdal/lib/ntlm/test_ntlm.c
217
errx(1, "heim_ntlm_calculate_ntlm2");
crypto/heimdal/lib/ntlm/test_ntlm.c
229
errx(1, "heim_ntlm_verify_ntlm2");
crypto/heimdal/lib/ntlm/test_ntlm.c
232
errx(1, "ntlm master key not same");
crypto/heimdal/lib/ntlm/test_ntlm.c
235
errx(1, "infotarget length");
crypto/heimdal/lib/ntlm/test_ntlm.c
238
errx(1, "infotarget not the same");
crypto/heimdal/lib/ntlm/test_ntlm.c
277
errx(1, "heim_ntlm_calculate_ntlm2_sess_resp");
crypto/heimdal/lib/ntlm/test_ntlm.c
280
errx(1, "lm_resp wrong");
crypto/heimdal/lib/ntlm/test_ntlm.c
282
errx(1, "ntlm2_sess_resp wrong");
crypto/heimdal/lib/ntlm/test_ntlm.c
315
errx(1, "ti.dnshostname != %s", dnsservername);
crypto/heimdal/lib/ntlm/test_ntlm.c
317
errx(1, "ti.avflags != 1");
crypto/heimdal/lib/ntlm/test_ntlm.c
67
errx(1, "heim_ntlm_encode_type1");
crypto/heimdal/lib/ntlm/test_ntlm.c
74
errx(1, "heim_ntlm_encode_type1");
crypto/heimdal/lib/ntlm/test_ntlm.c
94
errx(1, "heim_ntlm_encode_type2");
crypto/heimdal/lib/roken/ecalloc.c
51
errx (1, "calloc %lu failed", (unsigned long)number * size);
crypto/heimdal/lib/roken/emalloc.c
51
errx (1, "malloc %lu failed", (unsigned long)sz);
crypto/heimdal/lib/roken/erealloc.c
51
errx (1, "realloc %lu failed", (unsigned long)sz);
crypto/heimdal/lib/roken/esetenv.c
44
errx (1, "failed setting environment variable %s", var);
crypto/heimdal/lib/roken/estrdup.c
51
errx (1, "strdup failed");
crypto/heimdal/lib/roken/getaddrinfo-test.c
83
errx(1, "error: %s\n", gai_strerror(ret));
crypto/heimdal/lib/roken/mini_inetd.c
103
errx (1, "mini_inetd: out of memory");
crypto/heimdal/lib/roken/mini_inetd.c
129
errx (1, "fd too large");
crypto/heimdal/lib/roken/mini_inetd.c
136
errx (1, "no sockets");
crypto/heimdal/lib/roken/mini_inetd.c
191
errx (1, "getaddrinfo: %s", gai_strerror (error));
crypto/heimdal/lib/roken/parse_time-test.c
105
errx(1, "parse_time failed for test %d", i);
crypto/heimdal/lib/roken/parse_time-test.c
112
errx(1, "parse_time failed for test %d", i);
crypto/heimdal/lib/roken/parse_time-test.c
67
errx(1, "sz (%lu) != tests[%d].size (%lu)",
crypto/heimdal/lib/roken/parse_time-test.c
76
errx(1, "sz (%lu) != tests[%d].size (%lu) with in size %lu",
crypto/heimdal/lib/roken/parse_time-test.c
81
errx(1, "test %i wrong result %s vs %s", i, buf, tests[i].str);
crypto/heimdal/lib/roken/parse_time-test.c
83
errx(1, "test %i not zero terminated", i);
crypto/heimdal/lib/roken/parse_time-test.c
90
errx(1, "sz (%lu) != tests[%d].size (%lu) with insize %lu",
crypto/heimdal/lib/roken/parse_time-test.c
95
errx(1, "test %i wrong result %s vs %s", i, buf, tests[i].str);
crypto/heimdal/lib/roken/parse_time-test.c
97
errx(1, "test %i not zero terminated", i);
crypto/heimdal/lib/roken/rkpty.c
129
errx(1, "failed to open slave when using %s", *q);
crypto/heimdal/lib/roken/rkpty.c
177
errx(1, "malloc");
crypto/heimdal/lib/roken/rkpty.c
193
errx(1, "Invalid command on line %d: %s", lineno, s);
crypto/heimdal/lib/roken/rkpty.c
232
errx(1, "timeout waiting for %s (line %u)",
crypto/heimdal/lib/roken/rkpty.c
235
errx(1, "got a signal %d waiting for %s (line %u)",
crypto/heimdal/lib/roken/rkpty.c
238
errx(1, "end command while waiting for %s (line %u)",
crypto/heimdal/lib/roken/rkpty.c
260
errx(1, "unknown control char %c (line %u)",
crypto/heimdal/lib/roken/rkpty.c
264
errx(1, "command refused input (line %u)", c->lineno);
crypto/heimdal/lib/roken/rkpty.c
267
errx(1, "command refused input (line %u)", c->lineno);
crypto/heimdal/lib/roken/snprintf-test.c
47
errx (1, "increase buf and try again");
crypto/heimdal/lib/roken/socket.c
102
errx (1, "unknown address family %d", sa->sa_family);
crypto/heimdal/lib/roken/socket.c
212
errx (1, "unknown address family %d", sa->sa_family);
crypto/heimdal/lib/roken/socket.c
68
errx (1, "unknown address family %d", sa->sa_family);
crypto/heimdal/lib/roken/test-mem.c
104
errx(1, "malloc");
crypto/heimdal/lib/roken/test-mem.c
185
errx(1, "test_mem_free call on no free");
crypto/heimdal/lib/roken/test-mem.c
188
errx(1, "%s: %s underrun %x\n", testname, map_name, p[0]);
crypto/heimdal/lib/roken/test-mem.c
190
errx(1, "%s: %s overrun %x\n", testname, map_name, p[map.size - 1]);
crypto/heimdal/lib/roken/test-mem.c
196
errx(1, "test_mem_free call on no free");
crypto/heimdal/lib/roken/test-mem.c
87
errx(1, "test %s run recursively on %s", name, testname); \
crypto/heimdal/lib/roken/test-mem.c
90
errx(1, "malloc");
crypto/heimdal/lib/sl/test_sl.c
79
errx(1, "sl_make_argv test %d failed", i);
crypto/heimdal/lib/sl/test_sl.c
81
errx(1, "sl_make_argv passed test %d when it shouldn't", i);
crypto/heimdal/lib/sl/test_sl.c
83
errx(1, "result argc (%d) != should be argc (%d) for test %d",
crypto/heimdal/lib/sl/test_sl.c
87
errx(1, "result argv (%s) != should be argv (%s) for test %d",
crypto/heimdal/lib/wind/idn-lookup.c
114
errx(1, "getaddrinfo failed: %s", gai_strerror(ret));
crypto/heimdal/lib/wind/idn-lookup.c
77
errx(1, "malloc failed");
crypto/heimdal/lib/wind/idn-lookup.c
79
errx(1, "malloc failed");
crypto/heimdal/lib/wind/idn-lookup.c
83
errx(1, "utf8 conversion failed");
crypto/heimdal/lib/wind/idn-lookup.c
86
errx(1, "stringprep failed");
crypto/heimdal/lib/wind/idn-lookup.c
99
errx(1, "punycode failed");
crypto/heimdal/lib/wind/test-normalize.c
150
errx(1, "usage: %s [file]", argv[0]);
crypto/heimdal/lib/wind/test-normalize.c
59
errx(1, "increase MAX_LENGTH_CANON");
crypto/heimdal/lib/wind/test-normalize.c
62
errx(1, "failed to parse hex: %s", n);
crypto/heimdal/lib/wind/test-rw.c
168
errx(1, "testcases %u: wind_ucs2read: %d", n, ret);
crypto/heimdal/lib/wind/test-rw.c
175
errx(1, "testcases %u: flags wrong", n);
crypto/heimdal/lib/wind/test-rw.c
178
errx(1, "testcases %u: ucs len wrong", n);
crypto/heimdal/lib/wind/test-rw.c
182
errx(1, "testcases %u: char %u wrong", n, m);
crypto/openssh/openbsd-compat/bsd-misc.h
155
void errx(int, const char *, ...) __attribute__((format(printf, 2, 3)));
crypto/openssh/regress/misc/fuzz-harness/mkcorpus_sntrup761.c
71
errx(1, "crypto_kem_sntrup761_keypair failed");
crypto/openssh/regress/misc/fuzz-harness/mkcorpus_sntrup761.c
74
errx(1, "crypto_kem_sntrup761_enc failed");
crypto/openssh/regress/misc/fuzz-harness/sntrup761_dec_fuzz.cc
44
errx(1, "crypto_kem_sntrup761_keypair failed");
crypto/openssh/regress/misc/fuzz-harness/sntrup761_dec_fuzz.cc
47
errx(1, "crypto_kem_sntrup761_keypair failed");
crypto/openssh/regress/modpipe.c
59
errx(1, "Invalid modification spec \"%s\"", s);
crypto/openssh/regress/modpipe.c
62
errx(1, "Invalid modification spec \"%s\"", s);
crypto/openssh/regress/modpipe.c
64
errx(1, "Invalid XOR modification value");
crypto/openssh/regress/modpipe.c
69
errx(1, "Invalid modification spec \"%s\"", s);
crypto/openssh/regress/modpipe.c
71
errx(1, "Invalid AND modification value");
crypto/openssh/regress/modpipe.c
73
errx(1, "Invalid OR modification value");
crypto/openssh/regress/modpipe.c
78
errx(1, "Invalid modification type \"%s\"", what);
crypto/openssh/regress/modpipe.c
95
errx(1, "Too many modifications");
crypto/openssh/regress/netcat.c
1054
errx(1, "sendmsg: unexpected return value %zd", r);
crypto/openssh/regress/netcat.c
1060
errx(1, "%s: file descriptor passing not supported", __func__);
crypto/openssh/regress/netcat.c
1115
errx(1, "port number %s: %s", errstr, n);
crypto/openssh/regress/netcat.c
1118
errx(1, "port number %s: %s", errstr, p);
crypto/openssh/regress/netcat.c
1130
errx(1, "calloc");
crypto/openssh/regress/netcat.c
1150
errx(1, "port number %s: %s", errstr, p);
crypto/openssh/regress/netcat.c
1153
errx(1, "strdup");
crypto/openssh/regress/netcat.c
1289
errx(1, "getnameinfo: %s", gai_strerror(herr));
crypto/openssh/regress/netcat.c
1421
errx(1, "getaddrinfo(\"%.64s\", \"%.64s\"): %s", h, p,
crypto/openssh/regress/netcat.c
1428
errx(1, "internal error: addrlen < res->ai_addrlen");
crypto/openssh/regress/netcat.c
1442
errx(1, "proxy read too long");
crypto/openssh/regress/netcat.c
1466
errx(1, "Unable to read proxy passphrase");
crypto/openssh/regress/netcat.c
1492
errx(1, "unknown port \"%.64s\"", port);
crypto/openssh/regress/netcat.c
1497
errx(1, "Too many authentication failures");
crypto/openssh/regress/netcat.c
1522
errx(1, "authentication method negotiation failed");
crypto/openssh/regress/netcat.c
1531
errx(1, "host name too long for SOCKS5");
crypto/openssh/regress/netcat.c
1563
errx(1, "internal error: silly AF");
crypto/openssh/regress/netcat.c
1574
errx(1, "connection failed, SOCKS error %d", buf[1]);
crypto/openssh/regress/netcat.c
1587
errx(1, "connection failed, unsupported address type");
crypto/openssh/regress/netcat.c
1610
errx(1, "connection failed, SOCKS error %d", buf[1]);
crypto/openssh/regress/netcat.c
1616
errx(1, "Invalid hostname");
crypto/openssh/regress/netcat.c
1629
errx(1, "hostname too long");
crypto/openssh/regress/netcat.c
1645
errx(1, "Proxy username/password too long");
crypto/openssh/regress/netcat.c
1649
errx(1, "Proxy auth response too long");
crypto/openssh/regress/netcat.c
1671
errx(1, "Proxy error: \"%s\"", buf);
crypto/openssh/regress/netcat.c
1680
errx(1, "Too many proxy headers received");
crypto/openssh/regress/netcat.c
1682
errx(1, "Unknown proxy protocol %d", socksv);
crypto/openssh/regress/netcat.c
191
errx(1, "unsupported proxy protocol");
crypto/openssh/regress/netcat.c
205
errx(1, "interval %s: %s", errstr, optarg);
crypto/openssh/regress/netcat.c
242
errx(1, "rtable %s: %s", errstr, optarg);
crypto/openssh/regress/netcat.c
251
errx(1, "timeout %s: %s", errstr, optarg);
crypto/openssh/regress/netcat.c
257
errx(1, "strdup");
crypto/openssh/regress/netcat.c
268
errx(1, "TCP receive window %s: %s",
crypto/openssh/regress/netcat.c
274
errx(1, "TCP send window %s: %s",
crypto/openssh/regress/netcat.c
292
errx(1, "illegal tos value %s", optarg);
crypto/openssh/regress/netcat.c
317
errx(1, "cannot use -s and -l");
crypto/openssh/regress/netcat.c
319
errx(1, "cannot use -p and -l");
crypto/openssh/regress/netcat.c
321
errx(1, "cannot use -z and -l");
crypto/openssh/regress/netcat.c
323
errx(1, "must use -l with -k");
crypto/openssh/regress/netcat.c
350
errx(1, "no proxy support for UDP mode");
crypto/openssh/regress/netcat.c
353
errx(1, "no proxy support for listen");
crypto/openssh/regress/netcat.c
356
errx(1, "no proxy support for unix sockets");
crypto/openssh/regress/netcat.c
360
errx(1, "no proxy support for IPv6");
crypto/openssh/regress/netcat.c
363
errx(1, "no proxy support for local source address");
crypto/openssh/regress/netcat.c
622
errx(1, "getaddrinfo: %s", gai_strerror(error));
crypto/openssh/regress/netcat.c
649
errx(1, "getaddrinfo: %s", gai_strerror(error));
crypto/openssh/regress/netcat.c
734
errx(1, "getaddrinfo: %s", gai_strerror(error));
crypto/openssl/demos/guide/quic-server-block.c
294
errx(res, "usage: %s <port> <server.crt> <server.key>", argv[0]);
crypto/openssl/demos/guide/quic-server-block.c
299
errx(res, "Failed to create context");
crypto/openssl/demos/guide/quic-server-block.c
306
errx(res, "Failed to parse port number");
crypto/openssl/demos/guide/quic-server-block.c
313
errx(res, "Failed to create socket");
crypto/openssl/demos/guide/quic-server-block.c
321
errx(res, "Error in QUIC server loop");
crypto/openssl/demos/guide/quic-server-non-block.c
479
errx(res, "usage: %s <port> <server.crt> <server.key>", argv[0]);
crypto/openssl/demos/guide/quic-server-non-block.c
484
errx(res, "Failed to create context");
crypto/openssl/demos/guide/quic-server-non-block.c
491
errx(res, "Failed to parse port number");
crypto/openssl/demos/guide/quic-server-non-block.c
498
errx(res, "Failed to create socket");
crypto/openssl/demos/guide/quic-server-non-block.c
506
errx(res, "Error in QUIC server loop");
crypto/openssl/demos/guide/tls-server-block.c
156
errx(res, "Failed to load the server certificate chain file");
crypto/openssl/demos/guide/tls-server-block.c
168
errx(res, "Error loading the server private key file, "
crypto/openssl/demos/guide/tls-server-block.c
217
errx(res, "Error creating acceptor bio");
crypto/openssl/demos/guide/tls-server-block.c
224
errx(res, "Error setting up acceptor socket");
crypto/openssl/demos/guide/tls-server-block.c
76
errx(res, "Usage: %s [host:]port", argv[0]);
crypto/openssl/demos/guide/tls-server-block.c
86
errx(res, "Failed to create server SSL_CTX");
crypto/openssl/demos/guide/tls-server-block.c
96
errx(res, "Failed to set the minimum TLS protocol version");
include/err.h
53
void errx(int, const char *, ...) __dead2 __printf0like(2, 3);
lib/geom/mirror/geom_mirror.c
445
errx(EXIT_FAILURE, "Invalid number of arguments.");
lib/geom/mirror/geom_mirror.c
457
errx(EXIT_FAILURE, "Class %s not found.", name);
lib/geom/mirror/geom_mirror.c
460
errx(EXIT_FAILURE, "No such geom: %s.", g);
lib/geom/mirror/geom_mirror.c
463
errx(EXIT_FAILURE, "Provider of geom %s not found.", g);
lib/geom/mirror/geom_mirror.c
467
errx(EXIT_FAILURE, "The size is not specified.");
lib/geom/mirror/geom_mirror.c
482
errx(EXIT_FAILURE,
lib/geom/part/geom_part.c
1007
errx(EXIT_FAILURE, "Incorrect backup format.");
lib/geom/part/geom_part.c
1122
errx(EXIT_FAILURE, "%s: not a regular file", bootfile);
lib/geom/part/geom_part.c
1124
errx(EXIT_FAILURE, "%s: empty file", bootfile);
lib/geom/part/geom_part.c
1126
errx(EXIT_FAILURE, "%s: file too big (%zd limit)", bootfile,
lib/geom/part/geom_part.c
1169
errx(EXIT_FAILURE, "Class %s not found.", s);
lib/geom/part/geom_part.c
1173
errx(EXIT_FAILURE, "No such geom: %s.", g);
lib/geom/part/geom_part.c
1176
errx(EXIT_FAILURE, "Scheme not found for geom %s", gp->lg_name);
lib/geom/part/geom_part.c
1189
errx(EXIT_FAILURE, "%s: not enough space", dsf);
lib/geom/part/geom_part.c
1210
errx(EXIT_FAILURE, "invalid partition index");
lib/geom/part/geom_part.c
1224
errx(EXIT_FAILURE, "Invalid number of arguments.");
lib/geom/part/geom_part.c
1239
errx(EXIT_FAILURE, "neither -b nor -p specified");
lib/geom/part/geom_part.c
1241
errx(EXIT_FAILURE, "-i is only valid with -p");
lib/geom/part/geom_part.c
1248
errx(EXIT_FAILURE, "invalid partition index");
lib/geom/part/geom_part.c
1263
errx(EXIT_FAILURE, "missing -i option");
lib/geom/part/geom_part.c
1299
errx(EXIT_FAILURE, "Invalid number of arguments.");
lib/geom/part/geom_part.c
324
errx(EXIT_FAILURE, "invalid partition index");
lib/geom/part/geom_part.c
337
errx(EXIT_FAILURE, "Class %s not found.", s);
lib/geom/part/geom_part.c
340
errx(EXIT_FAILURE, "No such geom: %s.", g);
lib/geom/part/geom_part.c
343
errx(EXIT_FAILURE, "Provider for geom %s not found.", g);
lib/geom/part/geom_part.c
353
errx(EXIT_FAILURE, "Invalid alignment param");
lib/geom/part/geom_part.c
378
errx(EXIT_FAILURE, "Final block not found for geom %s",
lib/geom/part/geom_part.c
389
errx(EXIT_FAILURE, "invalid partition index");
lib/geom/part/geom_part.c
464
errx(EXIT_FAILURE, "Class %s not found.", s);
lib/geom/part/geom_part.c
468
errx(EXIT_FAILURE, "No such geom %s.", g);
lib/geom/part/geom_part.c
474
errx(EXIT_FAILURE,
lib/geom/part/geom_part.c
481
errx(EXIT_FAILURE, "Provider for geom %s not found.", g);
lib/geom/part/geom_part.c
491
errx(EXIT_FAILURE, "Invalid alignment param");
lib/geom/part/geom_part.c
531
errx(EXIT_FAILURE, "Starting block not found for geom %s",
lib/geom/part/geom_part.c
536
errx(EXIT_FAILURE, "Final block not found for geom %s",
lib/geom/part/geom_part.c
626
errx(EXIT_FAILURE, "Scheme not found for geom %s", gp->lg_name);
lib/geom/part/geom_part.c
629
errx(EXIT_FAILURE, "Starting block not found for geom %s",
lib/geom/part/geom_part.c
634
errx(EXIT_FAILURE, "Final block not found for geom %s",
lib/geom/part/geom_part.c
640
errx(EXIT_FAILURE, "State not found for geom %s", gp->lg_name);
lib/geom/part/geom_part.c
753
errx(EXIT_FAILURE, "-l and -r are mutually exclusive");
lib/geom/part/geom_part.c
789
errx(EXIT_FAILURE, "Class %s not found.", name);
lib/geom/part/geom_part.c
800
errx(EXIT_FAILURE, "No such geom: %s.", name);
lib/geom/part/geom_part.c
824
errx(EXIT_FAILURE, "Invalid number of arguments.");
lib/geom/part/geom_part.c
837
errx(EXIT_FAILURE, "Class %s not found.", s);
lib/geom/part/geom_part.c
841
errx(EXIT_FAILURE, "No such geom: %s.", g);
lib/geom/part/geom_part.c
915
errx(EXIT_FAILURE, "Invalid number of arguments.");
lib/geom/part/geom_part.c
929
errx(EXIT_FAILURE, "Class %s not found.", s);
lib/geom/part/geom_part.c
981
errx(EXIT_FAILURE, "Incorrect backup format.");
lib/libc/stdio/xprintf.c
436
errx(1, "arginfo[%c] = NULL", pi->spec);
lib/libc/stdio/xprintf.c
504
errx(1, "argtype = %x (fmt = \"%s\")\n",
lib/libc/stdio/xprintf.c
556
errx(1, "render[%c] = NULL", *fmt);
lib/libc/tests/sys/sendfile_test.c
246
errx(1, "received unexpected data: %zd != %zd", received_bytes,
lib/libcasper/libcasper/libcasper_impl.c
58
errx(1, "Unable to open %s", _PATH_DEVNULL);
lib/libcasper/libcasper/libcasper_impl.c
63
errx(1, "Unable to secure fd");
lib/libcasper/libcasper/libcasper_impl.c
65
errx(1, "Unable to secure fd");
lib/libcasper/libcasper/service.c
369
errx(1, "Unable to open %s", _PATH_DEVNULL);
lib/libcasper/libcasper/service.c
372
errx(1, "Unable to detach from session");
lib/libcasper/libcasper/service.c
375
errx(1, "Unable to cover stdin");
lib/libcasper/libcasper/service.c
377
errx(1, "Unable to cover stdout");
lib/libcasper/libcasper/service.c
379
errx(1, "Unable to cover stderr");
lib/libdpv/dialog_util.c
126
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dialog_util.c
259
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dialog_util.c
264
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dialog_util.c
267
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dialog_util.c
272
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dialog_util.c
278
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dialog_util.c
283
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dialog_util.c
292
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dialog_util.c
296
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dialog_util.c
300
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dialog_util.c
303
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dialog_util.c
90
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dprompt.c
254
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dprompt.c
279
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dprompt.c
304
errx(EXIT_FAILURE, "Out of memory?!");
lib/libdpv/dprompt.c
357
errx(EXIT_FAILURE, "%s: Oops, dprompt buffer overflow",
lib/libdpv/dprompt.c
689
errx(EXIT_FAILURE, "%s: Oops, dprompt buffer overflow "
lib/libdpv/dpv.c
403
errx(EXIT_FAILURE, "%s: Oops, pprompt buffer overflow "
lib/libdpv/dpv.c
418
errx(EXIT_FAILURE, "%s: Oops, aprompt buffer overflow "
lib/libipsec/test-policy.c
235
errx(1, "root privilege required.");
lib/libipsec/test-policy.c
243
errx(1, "ERROR: %s", ipsec_strerror());
lib/libipsec/test-policy.c
247
errx(1, "ERROR: %s", ipsec_strerror());
lib/libipsec/test-policy.c
255
errx(1, "ERROR: %s", ipsec_strerror());
lib/libipsec/test-policy.c
263
errx(1, "ERROR: %s", ipsec_strerror());
lib/libipsec/test-policy.c
274
errx(1, "ERROR: %s", ipsec_strerror());
lib/libipsec/test-policy.c
282
errx(1, "ERROR: %s", ipsec_strerror());
lib/libipsec/test-policy.c
287
errx(1, "ERROR: %s", ipsec_strerror());
lib/libipsec/test-policy.c
296
errx(1, "ERROR: %s", ipsec_strerror());
lib/libipsec/test-policy.c
304
errx(1, "ERROR: %s", ipsec_strerror());
lib/libipsec/test-policy.c
326
errx(1, "ERROR: pfkey_recv failure.");
lib/libipsec/test-policy.c
328
errx(1, "ERROR: pfkey_align failure.");
lib/libnetbsd/strsuftoll.c
219
errx(1, "%s", errbuf);
lib/libnv/tests/nvlist_send_recv_test.c
426
errx(EXIT_FAILURE, "fd count mismatch");
lib/libpmc/libpmc_json.cc
393
errx(EX_USAGE, "ERROR: unrecognized event type: %d\n", ev->pl_type);
lib/libpmcstat/libpmcstat_event.c
50
errx(EX_SOFTWARE, "ERROR: Out of memory");
lib/libpmcstat/libpmcstat_event.c
60
errx(EX_SOFTWARE, "ERROR: Out of memory");
lib/libpmcstat/libpmcstat_event.c
65
errx(EX_SOFTWARE, "ERROR: Out of memory");
lib/libpmcstat/libpmcstat_image.c
270
errx(EX_SOFTWARE,
lib/libpmcstat/libpmcstat_logging.c
514
errx(EX_OSERR, "ERROR: Cannot open \"%s\" for %s: %s.", path,
lib/libpmcstat/libpmcstat_process.c
306
errx(EX_SOFTWARE, "ERROR: Out of memory.");
lib/libpmcstat/libpmcstat_process.c
359
errx(EX_DATAERR, "ERROR: No processes were attached to.");
lib/libsecureboot/openpgp/dearmor.c
117
errx(1, "unknown option: -%c", o);
lib/libsecureboot/openpgp/dearmor.c
121
errx(1, "need -i infile");
lib/libsecureboot/tests/tvo.c
91
errx(1, "unknown option: -%c", c);
lib/libusbhid/usage.c
100
errx(1, "file %s, line %d, syntax error",
lib/libusbhid/usage.c
110
errx(1, "file %s, line %d, syntax error",
lib/libusbhid/usage.c
164
errx(1, "no hid table");
lib/libusbhid/usage.c
208
errx(1, "no hid table");
lib/libutil/gr_util.c
106
errx(1, "the group file is busy");
lib/libutil/login_class.c
268
errx(EXIT_FAILURE,
lib/libutil/mntopts.c
93
errx(1, "-o %s: option not supported", opt);
lib/libutil/pw_util.c
179
errx(1, "the password db file is busy");
lib/libutil/pw_util.c
330
errx(1, "\"%s\" exited with status %d", editor, WEXITSTATUS(pstat));
lib/libveriexec/exec_script.c
141
errx(1, "unknown option: -%c", c);
lib/msun/tests/fenv_test.c
467
errx(1, "child aborted\n");
lib/msun/tests/fenv_test.c
541
errx(1, "child aborted\n");
lib/virtual_oss/sndio/sndio.c
132
errx(1, "internal error, sio_setpar() failed");
lib/virtual_oss/sndio/sndio.c
134
errx(1, "internal error, sio_getpar() failed");
lib/virtual_oss/sndio/sndio.c
136
errx(1, "couldn't set number of channels");
lib/virtual_oss/sndio/sndio.c
138
errx(1, "couldn't set format");
lib/virtual_oss/sndio/sndio.c
140
errx(1, "couldn't set precision");
lib/virtual_oss/sndio/sndio.c
143
errx(1, "couldn't set rate");
lib/virtual_oss/sndio/sndio.c
145
errx(1, "couldn't set xun policy");
lib/virtual_oss/sndio/sndio.c
152
errx(1, "couldn't start device");
libexec/bootpd/bootpgw/bootpgw.c
211
errx(1, "can't get hostname");
libexec/bootpd/bootpgw/bootpgw.c
339
errx(1, "can't get addr for %s", servername);
libexec/bootpd/tools/bootptest/bootptest.c
163
errx(1, "can't get hostname");
libexec/bootpd/tools/bootptest/bootptest.c
255
errx(1, "%s: unknown host", servername);
libexec/bootpd/tools/bootptest/bootptest.c
292
errx(1, "you need to run this as root");
libexec/bootpd/tools/bootptest/bootptest.c
434
errx(1, "no response from %s", servername);
libexec/mknetid/mknetid.c
140
errx(1, "no domain name specified and default \
libexec/phttpget/phttpget.c
345
errx(1, "host = %s, port = %s: %s",
libexec/phttpget/phttpget.c
350
errx(1, "could not look up %s", servername);
libexec/phttpget/phttpget.c
359
errx(1, "Could not connect to %s", servername);
libexec/phttpget/phttpget.c
594
errx(1, "Cannot obtain file name from %s\n",
libexec/phttpget/phttpget.c
599
errx(1, "open(%s)", fname);
libexec/phttpget/phttpget.c
701
errx(1, "Connection failure");
libexec/pkg-serve/pkg-serve.c
174
errx(EXIT_FAILURE, "%s: file truncated during transfer",
libexec/rpc.rstatd/rstat_proc.c
465
errx(1, "unable to free arguments");
libexec/talkd/talkd.c
79
errx(1, "getuid: not super-user");
sbin/bsdlabel/bsdlabel.c
163
errx(1, "Unsupported architecture");
sbin/bsdlabel/bsdlabel.c
200
errx(1, "a -m <architecture> option must be specified");
sbin/bsdlabel/bsdlabel.c
320
errx(1, "%s: unknown disk type", type);
sbin/bsdlabel/bsdlabel.c
343
errx(1, "boot code %s is wrong size", xxboot);
sbin/bsdlabel/bsdlabel.c
436
errx(4, "%s is not a valid file or link", specname);
sbin/bsdlabel/bsdlabel.c
464
errx(1,
sbin/bsdlabel/bsdlabel.c
471
errx(4, "couldn't read %d bytes from %s", BBSIZE, specname);
sbin/bsdlabel/bsdlabel.c
477
errx(1, "%s: no valid label found", specname);
sbin/camcontrol/camcontrol.c
10509
errx(1, "numeric device specification must "
sbin/camcontrol/camcontrol.c
10521
errx(1, "%s", cam_errbuf);
sbin/camcontrol/camcontrol.c
10544
errx(1, "retry count %d is < 0",
sbin/camcontrol/camcontrol.c
10568
errx(1, "Invalid queue option "
sbin/camcontrol/camcontrol.c
10584
errx(1, "%s option %s",
sbin/camcontrol/camcontrol.c
10595
errx(1, "invalid timeout %d", timeout);
sbin/camcontrol/camcontrol.c
10622
errx(1, "subcommand \"%s\" requires a valid device "
sbin/camcontrol/camcontrol.c
10630
errx(1,"%s", cam_errbuf);
sbin/camcontrol/camcontrol.c
3107
errx(1, "Option currently not supported");
sbin/camcontrol/camcontrol.c
3234
errx(1, "Option currently not supported");
sbin/camcontrol/camcontrol.c
4526
errx(1, "mode_sense: couldn't allocate CCB");
sbin/camcontrol/camcontrol.c
4585
errx(1, "mode sense command returned error");
sbin/camcontrol/camcontrol.c
4601
errx(1, "mode_select: couldn't allocate CCB");
sbin/camcontrol/camcontrol.c
4633
errx(1, "error sending mode select command");
sbin/camcontrol/camcontrol.c
4672
errx(1, "invalid mode page %d", page);
sbin/camcontrol/camcontrol.c
4674
errx(1, "invalid mode subpage %d", subpage);
sbin/camcontrol/camcontrol.c
4685
errx(1, "invalid page control field %d", pc);
sbin/camcontrol/camcontrol.c
4696
errx(1, "you must specify a mode page!");
sbin/camcontrol/camcontrol.c
4699
errx(1, "-d and -D are incompatible!");
sbin/camcontrol/camcontrol.c
4702
errx(1, "LLBAA bit is not present in MODE SENSE(6)!");
sbin/camcontrol/depop.c
90
errx(1, "scsi_wrap_get_physical_element_status returned an error");
sbin/camcontrol/epc.c
761
errx(1, "Unable to determine device type");
sbin/camcontrol/fwdownload.c
1015
errx(1, "you must specify a firmware image file using -f "
sbin/camcontrol/fwdownload.c
1021
errx(1, "Unable to determine device type");
sbin/camcontrol/fwdownload.c
1038
errx(1, "Unsupported device type %d", devtype);
sbin/camcontrol/fwdownload.c
1051
errx(1, "Unsupported device");
sbin/camcontrol/modeedit.c
1090
errx(EX_USAGE, "cannot edit in binary mode.");
sbin/camcontrol/modeedit.c
1125
errx(EX_USAGE, "it only makes sense to edit page 0 "
sbin/camcontrol/modeedit.c
476
errx(EX_OSFILE, "%s:%d: %s", pagedb_path,
sbin/camcontrol/modeedit.c
534
errx(EX_OSFILE, "%s:%d: %s %zd %s", pagedb_path,
sbin/camcontrol/modeedit.c
550
errx(EX_OSFILE, "%s:%d: %s %zd %s", pagedb_path,
sbin/camcontrol/modeedit.c
567
errx(EX_OSFILE, "%s:%d: %s %zd %s", pagedb_path,
sbin/camcontrol/modeedit.c
958
errx(EX_CANTCREAT, "mkstemp failed");
sbin/camcontrol/zone.c
435
errx(1, "Unable to determine device type");
sbin/ccdconfig/ccdconfig.c
381
errx(1, "%s\nor possibly kernel and ccdconfig out of sync",
sbin/ccdconfig/ccdconfig.c
384
errx(1, "ccd%d not configured", unit);
sbin/conscontrol/conscontrol.c
146
errx(1, "malloc failed");
sbin/conscontrol/conscontrol.c
69
errx(1, "kern.console malloc failed");
sbin/conscontrol/conscontrol.c
73
errx(1, "kern.console format not understood");
sbin/ddb/ddb_capture.c
102
errx(-1, "kvm: unable to read db_capture_buf");
sbin/ddb/ddb_capture.c
106
errx(-1, "kvm: unable to read db_capture_bufoff");
sbin/ddb/ddb_capture.c
115
errx(-1, "kvm: unable to read buffer");
sbin/ddb/ddb_capture.c
157
errx(-1, "kvm: unable to read db_capture_bufoff");
sbin/ddb/ddb_capture.c
160
errx(-1, "kvm: unable to read db_capture_bufsize");
sbin/ddb/ddb_capture.c
230
errx(-1, "ddb_capture: kvm_openfiles: %s", errbuf);
sbin/ddb/ddb_capture.c
232
errx(-1, "ddb_capture: kvm_nlist");
sbin/devd/devd.cc
1292
errx(1, "devctl sysctl missing from kernel!");
sbin/devd/devd.cc
475
errx(1, "Cannot parse %s at line %d", fn, lineno);
sbin/devd/devd.cc
541
errx(1, "devd already running, pid: %d", (int)otherpid);
sbin/devfs/devfs.c
119
errx(1, "error converting to integer: %s", s);
sbin/devfs/devfs.c
132
errx(1, "error converting to number: %s", s); /* XXX clarify */
sbin/devfs/devfs.c
158
errx(1, "cannot allocate memory");
sbin/devfs/devfs.c
163
errx(1, "cannot allocate memory");
sbin/devfs/devfs.c
193
errx(1, "cannot allocate memory");
sbin/devfs/devfs.c
201
errx(1, "cannot allocate memory");
sbin/devfs/devfs.c
211
errx(1, "cannot allocate memory");
sbin/devfs/devfs.c
86
errx(1, "unknown command: %s", av[0]);
sbin/devfs/rule.c
104
errx(1, "unknown command: %s", av[0]);
sbin/devfs/rule.c
299
errx(1, "unexpected end of rulespec");
sbin/devfs/rule.c
324
errx(1, "unexpected end of rulespec");
sbin/devfs/rule.c
341
errx(1, "expecting argument for type");
sbin/devfs/rule.c
348
errx(1, "unknown type: %s", av[1]);
sbin/devfs/rule.c
353
errx(1, "expecting argument for path");
sbin/devfs/rule.c
373
errx(1, "expecting argument for user");
sbin/devfs/rule.c
383
errx(1, "expecting argument for group");
sbin/devfs/rule.c
393
errx(1, "expecting argument for mode");
sbin/devfs/rule.c
397
errx(1, "invalid mode: %s", av[1]);
sbin/devfs/rule.c
402
errx(1, "expecting argument for include");
sbin/devfs/rule.c
407
errx(1, "unknown argument: %s", av[0]);
sbin/devmatch/devmatch.c
106
errx(1, "Can't find kernel module path.");
sbin/devmatch/devmatch.c
111
errx(1, "Can't find kernel module path.");
sbin/devmatch/devmatch.c
124
errx(EX_UNAVAILABLE, "Can't read linker hints file.");
sbin/devmatch/devmatch.c
531
errx(1, "No bus found in nomatch string: '%s'", nomatch);
sbin/devmatch/devmatch.c
536
errx(1, "Can't allocate memory for strings");
sbin/devmatch/devmatch.c
550
errx(1, "Malformed NOMATCH string: '%s'", nomatch);
sbin/devmatch/devmatch.c
573
errx(1, "devmatch [-adv] [-p nomatch] [-h linker-hints]");
sbin/devmatch/devmatch.c
624
errx(1, "can't find root device");
sbin/dmesg/dmesg.c
113
errx(1, "malloc failed");
sbin/dmesg/dmesg.c
127
errx(1, "kvm_nlist: %s", kvm_geterr(kd));
sbin/dmesg/dmesg.c
129
errx(1, "%s: msgbufp not found",
sbin/dmesg/dmesg.c
132
errx(1, "kvm_read: %s", kvm_geterr(kd));
sbin/dmesg/dmesg.c
134
errx(1, "kernel message buffer has different magic "
sbin/dmesg/dmesg.c
137
errx(1, "malloc failed");
sbin/dmesg/dmesg.c
143
errx(1, "kvm_read: %s", kvm_geterr(kd));
sbin/dmesg/dmesg.c
146
errx(1, "kvm_read: %s", kvm_geterr(kd));
sbin/dmesg/dmesg.c
160
errx(1, "malloc failed");
sbin/dump/main.c
177
errx(X_STARTUP, "You cannot use the P and f "
sbin/dump/main.c
196
errx(X_STARTUP, "You cannot use the P and f "
sbin/dump/main.c
340
errx(X_STARTUP, "%s: unknown file system", dt->fs_spec);
sbin/dump/main.c
381
errx(X_STARTUP, "Cannot create %s: %s\n",
sbin/dump/main.c
385
errx(X_STARTUP, "Cannot open %s: %s\n",
sbin/dump/main.c
404
errx(X_STARTUP, "%s: unknown file system", disk);
sbin/dump/main.c
657
errx(1, "illegal %s -- %s", meaning, optarg);
sbin/dump/main.c
659
errx(1, "%s must be between %ld and %ld", meaning, vmin, vmax);
sbin/dumpon/dumpon.c
113
errx(1, "couldn't find interface index for '%s'", ifname);
sbin/dumpon/dumpon.c
214
errx(EX_IOERR, "%s is smaller than physical memory", fn);
sbin/dumpon/dumpon.c
251
errx(1, "Unable to allocate an RSA structure: %s",
sbin/dumpon/dumpon.c
259
errx(1, "Unable to read data from %s: %s", pubkeyfile,
sbin/dumpon/dumpon.c
282
errx(1, "Small RSA keys (you provided: %db) can be "
sbin/dumpon/dumpon.c
288
errx(1, "Public key has to be at most %db long.",
sbin/dumpon/dumpon.c
303
errx(EX_USAGE, "Unpadded AES256-CBC mode cannot be used "
sbin/dumpon/dumpon.c
310
errx(1, "Unable to encrypt the one-time key: %s",
sbin/dumpon/dumpon.c
351
errx(1, "genkey pipe read");
sbin/dumpon/dumpon.c
353
errx(1, "Public key has to be at most %db long.",
sbin/dumpon/dumpon.c
361
errx(1, "genkey pipe read kda_encryptedkey");
sbin/dumpon/dumpon.c
366
errx(1, "genkey child exited with status %d",
sbin/dumpon/dumpon.c
369
errx(1, "genkey child exited with signal %d",
sbin/dumpon/dumpon.c
490
errx(EX_USAGE, "Unrecognized cipher algorithm "
sbin/dumpon/dumpon.c
494
errx(EX_USAGE,
sbin/dumpon/dumpon.c
510
errx(EX_USAGE,
sbin/dumpon/dumpon.c
543
errx(EX_USAGE, "The -z and -Z options are mutually exclusive.");
sbin/dumpon/dumpon.c
546
errx(EX_USAGE, "The -i and -r options are mutually exclusive.");
sbin/dumpon/dumpon.c
561
errx(EX_USAGE, "-C option requires a public key file.");
sbin/dumpon/dumpon.c
567
errx(EX_UNAVAILABLE, "Unable to initialize OpenSSL");
sbin/dumpon/dumpon.c
572
errx(EX_UNAVAILABLE,"Unable to use the public key."
sbin/dumpon/dumpon.c
634
errx(EX_NOHOST, "%s", gai_strerror(error));
sbin/dumpon/dumpon.c
642
errx(EX_USAGE, "invalid interface name '%s'", argv[0]);
sbin/dumpon/dumpon.c
644
errx(EX_USAGE, "invalid server address '%s'", server);
sbin/dumpon/dumpon.c
646
errx(EX_USAGE, "invalid client address '%s'", client);
sbin/dumpon/dumpon.c
659
errx(EX_USAGE, "invalid gateway address '%s'", gateway);
sbin/dumpon/dumpon.c
695
errx(EX_OSERR, "Unable to configure netdump "
sbin/etherswitchcfg/etherswitchcfg.c
177
errx(EX_USAGE, "pvid must be between 0 and %d",
sbin/etherswitchcfg/etherswitchcfg.c
282
errx(EX_USAGE, "invalid media options \"%s\"", argv[1]);
sbin/etherswitchcfg/etherswitchcfg.c
310
errx(EX_USAGE, "invalid led number %s; must be between 1 and %d",
sbin/etherswitchcfg/etherswitchcfg.c
322
errx(EX_USAGE, "invalid led style \"%s\"", argv[2]);
sbin/etherswitchcfg/etherswitchcfg.c
342
errx(EX_USAGE, "vlan must be between 0 and %d", IEEE802DOT1Q_VID_MAX);
sbin/etherswitchcfg/etherswitchcfg.c
371
errx(EX_USAGE, "Member port must be between 0 and %d", cfg->info.es_nports-1);
sbin/etherswitchcfg/etherswitchcfg.c
382
errx(EX_USAGE, "Invalid members specification \"%s\"", d);
sbin/etherswitchcfg/etherswitchcfg.c
777
errx(EX_USAGE, "port unit must be between 0 and %d", cfg.info.es_nports - 1);
sbin/etherswitchcfg/etherswitchcfg.c
781
errx(EX_USAGE,
sbin/etherswitchcfg/etherswitchcfg.c
796
errx(EX_USAGE, "Unknown command \"%s\"", argv[0]);
sbin/etherswitchcfg/ifmedia.c
216
errx(1, "%s: no media types?", name);
sbin/etherswitchcfg/ifmedia.c
322
errx(1, "invalid media instance: %s", val);
sbin/etherswitchcfg/ifmedia.c
489
errx(1, "unknown media type 0x%x", type);
sbin/etherswitchcfg/ifmedia.c
496
errx(1, "unknown media subtype: %s", val);
sbin/etherswitchcfg/ifmedia.c
513
errx(1, "unknown media mode 0x%x", type);
sbin/etherswitchcfg/ifmedia.c
542
errx(1, "unknown media type 0x%x", type);
sbin/etherswitchcfg/ifmedia.c
556
errx(1, "unknown option: %s", optptr);
sbin/fdisk/fdisk.c
1493
errx(1, "regcomp() failed (%d)", rv);
sbin/fdisk/fdisk.c
1499
errx(1,
sbin/fdisk/fdisk.c
1503
errx(1, "out of memory");
sbin/fdisk/fdisk.c
340
errx(1, "could not detect sector size");
sbin/fdisk/fdisk.c
525
errx(1, "%s is empty, must not be.", fname);
sbin/fdisk/fdisk.c
527
errx(1, "%s: length must be a multiple of sector size", fname);
sbin/fdisk/fdisk.c
531
errx(1, "%s: unable to allocate read buffer", fname);
sbin/fdisk/fdisk.c
536
errx(1, "%s: short read", fname);
sbin/ffsinfo/ffsinfo.c
166
errx(1, "strdup failed");
sbin/ffsinfo/ffsinfo.c
196
errx(1, "malloc failed");
sbin/ffsinfo/ffsinfo.c
233
errx(1, "calloc failed");
sbin/fsck/fsck.c
115
errx(1, "Cannot specify -B and -F.");
sbin/fsck/fsck.c
129
errx(1, "Cannot specify -B and -F.");
sbin/fsck/fsck.c
162
errx(1, "only one -t option may be specified.");
sbin/fsck/fsck.c
223
errx(1, "%s has unknown file system type.",
sbin/fsck/fsck.c
447
errx(1, "Invalid option string");
sbin/fsck/fsck.c
478
errx(1, "empty type list");
sbin/fsck_ffs/dir.c
202
errx(EEXIT, "wrong type to dirscan %d", idesc->id_type);
sbin/fsck_ffs/fsutil.c
1382
errx(EEXIT, "UNKNOWN INODESC FIX MODE %d", idesc->id_fix);
sbin/fsck_ffs/fsutil.c
165
errx(EEXIT, "inoinfo: inumber %ju out of range",
sbin/fsck_ffs/fsutil.c
186
errx(EEXIT, "Initial malloc(%d) failed", sblock.fs_bsize);
sbin/fsck_ffs/fsutil.c
209
errx(EEXIT, "%s", failreason);
sbin/fsck_ffs/fsutil.c
235
errx(EEXIT, "cglookup: out of range cylinder group %d", cg);
sbin/fsck_ffs/fsutil.c
239
errx(EEXIT, "Cannot allocate cylinder group buffers");
sbin/fsck_ffs/fsutil.c
249
errx(EEXIT,"Ran out of memory during journal recovery");
sbin/fsck_ffs/fsutil.c
343
errx(EEXIT, "Excessive buffer size %ld > %d\n", size,
sbin/fsck_ffs/fsutil.c
722
errx(EEXIT, "panic: lost %d buffers", numbufs - cnt);
sbin/fsck_ffs/fsutil.c
886
errx(EEXIT, "ABORTING DUE TO READ ERRORS");
sbin/fsck_ffs/fsutil.c
964
errx(EEXIT, "cannot allocate buffer pool");
sbin/fsck_ffs/inode.c
1160
errx(EEXIT, "cannot increase directory list");
sbin/fsck_ffs/inode.c
1179
errx(EEXIT, "cannot increase directory list");
sbin/fsck_ffs/inode.c
1391
errx(EEXIT, "BAD STATE %d TO BLKERR", inoinfo(ino)->ino_state);
sbin/fsck_ffs/inode.c
437
errx(EEXIT, "bad inode number %ju to ginode",
sbin/fsck_ffs/inode.c
535
errx(EEXIT, "bad inode number %ju to nextinode",
sbin/fsck_ffs/inode.c
667
errx(EEXIT, "cannot allocate space for inode buffer");
sbin/fsck_ffs/main.c
118
errx(EEXIT, "bad mode to -m: %o", lfmode);
sbin/fsck_ffs/main.c
216
errx(EEXIT, "-%c flag requires a %s", flag, req);
sbin/fsck_ffs/main.c
95
errx(EEXIT, "cannot do level %d conversion",
sbin/fsck_ffs/pass1.c
165
errx(EEXIT, "cannot alloc %u bytes for inoinfo",
sbin/fsck_ffs/pass1.c
237
errx(EEXIT, "cannot alloc %u bytes for inoinfo",
sbin/fsck_ffs/pass2.c
100
errx(EEXIT, "CANNOT ALLOCATE ROOT INODE");
sbin/fsck_ffs/pass2.c
120
errx(EEXIT, "BAD STATE %d FOR ROOT INODE",
sbin/fsck_ffs/pass2.c
568
errx(EEXIT, "BAD STATE %d FOR INODE I=%ju",
sbin/fsck_ffs/pass2.c
74
errx(EEXIT, "CANNOT ALLOCATE ROOT INODE");
sbin/fsck_ffs/pass2.c
83
errx(EEXIT, "CANNOT ALLOCATE ROOT INODE");
sbin/fsck_ffs/pass4.c
115
errx(EEXIT, "BAD STATE %d FOR INODE I=%ju",
sbin/fsck_ffs/pass5.c
257
errx(EEXIT, "BAD STATE %d FOR INODE I=%ju",
sbin/fsck_ffs/setup.c
211
errx(EEXIT, "cannot allocate space for snapshot "
sbin/fsck_ffs/setup.c
498
errx(EEXIT, "cannot allocate space for superblock");
sbin/fsck_ffs/suj.c
1140
errx(1, "Directory %ju name not found", (uintmax_t)ino);
sbin/fsck_ffs/suj.c
580
errx(1, "Inode %ju does not exist in %ju at %jd",
sbin/fsdb/fsdb.c
127
errx(1, "cannot set up file system `%s'", fsys);
sbin/fsirand/fsirand.c
137
errx(1, "%s is not clean - run fsck.\n", device);
sbin/fsirand/fsirand.c
155
errx(1, "can't allocate memory for inode buffer");
sbin/ggate/ggatec/ggatec.c
593
errx(EXIT_FAILURE,
sbin/ggate/ggatec/ggatec.c
603
errx(EXIT_FAILURE, "Invalid port.");
sbin/ggate/ggatec/ggatec.c
611
errx(EXIT_FAILURE, "Invalid queue_size.");
sbin/ggate/ggatec/ggatec.c
619
errx(EXIT_FAILURE, "Invalid rcvbuf.");
sbin/ggate/ggatec/ggatec.c
627
errx(EXIT_FAILURE, "Invalid sndbuf.");
sbin/ggate/ggatec/ggatec.c
635
errx(EXIT_FAILURE, "Invalid sectorsize.");
sbin/ggate/ggatec/ggatec.c
643
errx(EXIT_FAILURE, "Invalid timeout.");
sbin/ggate/ggatec/ggatec.c
649
errx(EXIT_FAILURE, "Invalid unit number.");
sbin/ggate/ggated/ggated.c
1051
errx(EXIT_FAILURE,
sbin/ggate/ggated/ggated.c
1065
errx(EXIT_FAILURE, "Invalid port.");
sbin/ggate/ggated/ggated.c
1071
errx(EXIT_FAILURE, "Invalid rcvbuf.");
sbin/ggate/ggated/ggated.c
1077
errx(EXIT_FAILURE, "Invalid sndbuf.");
sbin/ggate/ggated/ggated.c
1097
errx(EXIT_FAILURE, "Daemon already running, pid: %jd.",
sbin/ggate/ggatel/ggatel.c
260
errx(EXIT_FAILURE,
sbin/ggate/ggatel/ggatel.c
270
errx(EXIT_FAILURE, "Invalid sectorsize.");
sbin/ggate/ggatel/ggatel.c
278
errx(EXIT_FAILURE, "Invalid timeout.");
sbin/ggate/ggatel/ggatel.c
284
errx(EXIT_FAILURE, "Invalid unit number.");
sbin/ggate/shared/ggate.c
218
errx(EXIT_FAILURE,
sbin/growfs/growfs.c
1334
errx(2, "unknown suffix on -s argument");
sbin/growfs/growfs.c
1359
errx(2, "cannot find special device for %s", *argv);
sbin/growfs/growfs.c
1375
errx(2, "partition is unavailable");
sbin/growfs/growfs.c
1383
errx(2, "superblock not recognized");
sbin/growfs/growfs.c
1392
errx(2, "%s is not clean - run fsck.\n", *argv);
sbin/growfs/growfs.c
1413
errx(2, "requested size %s is larger "
sbin/growfs/growfs.c
142
errx(3, "calloc failed");
sbin/growfs/growfs.c
1432
errx(0, "requested size %s is equal to the current "
sbin/growfs/growfs.c
1434
errx(2, "requested size %s is smaller than the current "
sbin/growfs/growfs.c
1446
errx(3, "we are not growing (%jd->%jd)",
sbin/growfs/growfs.c
1456
errx(2, "active snapshot found in file system; "
sbin/growfs/growfs.c
1572
errx(3, "not enough new space");
sbin/growfs/growfs.c
305
errx(37, "panic: cannot allocate I/O buffer");
sbin/growfs/growfs.c
363
errx(37, "panic: cylinder group too big");
sbin/growfs/growfs.c
860
errx(2, "panic: not enough space");
sbin/hastctl/hastctl.c
454
errx(EX_USAGE, "Invalid extentsize");
sbin/hastctl/hastctl.c
458
errx(EX_USAGE, "Invalid keepdirty");
sbin/hastctl/hastctl.c
462
errx(EX_USAGE, "Invalid mediasize");
sbin/hastd/hastd.c
82
errx(EX_USAGE, "[-dFh] [-c config] [-P pidfile]");
sbin/ifconfig/af_inet.c
230
errx(1, "%s: bad value (width %s)", s, errstr);
sbin/ifconfig/af_inet.c
247
errx(1, "%s: bad value", s);
sbin/ifconfig/af_inet.c
281
errx(1, "%s: bad value", addr_str);
sbin/ifconfig/af_inet.c
313
errx(1, "%s: bad value (width %s)", s, errstr);
sbin/ifconfig/af_inet.c
445
errx(1, "ERROR: setting interface address without mask is no longer supported.");
sbin/ifconfig/af_inet6.c
108
errx(1, "%s: bad value", addr);
sbin/ifconfig/af_inet6.c
151
errx(1, "invalid %s", cmd);
sbin/ifconfig/af_inet6.c
153
errx(1, "%s not allowed for the AF", cmd);
sbin/ifconfig/af_inet6.c
185
errx(EXIT_FAILURE, "%s not allowed for the AF", cmd);
sbin/ifconfig/af_inet6.c
192
errx(EXIT_FAILURE, "interface index is already filled");
sbin/ifconfig/af_inet6.c
206
errx(EXIT_FAILURE, "could not determine link local address");
sbin/ifconfig/af_inet6.c
434
errx(1, "netmask: invalid option for inet6");
sbin/ifconfig/af_inet6.c
436
errx(1, "broadcast: invalid option for inet6");
sbin/ifconfig/af_inet6.c
446
errx(1, "%s: bad value", p + 1);
sbin/ifconfig/af_inet6.c
458
errx(1, "%s: bad value", addr_str);
sbin/ifconfig/af_inet6.c
528
errx(1, "%s: bad value", plen);
sbin/ifconfig/af_inet6.c
568
errx(1, "%s: bad value", s);
sbin/ifconfig/af_link.c
197
errx(1, "can't set link-level netmask or broadcast");
sbin/ifconfig/af_link.c
209
errx(1, "malloc failed");
sbin/ifconfig/af_link.c
214
errx(1, "malformed link-level address");
sbin/ifconfig/af_link.c
218
errx(1, "malformed link-level address");
sbin/ifconfig/carp.c
118
errx(1, "vhid must be greater than 0 and less than %u",
sbin/ifconfig/carp.c
122
errx(1, "%s doesn't support carp(4)", afp->af_name);
sbin/ifconfig/carp.c
173
errx(1, "passwd requires vhid");
sbin/ifconfig/carp.c
183
errx(1, "advskew requires vhid");
sbin/ifconfig/carp.c
193
errx(1, "advbase requires vhid");
sbin/ifconfig/carp.c
204
errx(1, "state requires vhid");
sbin/ifconfig/carp.c
212
errx(1, "unknown state");
sbin/ifconfig/carp.c
237
errx(1, "Invalid IPv6 address %s", val);
sbin/ifconfig/carp.c
258
errx(1, "version must be %d or %d", CARP_VERSION_CARP,
sbin/ifconfig/carp.c
274
errx(1, "vrrpinterval must be greater than 0 and less than %d", VRRP_MAX_INTERVAL);
sbin/ifconfig/ifbridge.c
306
errx(1, "usage: addm <interface> [opts ...]");
sbin/ifconfig/ifbridge.c
314
errx(1, "usage: untagged <vlan id>");
sbin/ifconfig/ifbridge.c
317
errx(1, "invalid VLAN identifier: %s", argv[1]);
sbin/ifconfig/ifbridge.c
323
errx(1, "usage: tagged <vlan set>");
sbin/ifconfig/ifbridge.c
329
errx(1, "invalid vlan set: %s", argv[1]);
sbin/ifconfig/ifbridge.c
520
errx(1, "usage: static <interface> <address> [vlan <id>]");
sbin/ifconfig/ifbridge.c
531
errx(1, "invalid address: %s", argv[arg]);
sbin/ifconfig/ifbridge.c
538
errx(1, "usage: static <interface> <address> "
sbin/ifconfig/ifbridge.c
543
errx(1, "invalid vlan id: %s", argv[arg]);
sbin/ifconfig/ifbridge.c
560
errx(1, "usage: deladdr <address> [vlan <id>]");
sbin/ifconfig/ifbridge.c
567
errx(1, "invalid address: %s", argv[arg]);
sbin/ifconfig/ifbridge.c
574
errx(1, "usage: deladdr <address> [vlan <id>]");
sbin/ifconfig/ifbridge.c
578
errx(1, "invalid vlan id: %s", argv[arg]);
sbin/ifconfig/ifbridge.c
601
errx(1, "invalid value: %s", arg);
sbin/ifconfig/ifbridge.c
616
errx(1, "invalid value: %s", arg);
sbin/ifconfig/ifbridge.c
631
errx(1, "invalid value: %s", arg);
sbin/ifconfig/ifbridge.c
646
errx(1, "invalid value: %s", arg);
sbin/ifconfig/ifbridge.c
661
errx(1, "invalid value: %s", arg);
sbin/ifconfig/ifbridge.c
679
errx(1, "unknown stp protocol");
sbin/ifconfig/ifbridge.c
693
errx(1, "invalid value: %s", arg);
sbin/ifconfig/ifbridge.c
710
errx(1, "invalid value: %s", pri);
sbin/ifconfig/ifbridge.c
728
errx(1, "invalid value: %s", cost);
sbin/ifconfig/ifbridge.c
746
errx(1, "invalid VLAN identifier: %s", vlanid);
sbin/ifconfig/ifbridge.c
775
errx(1, "invalid value: %s", arg);
sbin/ifconfig/ifbridge.c
791
errx(1, "invalid value: %s", arg);
sbin/ifconfig/ifbridge.c
877
errx(1, "invalid vlan set: %s", vlans);
sbin/ifconfig/ifbridge.c
939
errx(1, "invalid vlan id: %s", arg);
sbin/ifconfig/ifbridge.c
982
errx(1, "unrecognised VLAN protocol: %s", proto);
sbin/ifconfig/ifconfig.c
1028
errx(1, "unable to allocate memory for callback");
sbin/ifconfig/ifconfig.c
1158
errx(1, "internal error, no callback");
sbin/ifconfig/ifconfig.c
1190
errx(1, "'%s' requires argument",
sbin/ifconfig/ifconfig.c
1200
errx(1, "'%s' requires 2 arguments",
sbin/ifconfig/ifconfig.c
1273
errx(1, "error in parsing address string: %s",
sbin/ifconfig/ifconfig.c
1277
errx(1, "error in parsing address string: %s",
sbin/ifconfig/ifconfig.c
1281
errx(1,
sbin/ifconfig/ifconfig.c
1307
errx(1, "%s", jail_errmsg);
sbin/ifconfig/ifconfig.c
1319
errx(1, "%s", jail_errmsg);
sbin/ifconfig/ifconfig.c
1510
errx(1, "nvlist_pack error");
sbin/ifconfig/ifconfig.c
1551
errx(1, "invalid value for pcp");
sbin/ifconfig/ifconfig.c
1553
errx(1, "value for pcp out of range");
sbin/ifconfig/ifconfig.c
1909
errx(1, "%s: no such interface", cmd);
sbin/ifconfig/ifconfig.c
1913
errx(1, "%s: permission denied", cmd);
sbin/ifconfig/ifconfig.c
214
errx(1, "interface %s already exists", ifr->ifr_name);
sbin/ifconfig/ifconfig.c
662
errx(1, "%s: cloning name too long",
sbin/ifconfig/ifconfig.c
675
errx(1, "%s: interface name too long",
sbin/ifconfig/ifconfig.c
681
errx(1, "interface %s does not exist", args->ifname);
sbin/ifconfig/ifconfig.c
689
errx(1, "interface %s already exists",
sbin/ifconfig/ifconfig.c
882
errx(1, "%s: socket(AF_LOCAL,SOCK_DGRAM)", __func__);
sbin/ifconfig/ifconfig.c
890
errx(1, "%s: SIOCGIFGROUP", __func__);
sbin/ifconfig/ifconfig.c
899
errx(1, "%s: no memory", __func__);
sbin/ifconfig/ifconfig.c
901
errx(1, "%s: SIOCGIFGROUP", __func__);
sbin/ifconfig/iffib.c
73
errx(1, "fib %s not valid", val);
sbin/ifconfig/iffib.c
89
errx(1, "fib %s not valid", val);
sbin/ifconfig/ifgroup.c
53
errx(1, "setifgroup: group names may not end in a digit");
sbin/ifconfig/ifgroup.c
56
errx(1, "setifgroup: group name too long");
sbin/ifconfig/ifgroup.c
69
errx(1, "unsetifgroup: group names may not end in a digit");
sbin/ifconfig/ifgroup.c
72
errx(1, "unsetifgroup: group name too long");
sbin/ifconfig/ifieee80211.c
1039
errx(1, "unknown protection mode");
sbin/ifconfig/ifieee80211.c
1055
errx(1, "unknown protection mode");
sbin/ifconfig/ifieee80211.c
1069
errx(-1, "invalid tx power (must be .5 dBm units)");
sbin/ifconfig/ifieee80211.c
1089
errx(1, "unknown roaming mode");
sbin/ifconfig/ifieee80211.c
1132
errx(1, "malloc failed");
sbin/ifconfig/ifieee80211.c
1145
errx(-1, "channel %u out of range, max %u",
sbin/ifconfig/ifieee80211.c
1151
errx(-1, "channel %u out of range, max %u",
sbin/ifconfig/ifieee80211.c
1154
errx(-1, "channel %u out of range, max %u",
sbin/ifconfig/ifieee80211.c
1157
errx(-1, "void channel range, %u > %u",
sbin/ifconfig/ifieee80211.c
1185
errx(1, "malloc failed");
sbin/ifconfig/ifieee80211.c
1192
errx(1, "malformed link-level address");
sbin/ifconfig/ifieee80211.c
1214
errx(1, "unknown wme access class %s", ac);
sbin/ifconfig/ifieee80211.c
1312
errx(1, "malloc failed");
sbin/ifconfig/ifieee80211.c
1319
errx(1, "malformed link-level address");
sbin/ifconfig/ifieee80211.c
1344
errx(1, "malloc failed");
sbin/ifconfig/ifieee80211.c
1351
errx(1, "malformed link-level address");
sbin/ifconfig/ifieee80211.c
1373
errx(1, "malloc failed");
sbin/ifconfig/ifieee80211.c
1380
errx(1, "malformed link-level address");
sbin/ifconfig/ifieee80211.c
1545
errx(-1, "%s: Invalid mode attribute %c\n",
sbin/ifconfig/ifieee80211.c
1629
errx(-1, "invalid rssi (must be .5 dBm units)");
sbin/ifconfig/ifieee80211.c
1648
errx(-1, "invalid %s rate (must be .5 Mb/s units)", tag);
sbin/ifconfig/ifieee80211.c
1790
errx(-1, "cannot set AMPDU setting");
sbin/ifconfig/ifieee80211.c
1805
errx(-1, "cannot set STBC setting");
sbin/ifconfig/ifieee80211.c
1820
errx(-1, "cannot set LDPC setting");
sbin/ifconfig/ifieee80211.c
1858
errx(-1, "invalid A-MPDU limit %s", val);
sbin/ifconfig/ifieee80211.c
1897
errx(-1, "invalid A-MPDU density %s", val);
sbin/ifconfig/ifieee80211.c
1982
errx(-1, "cannot set VHT setting");
sbin/ifconfig/ifieee80211.c
2340
errx(1, "internal error, country %d not found",
sbin/ifconfig/ifieee80211.c
2346
errx(1, "internal error, regdomain %d not found",
sbin/ifconfig/ifieee80211.c
241
errx(1, "no space for channel list");
sbin/ifconfig/ifieee80211.c
2488
errx(1, "internal error, ISO country code %d not "
sbin/ifconfig/ifieee80211.c
2509
errx(1, "unknown regdomain %s", val);
sbin/ifconfig/ifieee80211.c
2537
errx(1, "unknown ISO country code %s", val);
sbin/ifconfig/ifieee80211.c
257
errx(-1, "missing or corrupted regdomain database");
sbin/ifconfig/ifieee80211.c
369
errx(1, "unknown/undefined frequency %u/0x%x", freq, flags);
sbin/ifconfig/ifieee80211.c
389
errx(1, "unknown/undefined channel number %d flags 0x%x", ieee, flags);
sbin/ifconfig/ifieee80211.c
4019
errx(1, "unable to get scan results");
sbin/ifconfig/ifieee80211.c
4178
errx(1, "unable to get station information");
sbin/ifconfig/ifieee80211.c
4395
errx(1, "no space for active channel list");
sbin/ifconfig/ifieee80211.c
4402
errx(1, "unable to get active channel list");
sbin/ifconfig/ifieee80211.c
4490
errx(1, "no space for active channel list");
sbin/ifconfig/ifieee80211.c
4547
errx(1, "no space for device capabilities");
sbin/ifconfig/ifieee80211.c
4960
errx(1, "Don't know how to list %s for %s", arg, ctx->ifname);
sbin/ifconfig/ifieee80211.c
514
errx(1, "unknown ISO country code %d", rd->country);
sbin/ifconfig/ifieee80211.c
532
errx(1, "country %s (%s) is not usable with "
sbin/ifconfig/ifieee80211.c
536
errx(1, "country %s (%s) is not usable with "
sbin/ifconfig/ifieee80211.c
549
errx(1, "no space for device capabilities");
sbin/ifconfig/ifieee80211.c
567
errx(1, "no space for regdomain request");
sbin/ifconfig/ifieee80211.c
579
errx(1, "no space for channel list");
sbin/ifconfig/ifieee80211.c
585
errx(1, "no channels calculated");
sbin/ifconfig/ifieee80211.c
6058
errx(1, "FCC regdomain was not found");
sbin/ifconfig/ifieee80211.c
6087
errx(1, "must specify a parent device (wlandev) when creating "
sbin/ifconfig/ifieee80211.c
6091
errx(1, "no bssid specified for WDS (use wlanbssid)");
sbin/ifconfig/ifieee80211.c
6111
errx(1, "%s: cannot parse bssid", arg);
sbin/ifconfig/ifieee80211.c
6122
errx(1, "%s: cannot parse address", arg);
sbin/ifconfig/ifieee80211.c
6149
errx(1, "Don't know to create %s for %s", arg, ctx->ifname);
sbin/ifconfig/ifieee80211.c
714
errx(-1, "%s: Invalid channel attribute %c\n",
sbin/ifconfig/ifieee80211.c
751
errx(-1, "%s: Invalid channel width\n", val);
sbin/ifconfig/ifieee80211.c
828
errx(1, "invalid channel specification%s",
sbin/ifconfig/ifieee80211.c
874
errx(1, "unknown authmode");
sbin/ifconfig/ifieee80211.c
896
errx(1, "unknown powersavemode");
sbin/ifconfig/ifieee80211.c
931
errx(1, "unknown wep mode");
sbin/ifconfig/iflagg.c
101
errx(1, "Invalid flowid_shift option: %s", val);
sbin/ifconfig/iflagg.c
116
errx(1, "Invalid round-robin stride: %s", val);
sbin/ifconfig/iflagg.c
168
errx(1, "Invalid lagghash option: %s", tok);
sbin/ifconfig/iflagg.c
172
errx(1, "No lagghash options supplied");
sbin/ifconfig/iflagg.c
298
errx(1, "invalid lagg type: %s", arg);
sbin/ifconfig/iflagg.c
85
errx(1, "Invalid aggregation protocol: %s", val);
sbin/ifconfig/ifmedia.c
171
errx(1, "%s: no media types?", ctx->ifname);
sbin/ifconfig/ifmedia.c
263
errx(1, "invalid media instance: %s", val);
sbin/ifconfig/ifmedia.c
295
errx(EXIT_FAILURE, "unknown media type 0x%x", media);
sbin/ifconfig/ifmedia.c
297
errx(EXIT_FAILURE, "unknown media subtype: %s", val);
sbin/ifconfig/ifmedia.c
314
errx(EXIT_FAILURE, "unknown media type 0x%x", media);
sbin/ifconfig/ifmedia.c
367
errx(EXIT_FAILURE, "unknown option: %s", optnames[i]);
sbin/ifconfig/ifpfsync.c
176
errx(1, "interface name %s is too long", val);
sbin/ifconfig/ifpfsync.c
220
errx(1, "error in parsing address string: %s",
sbin/ifconfig/ifpfsync.c
241
errx(1, "syncpeer address %s not supported", val);
sbin/ifconfig/ifpfsync.c
288
errx(1, "maxupd %s: out of range", val);
sbin/ifconfig/ifpfsync.c
391
errx(1, "getnameinfo: %s", gai_strerror(error));
sbin/ifconfig/ifstf.c
116
errx(2, "Wrong argument given");
sbin/ifconfig/ifstf.c
122
errx(1, "%s: bad value (prefix length %s)", val, errstr);
sbin/ifconfig/ifstf.c
126
errx(1, "%s: bad value", val);
sbin/ifconfig/ifstf.c
94
errx(1, "%s: bad value", val);
sbin/ifconfig/ifvlan.c
122
errx(1, "invalid vlan tag");
sbin/ifconfig/ifvlan.c
128
errx(1, "invalid vlan tag");
sbin/ifconfig/ifvlan.c
131
errx(1, "invalid vlan tag");
sbin/ifconfig/ifvlan.c
139
errx(1, "ambiguous vlan specification");
sbin/ifconfig/ifvlan.c
145
errx(1, "ambiguous vlan specification");
sbin/ifconfig/ifvlan.c
158
errx(1, "must specify a tag for vlan create");
sbin/ifconfig/ifvlan.c
160
errx(1, "must specify a parent device for vlan create");
sbin/ifconfig/ifvlan.c
172
errx(1, "both vlan and vlandev must be specified");
sbin/ifconfig/ifvlan.c
197
errx(1, "invalid value for vlan");
sbin/ifconfig/ifvlan.c
201
errx(1, "value for vlan out of range");
sbin/ifconfig/ifvlan.c
243
errx(1, "invalid value for vlanproto");
sbin/ifconfig/ifvlan.c
269
errx(1, "invalid value for vlanpcp");
sbin/ifconfig/ifvlan.c
271
errx(1, "value for vlanpcp out of range");
sbin/ifconfig/ifvxlan.c
163
errx(1, "cannot specify both local IPv4 and IPv6 addresses");
sbin/ifconfig/ifvxlan.c
165
errx(1, "cannot specify both remote IPv4 and IPv6 addresses");
sbin/ifconfig/ifvxlan.c
170
errx(1, "cannot mix IPv4 and IPv6 addresses");
sbin/ifconfig/ifvxlan.c
193
errx(1, "invalid network identifier: %s", arg);
sbin/ifconfig/ifvxlan.c
221
errx(1, "error in parsing local address string: %s",
sbin/ifconfig/ifvxlan.c
234
errx(1, "local address cannot be multicast");
sbin/ifconfig/ifvxlan.c
245
errx(1, "local address cannot be multicast");
sbin/ifconfig/ifvxlan.c
252
errx(1, "local address %s not supported", addr);
sbin/ifconfig/ifvxlan.c
285
errx(1, "error in parsing remote address string: %s",
sbin/ifconfig/ifvxlan.c
298
errx(1, "remote address cannot be multicast");
sbin/ifconfig/ifvxlan.c
309
errx(1, "remote address cannot be multicast");
sbin/ifconfig/ifvxlan.c
316
errx(1, "remote address %s not supported", addr);
sbin/ifconfig/ifvxlan.c
349
errx(1, "error in parsing group address string: %s",
sbin/ifconfig/ifvxlan.c
362
errx(1, "group address must be multicast");
sbin/ifconfig/ifvxlan.c
373
errx(1, "group address must be multicast");
sbin/ifconfig/ifvxlan.c
380
errx(1, "group address %s not supported", addr);
sbin/ifconfig/ifvxlan.c
407
errx(1, "invalid local port: %s", arg);
sbin/ifconfig/ifvxlan.c
429
errx(1, "invalid remote port: %s", arg);
sbin/ifconfig/ifvxlan.c
451
errx(1, "invalid port range minimum: %s", arg1);
sbin/ifconfig/ifvxlan.c
453
errx(1, "invalid port range maximum: %s", arg2);
sbin/ifconfig/ifvxlan.c
455
errx(1, "invalid port range");
sbin/ifconfig/ifvxlan.c
479
errx(1, "invalid timeout value: %s", arg);
sbin/ifconfig/ifvxlan.c
501
errx(1, "invalid maxaddr value: %s", arg);
sbin/ifconfig/ifvxlan.c
542
errx(1, "invalid TTL value: %s", arg);
sbin/init/init.c
200
errx(1, "%s", strerror(EPERM));
sbin/init/init.c
239
errx(1, "invalid run-level ``%s''", argv[1]);
sbin/init/init.c
242
errx(1, "already running");
sbin/ipfw/altq.c
122
errx(EX_DATAERR, "altq has no queue named `%s'", name);
sbin/ipfw/dummynet.c
1053
errx(EX_DATAERR, "target needs time\n");
sbin/ipfw/dummynet.c
1061
errx(EX_DATAERR, "interval needs time\n");
sbin/ipfw/dummynet.c
1076
errx(EX_DATAERR, "quantum is not for codel\n");
sbin/ipfw/dummynet.c
1078
errx(EX_DATAERR, "quantum needs number\n");
sbin/ipfw/dummynet.c
1086
errx(EX_DATAERR, "limit is not for codel, use queue instead\n");
sbin/ipfw/dummynet.c
1088
errx(EX_DATAERR, "limit needs number\n");
sbin/ipfw/dummynet.c
1096
errx(EX_DATAERR, "flows is not for codel\n");
sbin/ipfw/dummynet.c
1098
errx(EX_DATAERR, "flows needs number\n");
sbin/ipfw/dummynet.c
1133
errx(EX_DATAERR, "target needs time\n");
sbin/ipfw/dummynet.c
1141
errx(EX_DATAERR, "tupdate needs time\n");
sbin/ipfw/dummynet.c
1149
errx(EX_DATAERR, "max_burst needs time\n");
sbin/ipfw/dummynet.c
1157
errx(EX_DATAERR, "max_ecnth needs number\n");
sbin/ipfw/dummynet.c
1165
errx(EX_DATAERR, "alpha needs number\n");
sbin/ipfw/dummynet.c
1173
errx(EX_DATAERR, "beta needs number\n");
sbin/ipfw/dummynet.c
1215
errx(EX_DATAERR, "quantum is not for pie\n");
sbin/ipfw/dummynet.c
1217
errx(EX_DATAERR, "quantum needs number\n");
sbin/ipfw/dummynet.c
1225
errx(EX_DATAERR, "limit is not for pie, use queue instead\n");
sbin/ipfw/dummynet.c
1227
errx(EX_DATAERR, "limit needs number\n");
sbin/ipfw/dummynet.c
1235
errx(EX_DATAERR, "flows is not for pie\n");
sbin/ipfw/dummynet.c
1237
errx(EX_DATAERR, "flows needs number\n");
sbin/ipfw/dummynet.c
1321
errx(EX_USAGE, "need a pipe/flowset/sched number");
sbin/ipfw/dummynet.c
1550
errx(EX_USAGE, "mask: value missing");
sbin/ipfw/dummynet.c
1561
errx(EX_DATAERR,
sbin/ipfw/dummynet.c
1566
errx(EX_DATAERR,
sbin/ipfw/dummynet.c
1571
errx(EX_DATAERR,
sbin/ipfw/dummynet.c
1577
errx(EX_DATAERR,
sbin/ipfw/dummynet.c
1605
errx(EX_DATAERR, "use type before fq_codel/fq_pie");
sbin/ipfw/dummynet.c
1626
errx(EX_DATAERR, "0 < w_q <= 1");
sbin/ipfw/dummynet.c
1642
errx(EX_DATAERR, "0 <= max_p <= 1");
sbin/ipfw/dummynet.c
1677
errx(1, "type %s too long\n", av[0]);
sbin/ipfw/dummynet.c
1744
errx(EX_DATAERR,
sbin/ipfw/dummynet.c
1747
errx(EX_DATAERR,
sbin/ipfw/dummynet.c
1753
errx(EX_DATAERR, "unrecognised option ``%s''", av[-1]);
sbin/ipfw/dummynet.c
1760
errx(EX_DATAERR, "delay must be < 10000");
sbin/ipfw/dummynet.c
1775
errx(EX_DATAERR, "queue size must be < %ldB", limit);
sbin/ipfw/dummynet.c
1785
errx(EX_DATAERR, "2 <= queue size <= %ld", limit);
sbin/ipfw/dummynet.c
1791
errx(EX_USAGE, "ECN can be used with red/gred/"
sbin/ipfw/dummynet.c
1795
errx(EX_USAGE, "enable red/gred for ECN");
sbin/ipfw/dummynet.c
1804
errx(EX_DATAERR, "min_th %d must be < than max_th %d",
sbin/ipfw/dummynet.c
1807
errx(EX_DATAERR, "min_th %d must be =< than max_th %d",
sbin/ipfw/dummynet.c
1811
errx(EX_DATAERR, "max_th must be > 0");
sbin/ipfw/dummynet.c
1818
errx(EX_DATAERR, "net.inet.ip.dummynet.red_lookup_depth"
sbin/ipfw/dummynet.c
1827
errx(EX_DATAERR,
sbin/ipfw/dummynet.c
245
errx(EX_DATAERR, "Error getting extra parameters\n");
sbin/ipfw/dummynet.c
572
errx(1, "invalid oid len %d\n", oid->len);
sbin/ipfw/dummynet.c
811
errx(1, "no if support");
sbin/ipfw/dummynet.c
840
errx(EX_DATAERR, "bandwidth too large");
sbin/ipfw/dummynet.c
911
errx(ED_EFMT("too many arguments"));
sbin/ipfw/dummynet.c
920
errx(ED_EFMT("missing arg for %s"), name);
sbin/ipfw/dummynet.c
924
errx(ED_EFMT("duplicate ``samples'' line"));
sbin/ipfw/dummynet.c
926
errx(ED_EFMT("invalid number of samples"));
sbin/ipfw/dummynet.c
929
errx(ED_EFMT("too many samples, maximum is %d"),
sbin/ipfw/dummynet.c
937
errx(ED_EFMT("duplicated token: %s"), name);
sbin/ipfw/dummynet.c
939
errx(ED_EFMT("invalid %s"), arg);
sbin/ipfw/dummynet.c
942
errx(ED_EFMT("%s greater than 1.0"), name);
sbin/ipfw/dummynet.c
946
errx(ED_EFMT("duplicated token: %s"), name);
sbin/ipfw/dummynet.c
951
errx(ED_EFMT("duplicated token: %s"), name);
sbin/ipfw/dummynet.c
956
errx(ED_EFMT("duplicated token: %s"), name);
sbin/ipfw/dummynet.c
961
errx(ED_EFMT("invalid point found"));
sbin/ipfw/dummynet.c
970
errx(ED_EFMT("probability greater than 1.0"));
sbin/ipfw/dummynet.c
973
errx(ED_EFMT("unrecognised command '%s'"), name);
sbin/ipfw/dummynet.c
991
errx(ED_EFMT("too few samples, need at least %d"),
sbin/ipfw/ipfw2.c
110
errx(EX_DATAERR, "%s: invalid argument: %s", \
sbin/ipfw/ipfw2.c
1125
errx(EX_DATAERR, "too many ports/ranges\n");
sbin/ipfw/ipfw2.c
114
errx(EX_DATAERR, "%s: argument is out of range (%u..%u): %s", \
sbin/ipfw/ipfw2.c
1160
errx(EX_DATAERR, "Unknown DSCP code");
sbin/ipfw/ipfw2.c
1164
errx(EX_DATAERR, "Invalid DSCP value");
sbin/ipfw/ipfw2.c
118
errx(EX_DATAERR, "%s: illegal argument value: %s", \
sbin/ipfw/ipfw2.c
1209
errx(EX_DATAERR, "Static mark value: some bits in value are"
sbin/ipfw/ipfw2.c
1245
errx(EX_DATAERR, "unknown ICMP unreachable code ``%s''", str);
sbin/ipfw/ipfw2.c
1553
errx(EX_DATAERR, "invalid ICMP type");
sbin/ipfw/ipfw2.c
1556
errx(EX_DATAERR, "ICMP type out of range");
sbin/ipfw/ipfw2.c
2690
errx(EX_USAGE, "set needs command");
sbin/ipfw/ipfw2.c
2715
errx(EX_USAGE, "set swap needs 2 set numbers\n");
sbin/ipfw/ipfw2.c
2719
errx(EX_DATAERR, "invalid set number %s\n", av[0]);
sbin/ipfw/ipfw2.c
2721
errx(EX_DATAERR, "invalid set number %s\n", av[1]);
sbin/ipfw/ipfw2.c
2733
errx(EX_USAGE, "syntax: set move [rule] X to Y\n");
sbin/ipfw/ipfw2.c
2744
errx(EX_DATAERR, "invalid source number %s\n", av[0]);
sbin/ipfw/ipfw2.c
2746
errx(EX_DATAERR, "invalid dest. set %s\n", av[1]);
sbin/ipfw/ipfw2.c
2762
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
2770
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
2775
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
2784
errx(EX_USAGE, "invalid set command %s\n", *av);
sbin/ipfw/ipfw2.c
3378
errx(EX_USAGE,
sbin/ipfw/ipfw2.c
3389
errx(EX_USAGE, "invalid IPv6 address provided");
sbin/ipfw/ipfw2.c
3393
errx(EX_USAGE, "invalid IPv4 address provided");
sbin/ipfw/ipfw2.c
3408
errx(EX_DATAERR, "forgotten parenthesis: '%s'", av);
sbin/ipfw/ipfw2.c
3415
errx(EX_DATAERR, "Invalid table name: %s", av + 6);
sbin/ipfw/ipfw2.c
3484
errx(EX_NOHOST, "hostname ``%s'' unknown", av);
sbin/ipfw/ipfw2.c
3488
errx(EX_DATAERR, "bad netmask ``%s''", p);
sbin/ipfw/ipfw2.c
3495
errx(EX_DATAERR, "bad width ``%s''", p);
sbin/ipfw/ipfw2.c
3532
errx(EX_DATAERR, "address set cannot be in a list");
sbin/ipfw/ipfw2.c
3534
errx(EX_DATAERR, "invalid set with mask %d\n", i);
sbin/ipfw/ipfw2.c
3557
errx(EX_DATAERR, "set not closed\n");
sbin/ipfw/ipfw2.c
3559
errx(EX_DATAERR, "incomplete range %d-", i);
sbin/ipfw/ipfw2.c
3563
errx(EX_DATAERR, "addr %d out of range [%d-%d]\n",
sbin/ipfw/ipfw2.c
3570
errx(EX_DATAERR, "invalid range %d-%d",
sbin/ipfw/ipfw2.c
3573
errx(EX_DATAERR, "double '-' in range");
sbin/ipfw/ipfw2.c
3600
errx(EX_DATAERR, "not any never matches");
sbin/ipfw/ipfw2.c
3614
errx(EX_DATAERR, "address list too long");
sbin/ipfw/ipfw2.c
3646
errx(EX_DATAERR, "invalid flag %s", e);
sbin/ipfw/ipfw2.c
3670
errx(EX_DATAERR, "invalid syntax");
sbin/ipfw/ipfw2.c
3753
errx(EX_DATAERR, "forgotten parenthesis: '%s'", arg);
sbin/ipfw/ipfw2.c
3759
errx(EX_DATAERR, "Invalid table name: %s", arg + 6);
sbin/ipfw/ipfw2.c
3767
errx(EX_DATAERR, "bad ip address ``%s''", arg);
sbin/ipfw/ipfw2.c
3789
errx(EX_DATAERR, "Incorrect MAC address");
sbin/ipfw/ipfw2.c
3792
errx(EX_DATAERR, "Incorrect MAC address");
sbin/ipfw/ipfw2.c
3798
errx(EX_DATAERR, "Incorrect mask length");
sbin/ipfw/ipfw2.c
3805
errx(EX_DATAERR, "Incorrect mask");
sbin/ipfw/ipfw2.c
3851
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
3887
errx(EX_DATAERR, "MAC dst src");
sbin/ipfw/ipfw2.c
3904
errx(EX_DATAERR, "missing MAC type");
sbin/ipfw/ipfw2.c
4016
errx(EX_DATAERR, "only mac table lookup is supported %s", av);
sbin/ipfw/ipfw2.c
4027
errx(EX_DATAERR, "only mac table lookup is supported %s", av);
sbin/ipfw/ipfw2.c
4153
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
4165
errx(EX_USAGE, "missing argument for %s", action);
sbin/ipfw/ipfw2.c
4169
errx(EX_DATAERR, "illegal argument %s(%u) for %s",
sbin/ipfw/ipfw2.c
4182
errx(EX_DATAERR, "illegal argument %s(%u) for %s",
sbin/ipfw/ipfw2.c
4199
errx(EX_DATAERR, "illegal divert/tee port");
sbin/ipfw/ipfw2.c
4211
errx(EX_USAGE, "invalid IPv6 mask provided");
sbin/ipfw/ipfw2.c
4216
errx(EX_DATAERR, "Incorrect MAC address");
sbin/ipfw/ipfw2.c
4223
errx(EX_USAGE, "invalid dotted-quad mask provided");
sbin/ipfw/ipfw2.c
4311
errx(EX_DATAERR, "illegal set %s", av[1]);
sbin/ipfw/ipfw2.c
4322
errx(EX_DATAERR, "illegal match prob. %s", av[1]);
sbin/ipfw/ipfw2.c
4351
errx(EX_DATAERR, "Invalid state name %s",
sbin/ipfw/ipfw2.c
4356
errx(EX_DATAERR, "Invalid state name %s", *av);
sbin/ipfw/ipfw2.c
4403
errx(EX_DATAERR, "illegal argument for %s",
sbin/ipfw/ipfw2.c
4530
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
4540
errx(EX_DATAERR, NULL);
sbin/ipfw/ipfw2.c
4579
errx(EX_DATAERR, "Invalid address family in forward action");
sbin/ipfw/ipfw2.c
4603
errx(EX_DATAERR, "fibs not supported.\n");
sbin/ipfw/ipfw2.c
4605
errx(EX_DATAERR, "fib too large.\n");
sbin/ipfw/ipfw2.c
4624
errx(EX_DATAERR, "Unknown DSCP code");
sbin/ipfw/ipfw2.c
4682
errx(EX_DATAERR, "pack_object failed");
sbin/ipfw/ipfw2.c
4694
errx(EX_USAGE, "invalid MSS value %s", *av);
sbin/ipfw/ipfw2.c
4703
errx(EX_DATAERR, "invalid action %s\n", *av);
sbin/ipfw/ipfw2.c
4717
errx(EX_DATAERR, "Invalid eaction name %s", *av);
sbin/ipfw/ipfw2.c
4720
errx(EX_DATAERR, "pack_object failed");
sbin/ipfw/ipfw2.c
4729
errx(EX_DATAERR, "Invalid eaction instance name %s",
sbin/ipfw/ipfw2.c
4738
errx(EX_DATAERR, "pack_object failed");
sbin/ipfw/ipfw2.c
4765
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
4785
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
4797
errx(1, "sysctlbyname(\"%s\")",
sbin/ipfw/ipfw2.c
4819
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
4836
errx(EX_USAGE, "tag and untag cannot be "
sbin/ipfw/ipfw2.c
4867
errx(EX_USAGE, "nested \"(\" not allowed\n"); \
sbin/ipfw/ipfw2.c
4887
errx(EX_USAGE, "missing \")\"\n"); \
sbin/ipfw/ipfw2.c
4893
errx(EX_USAGE, "double \"not\" not allowed\n"); \
sbin/ipfw/ipfw2.c
4901
errx(EX_DATAERR, "invalid OR block"); \
sbin/ipfw/ipfw2.c
4946
errx(EX_DATAERR, "invalid protocol ``%s''", *av);
sbin/ipfw/ipfw2.c
4959
errx(EX_USAGE, "missing ``from''");
sbin/ipfw/ipfw2.c
4975
errx(EX_USAGE, "bad source address %s", *av);
sbin/ipfw/ipfw2.c
4995
errx(EX_USAGE, "missing ``to''");
sbin/ipfw/ipfw2.c
5011
errx( EX_USAGE, "bad destination address %s", *av);
sbin/ipfw/ipfw2.c
5040
errx(EX_USAGE, "double \"not\" not allowed\n");
sbin/ipfw/ipfw2.c
5049
errx(EX_USAGE, "double \"not\" not allowed\n");
sbin/ipfw/ipfw2.c
5055
errx(EX_USAGE, "invalid \"or\" block\n");
sbin/ipfw/ipfw2.c
5061
errx(EX_USAGE, "+nested \"(\" not allowed\n");
sbin/ipfw/ipfw2.c
5067
errx(EX_USAGE, "+missing \")\"\n");
sbin/ipfw/ipfw2.c
5149
errx(EX_DATAERR, "invalid ipttl %s", *av);
sbin/ipfw/ipfw2.c
5159
errx(EX_DATAERR, "invalid ipid %s", *av);
sbin/ipfw/ipfw2.c
5169
errx(EX_DATAERR, "invalid ip len %s", *av);
sbin/ipfw/ipfw2.c
5217
errx(EX_DATAERR, "uid \"%s\" nonexistent", *av);
sbin/ipfw/ipfw2.c
5235
errx(EX_DATAERR, "gid \"%s\" nonexistent", *av);
sbin/ipfw/ipfw2.c
5264
errx(EX_DATAERR, "%s", jail_errmsg);
sbin/ipfw/ipfw2.c
5285
errx(EX_DATAERR, "invalid tcpdata len %s", *av);
sbin/ipfw/ipfw2.c
5314
errx(EX_DATAERR, "invalid %s size %s",
sbin/ipfw/ipfw2.c
5334
errx(EX_USAGE, "keep-state or record-state cannot be part "
sbin/ipfw/ipfw2.c
5337
errx(EX_USAGE, "only one of keep-state, record-state, "
sbin/ipfw/ipfw2.c
5341
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
5364
errx(EX_USAGE,
sbin/ipfw/ipfw2.c
5367
errx(EX_USAGE, "only one of keep-state, record-state, "
sbin/ipfw/ipfw2.c
5385
errx(EX_USAGE, "limit: missing limit mask");
sbin/ipfw/ipfw2.c
5393
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
5409
errx(EX_DATAERR, "invalid protocol ``%s''",
sbin/ipfw/ipfw2.c
5462
errx(EX_DATAERR, "invalid source port %s", *av);
sbin/ipfw/ipfw2.c
5471
errx(EX_DATAERR, "invalid destination port %s",
sbin/ipfw/ipfw2.c
5483
errx(EX_DATAERR, "invalid mac type %s", *av);
sbin/ipfw/ipfw2.c
5519
errx( EX_USAGE, "flow-id filter is active "
sbin/ipfw/ipfw2.c
5533
errx(EX_DATAERR, "tagged: invalid tag"
sbin/ipfw/ipfw2.c
5561
errx(EX_USAGE,
sbin/ipfw/ipfw2.c
5568
errx(EX_USAGE,
sbin/ipfw/ipfw2.c
5588
errx(EX_USAGE,
sbin/ipfw/ipfw2.c
5604
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
5612
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
5620
errx(EX_USAGE, "only one defer-action "
sbin/ipfw/ipfw2.c
5633
errx(EX_USAGE, "unrecognised option [%d] %s\n", i, s);
sbin/ipfw/ipfw2.c
5995
errx(EX_DATAERR,
sbin/ipfw/ipfw2.c
6017
errx(EX_USAGE, "invalid rule number ``%s''", *av);
sbin/ipfw/ipfw2.c
6279
errx(EX_USAGE, "invalid internal sub-cmd: %s", *av);
sbin/ipfw/ipfw2.c
804
errx(EX_USAGE, "%s %s %s",
sbin/ipfw/ipfw2.c
81
errx(EX_DATAERR, "Rule too long"); \
sbin/ipfw/ipfw2.c
97
errx(EX_USAGE, "%s: missing argument", match_value(s_x, tok)); \
sbin/ipfw/ipfw2.h
337
#define NEED(_p, msg) {if (!_p) errx(EX_USAGE, msg);}
sbin/ipfw/ipfw2.h
338
#define NEED1(msg) {if (!(*av)) errx(EX_USAGE, msg);}
sbin/ipfw/ipv6.c
150
errx(EX_DATAERR, "invalid ICMP6 type");
sbin/ipfw/ipv6.c
158
errx(EX_DATAERR, "ICMP6 type out of range");
sbin/ipfw/ipv6.c
245
errx(EX_DATAERR,
sbin/ipfw/ipv6.c
383
errx(EX_DATAERR, "bad address \"%s\"", av);
sbin/ipfw/ipv6.c
388
errx(EX_DATAERR, "bad mask \"%s\"", p);
sbin/ipfw/ipv6.c
394
errx(EX_DATAERR, "bad width \"%s\''", p);
sbin/ipfw/ipv6.c
412
errx(EX_DATAERR, "not any never matches");
sbin/ipfw/ipv6.c
434
errx(EX_DATAERR, "address list too long");
sbin/ipfw/ipv6.c
45
errx(EX_DATAERR, "Rule too long"); \
sbin/ipfw/ipv6.c
461
errx(EX_DATAERR, "invalid ipv6 flow number %s", av);
sbin/ipfw/ipv6.c
463
errx(EX_DATAERR, "flow number out of range %s", av);
sbin/ipfw/ipv6.c
473
errx(EX_DATAERR, "invalid ipv6 flow number %s", av);
sbin/ipfw/ipv6.c
66
errx(EX_DATAERR, "unknown ICMPv6 unreachable code ``%s''", str);
sbin/ipfw/main.c
327
errx(EX_USAGE, "An absolute pathname must be used "
sbin/ipfw/main.c
428
errx(EX_DATAERR,
sbin/ipfw/main.c
504
errx(EX_USAGE, "bad command `%s'", *av);
sbin/ipfw/main.c
561
errx(EX_USAGE, "no filename argument");
sbin/ipfw/main.c
578
errx(EX_USAGE, "bad arguments, for usage"
sbin/ipfw/main.c
594
errx(EX_USAGE, "bad arguments, for usage"
sbin/ipfw/main.c
601
errx(EX_USAGE, "extraneous filename arguments %s", av[ac-1]);
sbin/ipfw/main.c
658
errx(EX_OSERR, "waitpid()");
sbin/ipfw/main.c
660
errx(EX_UNAVAILABLE,
sbin/ipfw/main.c
664
errx(EX_UNAVAILABLE,
sbin/ipfw/main.c
705
errx(EX_USAGE,
sbin/ipfw/nat.c
1182
errx(EX_USAGE, "Please specify action. Available: config,log");
sbin/ipfw/nat.c
135
errx(1, "unknown interface name %s", ifn);
sbin/ipfw/nat.c
210
errx (1, "unknown host %s", str);
sbin/ipfw/nat.c
243
errx (EX_DATAERR, "%s/%s: unknown service", str, proto);
sbin/ipfw/nat.c
254
errx (EX_DATAERR, "invalid port range %s", str);
sbin/ipfw/nat.c
270
errx (EX_DATAERR, "unknown protocol %s. Expected sctp, tcp or udp", str);
sbin/ipfw/nat.c
281
errx (EX_DATAERR, "%s is missing port number", str);
sbin/ipfw/nat.c
444
errx(EX_DATAERR, "redirect_port:"
sbin/ipfw/nat.c
452
errx(EX_DATAERR, "redirect_port: "
sbin/ipfw/nat.c
467
errx(EX_DATAERR, "redirect_port: "
sbin/ipfw/nat.c
472
errx(EX_DATAERR, "redirect_port: "
sbin/ipfw/nat.c
495
errx(EX_DATAERR, "redirect_port: "
sbin/ipfw/nat.c
515
errx(EX_DATAERR, "redirect_port: "
sbin/ipfw/nat.c
521
errx(EX_DATAERR, "redirect_port: remote port must"
sbin/ipfw/nat.c
539
errx(EX_DATAERR, "redirect_port:"
sbin/ipfw/nat.c
550
errx(EX_DATAERR, "redirect_port:"
sbin/ipfw/nat.c
553
errx(EX_DATAERR, "redirect_port: "
sbin/ipfw/nat.c
586
errx(EX_DATAERR, "redirect_proto: unknown protocol %s", **av);
sbin/ipfw/nat.c
752
errx(EX_DATAERR, "unknown redir mode");
sbin/ipfw/nat.c
795
errx(EX_DATAERR, "missing nat id");
sbin/ipfw/nat.c
799
errx(EX_DATAERR, "illegal nat id: %s", id);
sbin/ipfw/nat.c
803
errx(EX_DATAERR, "missing option");
sbin/ipfw/nat.c
832
errx(EX_DATAERR, "redirect_addr: "
sbin/ipfw/nat.c
840
errx(EX_DATAERR, "redirect_port: "
sbin/ipfw/nat.c
855
errx(EX_DATAERR, "redirect_proto: "
sbin/ipfw/nat.c
871
errx(EX_DATAERR, "unrecognised option ``%s''", av1[-1]);
sbin/ipfw/nat.c
876
errx(EX_OSERR, "malloc failed");
sbin/ipfw/nat.c
894
errx(EX_DATAERR, "missing option");
sbin/ipfw/nat.c
896
errx(EX_DATAERR, "bad ip address ``%s''",
sbin/ipfw/nat.c
903
errx(EX_DATAERR, "missing option");
sbin/ipfw/nat.c
961
errx(EX_DATAERR, "missing option");
sbin/ipfw/nat.c
963
errx(EX_DATAERR,
sbin/ipfw/nat.c
966
errx(EX_DATAERR,
sbin/ipfw/nat.c
976
errx(EX_DATAERR, "same_ports and port_range cannot both be selected");
sbin/ipfw/nat64clat.c
108
errx(EX_USAGE, "nat64clat instance name %s is invalid",
sbin/ipfw/nat64clat.c
116
errx(EX_USAGE, "nat64clat instance name required");
sbin/ipfw/nat64clat.c
212
errx(EX_USAGE,
sbin/ipfw/nat64clat.c
216
errx(EX_USAGE,
sbin/ipfw/nat64clat.c
246
errx(EX_USAGE, "plat_prefix required");
sbin/ipfw/nat64clat.c
248
errx(EX_USAGE, "clat_prefix required");
sbin/ipfw/nat64clat.c
277
errx(EX_USAGE, "config options required");
sbin/ipfw/nat64clat.c
304
errx(EX_USAGE,
sbin/ipfw/nat64clat.c
307
errx(EX_USAGE,
sbin/ipfw/nat64clat.c
311
errx(EX_USAGE,
sbin/ipfw/nat64clat.c
335
errx(EX_USAGE, "Can't change %s option", opt);
sbin/ipfw/nat64lsn.c
271
errx(EX_USAGE, "nat64lsn instance name %s is invalid",
sbin/ipfw/nat64lsn.c
279
errx(EX_USAGE, "nat64lsn instance name required");
sbin/ipfw/nat64lsn.c
344
errx(EX_USAGE, "Prefix length required");
sbin/ipfw/nat64lsn.c
346
errx(EX_USAGE, "Bad prefix: %s", p);
sbin/ipfw/nat64lsn.c
350
errx(EX_USAGE, "Bad prefix length: %s", arg);
sbin/ipfw/nat64lsn.c
363
errx(EX_USAGE, "Invalid %s value: %s\n", desc, arg);
sbin/ipfw/nat64lsn.c
445
errx(EX_USAGE, "Bad prefix6 %s", *av);
sbin/ipfw/nat64lsn.c
530
errx(EX_USAGE, "prefix4 required");
sbin/ipfw/nat64lsn.c
556
errx(EX_USAGE, "config options required");
sbin/ipfw/nat64lsn.c
649
errx(EX_USAGE, "Can't change %s option", opt);
sbin/ipfw/nat64stl.c
140
errx(EX_USAGE, "nat64stl instance name %s is invalid",
sbin/ipfw/nat64stl.c
148
errx(EX_USAGE, "nat64stl instance name required");
sbin/ipfw/nat64stl.c
250
errx(EX_USAGE,
sbin/ipfw/nat64stl.c
253
errx(EX_USAGE,
sbin/ipfw/nat64stl.c
258
errx(EX_USAGE,
sbin/ipfw/nat64stl.c
280
errx(EX_USAGE, "table4 required");
sbin/ipfw/nat64stl.c
282
errx(EX_USAGE, "table6 required");
sbin/ipfw/nat64stl.c
284
errx(EX_USAGE, "prefix6 required");
sbin/ipfw/nat64stl.c
310
errx(EX_USAGE, "config options required");
sbin/ipfw/nat64stl.c
351
errx(EX_USAGE, "Can't change %s option", opt);
sbin/ipfw/nptv6.c
103
errx(EX_USAGE, "nptv6 instance name %s is invalid",
sbin/ipfw/nptv6.c
111
errx(EX_USAGE, "nptv6 instance name required");
sbin/ipfw/nptv6.c
170
errx(EX_USAGE, "Bad prefix: %s", p);
sbin/ipfw/nptv6.c
174
errx(EX_USAGE, "Bad prefix length: %s", arg);
sbin/ipfw/nptv6.c
218
errx(EX_USAGE,
sbin/ipfw/nptv6.c
227
errx(EX_USAGE,
sbin/ipfw/nptv6.c
231
errx(EX_USAGE, "Invalid interface name");
sbin/ipfw/nptv6.c
241
errx(EX_USAGE, "wrong prefix length: %s", *av);
sbin/ipfw/nptv6.c
251
errx(EX_USAGE, "prefix length mismatch");
sbin/ipfw/nptv6.c
256
errx(EX_USAGE, "prefix length mismatch");
sbin/ipfw/nptv6.c
264
errx(EX_USAGE, "int_prefix required");
sbin/ipfw/nptv6.c
266
errx(EX_USAGE, "ext_prefix or ext_if required");
sbin/ipfw/nptv6.c
268
errx(EX_USAGE, "prefixlen required");
sbin/ipfw/tables.c
1114
errx(EX_OSERR, "%s: %s", texterr, etxt);
sbin/ipfw/tables.c
1159
errx(EX_USAGE, "address required");
sbin/ipfw/tables.c
1170
errx(EX_UNAVAILABLE, "Table %s not found", oh->ntlv.name);
sbin/ipfw/tables.c
1172
errx(EX_UNAVAILABLE, "Entry %s not found", *av);
sbin/ipfw/tables.c
1174
errx(EX_UNAVAILABLE, "Table %s algo does not support "
sbin/ipfw/tables.c
1212
errx(EX_DATAERR, "bad IPv4 mask width: %s",
sbin/ipfw/tables.c
1219
errx(EX_DATAERR,
sbin/ipfw/tables.c
1222
errx(EX_DATAERR, "bad IPv6 mask width: %s",
sbin/ipfw/tables.c
1230
errx(EX_NOHOST, "hostname ``%s'' unknown", arg);
sbin/ipfw/tables.c
1245
errx(EX_DATAERR, "bad MAC mask width: %s",
sbin/ipfw/tables.c
1249
errx(EX_DATAERR, "Incorrect MAC address");
sbin/ipfw/tables.c
1266
errx(EX_DATAERR, "Invalid number: %s", arg);
sbin/ipfw/tables.c
1284
errx(EX_DATAERR,
sbin/ipfw/tables.c
1290
errx(EX_DATAERR,
sbin/ipfw/tables.c
1302
errx(EX_DATAERR, "invalid key: proto missing");
sbin/ipfw/tables.c
1309
errx(EX_DATAERR, "Unknown proto: %s",
sbin/ipfw/tables.c
1316
errx(EX_DATAERR, "Bad protocol number: %u",key);
sbin/ipfw/tables.c
1326
errx(EX_DATAERR, "invalid key: src port missing");
sbin/ipfw/tables.c
1333
errx(EX_DATAERR, "Unknown service: %s",
sbin/ipfw/tables.c
1344
errx(EX_DATAERR, "invalid key: dst ip missing");
sbin/ipfw/tables.c
1350
errx(EX_DATAERR,
sbin/ipfw/tables.c
1356
errx(EX_DATAERR,
sbin/ipfw/tables.c
1368
errx(EX_DATAERR, "invalid key: dst port missing");
sbin/ipfw/tables.c
1375
errx(EX_DATAERR, "Unknown service: %s",
sbin/ipfw/tables.c
1388
errx(EX_DATAERR, "Unsupported table type: %d", type);
sbin/ipfw/tables.c
1482
errx(EX_USAGE, "Cannot guess "
sbin/ipfw/tables.c
1489
errx(EX_OSERR, "Error requesting table %s info",
sbin/ipfw/tables.c
1492
errx(EX_DATAERR, "Table %s does not exist",
sbin/ipfw/tables.c
1500
errx(EX_USAGE, "Table %s does not exist, cannot guess "
sbin/ipfw/tables.c
1560
errx(EX_OSERR, "Unable to parse value %s", arg);
sbin/ipfw/tables.c
1669
errx(EX_USAGE, "Unable to parse %s as %s", n, etype);
sbin/ipfw/tables.c
1679
errx(EX_USAGE, "Not enough fields inside value");
sbin/ipfw/tables.c
188
errx(EX_USAGE, "table name %s is invalid", tablename);
sbin/ipfw/tables.c
204
errx(EX_USAGE, "atomic is not compatible with %s", *av);
sbin/ipfw/tables.c
218
errx(EX_USAGE, "table name required");
sbin/ipfw/tables.c
364
errx(EX_USAGE,
sbin/ipfw/tables.c
435
errx(EX_USAGE,
sbin/ipfw/tables.c
443
errx(EX_USAGE,
sbin/ipfw/tables.c
458
errx(EX_USAGE, "Unknown value type: %s. Supported: %s",
sbin/ipfw/tables.c
464
errx(EX_USAGE, "algorithm name too long");
sbin/ipfw/tables.c
509
errx(EX_DATAERR, "The existing table is not compatible "
sbin/ipfw/tables.c
564
errx(EX_USAGE, "cmd is not supported for modification");
sbin/ipfw/tables.c
679
errx(EX_USAGE, "table name %s is invalid", second);
sbin/ipfw/tables.c
686
errx(EX_USAGE, "Unable to swap table: check types");
sbin/ipfw/tables.c
688
errx(EX_USAGE, "Unable to swap table: check limits");
sbin/ipfw/tables.c
960
errx(EX_USAGE, "address required");
sbin/ipfw/tables.c
985
errx(EX_OSERR,
sbin/kldconfig/kldconfig.c
167
errx(1, "already in the module search path: %s", pathbuf);
sbin/kldconfig/kldconfig.c
214
errx(1, "not in module search path: %s", pathbuf);
sbin/kldunload/kldunload.c
93
errx(EXIT_FAILURE, "Invalid ID %s", optarg);
sbin/kldunload/kldunload.c
96
errx(EXIT_FAILURE, "can't find file %s",
sbin/ldconfig/elfhints.c
181
errx(1, "Out of memory");
sbin/ldconfig/elfhints.c
211
errx(1, "\"%s\" is unreasonably large", hintsfile);
sbin/ldconfig/elfhints.c
225
errx(1, "\"%s\": invalid file format", hintsfile);
sbin/ldconfig/elfhints.c
227
errx(1, "\"%s\": incompatible endianness requested", hintsfile);
sbin/ldconfig/elfhints.c
230
errx(1, "\"%s\": unrecognized file version (%d)", hintsfile,
sbin/ldconfig/elfhints.c
276
errx(1, "Out of memory");
sbin/ldconfig/elfhints.c
90
errx(1, "\"%s\": Too many directories in path", hintsfile);
sbin/ldconfig/ldconfig.c
66
errx(1, "aout is not supported");
sbin/md5/md5.c
364
errx(1, "malloc failed");
sbin/md5/md5.c
379
errx(1, "malloc failed");
sbin/md5/md5.c
756
errx(1, "input length was not a multiple of 8");
sbin/mdconfig/mdconfig.c
122
errx(1, "-a is mutually exclusive "
sbin/mdconfig/mdconfig.c
128
errx(1, "-d is mutually exclusive "
sbin/mdconfig/mdconfig.c
135
errx(1, "-r is mutually exclusive "
sbin/mdconfig/mdconfig.c
142
errx(1, "-l is mutually exclusive "
sbin/mdconfig/mdconfig.c
152
errx(1, "-t can be passed only once");
sbin/mdconfig/mdconfig.c
167
errx(1, "unknown type: %s", optarg);
sbin/mdconfig/mdconfig.c
171
errx(1, "-f can be passed only once");
sbin/mdconfig/mdconfig.c
223
errx(1, "unknown option: %s", optarg);
sbin/mdconfig/mdconfig.c
230
errx(1, "-s can be passed only once");
sbin/mdconfig/mdconfig.c
250
errx(1, "unknown suffix on -s argument");
sbin/mdconfig/mdconfig.c
296
errx(1, "unable to determine type");
sbin/mdconfig/mdconfig.c
300
errx(1, "only -t vnode can be used with file name");
sbin/mdconfig/mdconfig.c
325
errx(1, "must specify -s for -t malloc, -t swap, "
sbin/mdconfig/mdconfig.c
328
errx(1, "must specify -f for -t vnode");
sbin/mdconfig/mdconfig.c
331
errx(1, "-S can only be used with -a");
sbin/mdconfig/mdconfig.c
333
errx(1, "-s can only be used with -a and -r");
sbin/mdconfig/mdconfig.c
335
errx(1, "-x can only be used with -a");
sbin/mdconfig/mdconfig.c
337
errx(1, "-y can only be used with -a");
sbin/mdconfig/mdconfig.c
339
errx(1, "-f can only be used with -a and -l");
sbin/mdconfig/mdconfig.c
341
errx(1, "-t can only be used with -a");
sbin/mdconfig/mdconfig.c
343
errx(1, "file can only be used with -a");
sbin/mdconfig/mdconfig.c
346
errx(1, "-o can only be used with -a, -d, and -r");
sbin/mdconfig/mdconfig.c
349
errx(1, "only -o [no]force can be used with -d");
sbin/mdconfig/mdconfig.c
352
errx(1, "only -o [no]force and -o [no]reserve can be used with -r");
sbin/mdconfig/mdconfig.c
356
errx(1, "must specify -s for -r");
sbin/mdconfig/mdconfig.c
359
errx(1, "-v can only be used with -l");
sbin/mdconfig/mdconfig.c
364
errx(1, "bad unit: %s", uflag);
sbin/mdconfig/mdconfig.c
385
errx(1, "-d requires -u");
sbin/mdconfig/mdconfig.c
391
errx(1, "-r requires -u");
sbin/mdconfig/mdconfig.c
480
errx(1, "%s is not a regular file", fn);
sbin/mdmfs/mdmfs.c
273
errx(1, "invalid size '%s'", size_arg);
sbin/mdmfs/mdmfs.c
297
errx(1, "invalid size suffix on '%s'", size_arg);
sbin/mdmfs/mdmfs.c
339
errx(1, "bad device unit: %s", unitstr);
sbin/mdmfs/mdmfs.c
348
errx(1, "-P requires a vnode-backed disk");
sbin/mdmfs/mdmfs.c
384
errx(1, "vasprintf");
sbin/mdmfs/mdmfs.c
389
errx(1, "asprintf");
sbin/mdmfs/mdmfs.c
440
errx(1, "mdconfig (attach) exited %s %d", run_exitstr(rv),
sbin/mdmfs/mdmfs.c
475
errx(1, "mdconfig (attach) exited %s %d", run_exitstr(rv),
sbin/mdmfs/mdmfs.c
491
errx(1, "unexpected output from mdconfig (attach)");
sbin/mdmfs/mdmfs.c
499
errx(1, "unexpected output from mdconfig (attach)");
sbin/mdmfs/mdmfs.c
530
errx(1, "mount exited %s %d", run_exitstr(rv),
sbin/mdmfs/mdmfs.c
544
errx(1, "tmpfs mount exited %s %d", run_exitstr(rv),
sbin/mdmfs/mdmfs.c
617
errx(1, "newfs exited %s %d", run_exitstr(rv),
sbin/mdmfs/mdmfs.c
635
errx(1, "skel copy failed");
sbin/mdmfs/mdmfs.c
682
errx(1, "invalid user: %s", user);
sbin/mdmfs/mdmfs.c
694
errx(1, "invalid group: %s", group);
sbin/mknod/mknod.c
117
errx(1, "node must be type 'b' or 'c'");
sbin/mknod/mknod.c
122
errx(1, "%s: non-numeric major number", argv[3]);
sbin/mknod/mknod.c
127
errx(1, "%s: non-numeric minor number", argv[4]);
sbin/mknod/mknod.c
132
errx(1, "major or minor number too large");
sbin/mknod/mknod.c
72
errx(1, "%s: illegal %s name", name, type);
sbin/mknod/mknod.c
82
errx(1, "group must be specified when the owner is");
sbin/mknod/mknod.c
92
errx(1, "owner must be specified when the group is");
sbin/mksnap_ffs/mksnap_ffs.c
118
errx(1, "pathname too long %s", snapname);
sbin/mksnap_ffs/mksnap_ffs.c
133
errx(1, "%s: Not a directory", path);
sbin/mksnap_ffs/mksnap_ffs.c
140
errx(1, "Lack write permission in %s: Sticky bit set", path);
sbin/mksnap_ffs/mksnap_ffs.c
150
errx(1, "%s: Not a mount point", stfsbuf.f_mntonname);
sbin/mksnap_ffs/mksnap_ffs.c
160
errx(1, "Cannot retrieve operator gid");
sbin/mksnap_ffs/mksnap_ffs.c
182
errx(1, "File %s is not a snapshot", snapname);
sbin/mksnap_ffs/mksnap_ffs.c
62
errx(EX_USAGE, "usage: mksnap_ffs snapshot_name");
sbin/mount_cd9660/mount_cd9660.c
289
errx(EX_NOUSER, "unknown group id: %s", gname);
sbin/mount_cd9660/mount_cd9660.c
308
errx(EX_NOUSER, "unknown user id: %s", uname);
sbin/mount_cd9660/mount_cd9660.c
326
errx(EX_USAGE, "invalid file mode: %s", s);
sbin/mount_fusefs/mount_fusefs.c
189
errx(1, "daemon specified inconsistently");
sbin/mount_fusefs/mount_fusefs.c
194
errx(1, "daemon opts specified inconsistently");
sbin/mount_fusefs/mount_fusefs.c
226
errx(1, "special specified inconsistently");
sbin/mount_fusefs/mount_fusefs.c
231
errx(1, "mount path specified inconsistently");
sbin/mount_fusefs/mount_fusefs.c
258
errx(1, "special specified inconsistently");
sbin/mount_fusefs/mount_fusefs.c
261
errx(1, "if mountpoint is given via an option, special should also be given via an option");
sbin/mount_fusefs/mount_fusefs.c
265
errx(1, "mount path specified inconsistently");
sbin/mount_fusefs/mount_fusefs.c
280
errx(1, "missing special and/or mountpoint");
sbin/mount_fusefs/mount_fusefs.c
293
errx(1, "\"allow_other\" usage is banned by respective option");
sbin/mount_fusefs/mount_fusefs.c
323
errx(1, "safe mode, spawning daemon not allowed");
sbin/mount_fusefs/mount_fusefs.c
327
errx(1, "daemon specified inconsistently");
sbin/mount_fusefs/mount_fusefs.c
367
errx(1, "mounting inappropriate device");
sbin/mount_fusefs/mount_fusefs.c
371
errx(1, "mounting inappropriate device");
sbin/mount_msdosfs/mount_msdosfs.c
242
errx(EX_NOUSER, "unknown group id: %s", gname);
sbin/mount_msdosfs/mount_msdosfs.c
261
errx(EX_NOUSER, "unknown user id: %s", uname);
sbin/mount_msdosfs/mount_msdosfs.c
279
errx(EX_USAGE, "invalid file mode: %s", s);
sbin/mount_nfs/mount_nfs.c
192
errx(1, "illegal -g value -- %s", optarg);
sbin/mount_nfs/mount_nfs.c
305
errx(1,
sbin/mount_nfs/mount_nfs.c
320
errx(1,
sbin/mount_nfs/mount_nfs.c
328
errx(1, "illegal retrycnt value -- %s", val);
sbin/mount_nfs/mount_nfs.c
333
errx(1, "illegal maxgroups value -- %s", val);
sbin/mount_nfs/mount_nfs.c
338
errx(1, "illegal vers value -- "
sbin/mount_nfs/mount_nfs.c
356
errx(1, "illegal nfs version "
sbin/mount_nfs/mount_nfs.c
367
errx(1, "illegal port num -- "
sbin/mount_nfs/mount_nfs.c
390
errx(1, "illegal -R value -- %s", optarg);
sbin/mount_nfs/mount_nfs.c
432
errx(1, "Options bg and bgnow are mutually exclusive");
sbin/mount_nfs/mount_nfs.c
455
errx(1, "nfscl is not available");
sbin/mount_nfs/mount_nfs.c
486
errx(1, "nmount: %s, %s", mntpath, nmount_errstr);
sbin/mount_nullfs/mount_nullfs.c
102
errx(EX_USAGE, "%s: must be either a file or directory",
sbin/mount_nullfs/mount_nullfs.c
106
errx(EX_USAGE,
sbin/mount_unionfs/mount_unionfs.c
106
errx(EX_NOUSER, "unknown user id: %s", s);
sbin/mount_unionfs/mount_unionfs.c
170
errx(EX_USAGE, "%s (%s) and %s (%s) are not distinct paths",
sbin/mount_unionfs/mount_unionfs.c
87
errx(EX_NOUSER, "unknown group id: %s", s);
sbin/natd/natd.c
1377
errx (1, "%s needs yes/no parameter", option);
sbin/natd/natd.c
1382
errx (1, "%s needs service name or "
sbin/natd/natd.c
1396
errx (1, "%s needs numeric parameter", option);
sbin/natd/natd.c
1402
errx (1, "%s needs parameter", option);
sbin/natd/natd.c
1407
errx (1, "%s does not take parameters", option);
sbin/natd/natd.c
1412
errx (1, "%s needs address/host parameter", option);
sbin/natd/natd.c
1504
errx(1, "Unknown log facility name: %s", strValue);
sbin/natd/natd.c
1528
errx(1, "Incorrect exit delay: %d", numValue);
sbin/natd/natd.c
1550
errx(1, "config file format error: "
sbin/natd/natd.c
1637
errx (1, "redirect_port: strdup() failed");
sbin/natd/natd.c
1643
errx (1, "redirect_port: missing protocol");
sbin/natd/natd.c
1651
errx (1, "redirect_port: missing local address");
sbin/natd/natd.c
1661
errx (1, "redirect_port: invalid local port range");
sbin/natd/natd.c
1673
errx (1, "redirect_port: missing public port");
sbin/natd/natd.c
1678
errx (1, "redirect_port: invalid public port range");
sbin/natd/natd.c
1683
errx (1, "redirect_port: invalid public port range");
sbin/natd/natd.c
1697
errx (1, "redirect_port: invalid remote port range");
sbin/natd/natd.c
1717
errx (1, "redirect_port: port ranges must be equal in size");
sbin/natd/natd.c
1721
errx (1, "redirect_port: remote port must be 0 or equal to local port range in size");
sbin/natd/natd.c
1745
errx(1, "redirect_port: invalid local port range");
sbin/natd/natd.c
1749
errx(1, "redirect_port: local port must be single in this context");
sbin/natd/natd.c
1772
errx (1, "redirect_port: strdup() failed");
sbin/natd/natd.c
1778
errx(1, "redirect_proto: missing protocol");
sbin/natd/natd.c
1782
errx(1, "redirect_proto: unknown protocol %s", protoName);
sbin/natd/natd.c
1790
errx(1, "redirect_proto: missing local address");
sbin/natd/natd.c
1830
errx (1, "redirect_port: strdup() failed");
sbin/natd/natd.c
1836
errx (1, "redirect_address: missing local address");
sbin/natd/natd.c
1851
errx (1, "redirect_address: missing public address");
sbin/natd/natd.c
1880
errx (1, "unknown host %s", str);
sbin/natd/natd.c
1897
errx (1, "%s/%s: unknown service", str, proto);
sbin/natd/natd.c
1929
errx (1, "%s/%s: unknown service", str, proto);
sbin/natd/natd.c
1940
errx (1, "invalid port range %s", str);
sbin/natd/natd.c
1955
errx (1, "unknown protocol %s. Expected tcp or udp", str);
sbin/natd/natd.c
1965
errx (1, "%s is missing port number", str);
sbin/natd/natd.c
1980
errx(1, "punch_fw: basenumber:count parameter required");
sbin/natd/natd.c
1983
errx(1, "punch_fw: basenumber:count parameter should fit "
sbin/natd/natd.c
1996
errx(1, "skinny_port: port parameter required");
sbin/natd/natd.c
200
errx (1, "instance %s: aliasing address not given", mip->name);
sbin/natd/natd.c
203
errx (1, "both alias address and interface "
sbin/natd/natd.c
210
errx (1, "both input and output ports are required");
sbin/natd/natd.c
909
errx(1, "malloc failed");
sbin/natd/natd.c
941
errx(1, "unknown interface name %s", ifn);
sbin/newfs/mkfs.c
1211
errx(1, "ilog2: %d is not a power of 2\n", val);
sbin/newfs/mkfs.c
451
errx(31, "calloc failed");
sbin/newfs/newfs.c
147
errx(1, "bad volume label. Valid characters "
sbin/newfs/newfs.c
151
errx(1, "bad volume label. Length is longer than %d.",
sbin/newfs/newfs.c
161
errx(1, "%s: bad file system format value",
sbin/newfs/newfs.c
170
errx(1, "%s: bad sector size", optarg);
sbin/newfs/newfs.c
191
errx(1, "%s: bad maximum contiguous blocks",
sbin/newfs/newfs.c
197
errx(1, "%s: bad block size",
sbin/newfs/newfs.c
200
errx(1, "%s: block size too small, min is %d",
sbin/newfs/newfs.c
203
errx(1, "%s: block size too large, max is %d",
sbin/newfs/newfs.c
209
errx(1, "%s: bad blocks per cylinder group",
sbin/newfs/newfs.c
215
errx(1, "%s: bad extent block size", optarg);
sbin/newfs/newfs.c
220
errx(1, "%s: bad blocks per file in a cylinder group",
sbin/newfs/newfs.c
226
errx(1, "%s: bad fragment size", optarg);
sbin/newfs/newfs.c
231
errx(1, "%s: bad average file size", optarg);
sbin/newfs/newfs.c
236
errx(1, "%s: bad average files per dir", optarg);
sbin/newfs/newfs.c
241
errx(1, "%s: bad bytes per inode", optarg);
sbin/newfs/newfs.c
248
errx(1, "%s: bad metadata space %%", optarg);
sbin/newfs/newfs.c
255
errx(1, "%s: bad free space %%", optarg);
sbin/newfs/newfs.c
266
errx(1,
sbin/newfs/newfs.c
275
errx(1, "%s: bad reserved size", optarg);
sbin/newfs/newfs.c
287
errx(1, "%s: bad file system size", optarg);
sbin/newfs/newfs.c
322
errx(1, "%s: ", special);
sbin/newfs/newfs.c
326
errx(1, "%s: %s", special, disk.d_error);
sbin/newfs/newfs.c
357
errx(1, "%s: can't figure out file system partition",
sbin/newfs/newfs.c
365
errx(1, "%s: `%c' partition is unavailable",
sbin/newfs/newfs.c
368
errx(1, "%s: `%c' partition overlaps boot program",
sbin/newfs/newfs.c
381
errx(1, "%s: no default sector size", special);
sbin/newfs/newfs.c
395
errx(1, "Cannot enable both soft updates and GEOM journaling");
sbin/newfs/newfs.c
421
errx(1, "%s: reserved not less than device size %jd",
sbin/newfs/newfs.c
426
errx(1, "%s: maximum file system size is %jd",
sbin/newfs_msdos/mkfs_msdos.c
299
errx(1, "o.create_size must be set!");
sbin/newfs_msdos/mkfs_msdos.c
913
errx(1, "%s is not a regular file", fname);
sbin/newfs_msdos/newfs_msdos.c
103
errx(1, "%s: bad FAT type", optarg);
sbin/newfs_msdos/newfs_msdos.c
178
errx(1, "align (-A) is incompatible with -r");
sbin/newfs_msdos/newfs_msdos.c
201
errx(1, "%s: bad %s", arg, msg);
sbin/newfs_msdos/newfs_msdos.c
218
errx(1, "%s: bad %s", arg, msg);
sbin/newfs_msdos/newfs_msdos.c
222
errx(1, "%s: bad %s", arg, msg);
sbin/newfs_msdos/newfs_msdos.c
249
errx(1, "%s: not supported yet %s", arg, msg);
sbin/newfs_msdos/newfs_msdos.c
64
errx(EXIT_FAILURE, "Can't parse timestamp '%s'", b);
sbin/nfsiod/nfsiod.c
72
errx(1, "NFS support is not available in the running kernel");
sbin/nvmecontrol/connect.c
209
errx(EX_USAGE, "Invalid number of I/O queues");
sbin/nvmecontrol/connect.c
214
errx(EX_USAGE, "Unsupported or invalid transport");
sbin/nvmecontrol/connect.c
218
errx(EX_USAGE, "Explicit port required");
sbin/nvmecontrol/connect.c
241
errx(EX_USAGE, "Invalid number of I/O queues");
sbin/nvmecontrol/connect.c
246
errx(EX_USAGE, "Unsupported or invalid transport");
sbin/nvmecontrol/discover.c
256
errx(EX_USAGE, "Unsupported or invalid transport");
sbin/nvmecontrol/fabrics.c
121
errx(EX_USAGE, "Invalid address %s", in_address);
sbin/nvmecontrol/fabrics.c
143
errx(EX_USAGE, "Invalid controller ID");
sbin/nvmecontrol/fabrics.c
237
errx(EX_UNAVAILABLE, "Unsupported transport %s",
sbin/nvmecontrol/fabrics.c
245
errx(EX_USAGE, "Invalid HostNQN %s", hostnqn);
sbin/nvmecontrol/fabrics.c
259
errx(EX_IOERR, "Failed to connect to discovery controller: %s",
sbin/nvmecontrol/fabrics.c
296
errx(EX_IOERR, "Controller failed to become ready");
sbin/nvmecontrol/fabrics.c
81
errx(EX_USAGE, "Invalid address %s", in_address);
sbin/nvmecontrol/fabrics.c
98
errx(EX_USAGE, "Invalid address %s", in_address);
sbin/nvmecontrol/firmware.c
141
errx(EX_USAGE, "size of file '%s' is too large (%jd bytes)",
sbin/nvmecontrol/firmware.c
145
errx(EX_OSERR, "unable to malloc %d bytes", filesize);
sbin/nvmecontrol/firmware.c
150
errx(EX_IOERR,
sbin/nvmecontrol/firmware.c
174
errx(EX_OSERR, "unable to malloc %zd bytes", (size_t)max_xfer_size);
sbin/nvmecontrol/firmware.c
192
errx(EX_IOERR, "firmware download request returned error");
sbin/nvmecontrol/firmware.c
222
errx(EX_IOERR, "firmware activate request returned error");
sbin/nvmecontrol/firmware.c
279
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/firmware.c
284
errx(EX_UNAVAILABLE,
sbin/nvmecontrol/firmware.c
290
errx(EX_UNAVAILABLE, "slot %d is marked as read only", opt.slot);
sbin/nvmecontrol/firmware.c
295
errx(EX_UNAVAILABLE,
sbin/nvmecontrol/firmware.c
301
errx(EX_UNAVAILABLE,
sbin/nvmecontrol/format.c
161
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/format.c
163
errx(EX_UNAVAILABLE, "controller does not support format");
sbin/nvmecontrol/format.c
166
errx(EX_UNAVAILABLE, "controller does not support cryptographic erase");
sbin/nvmecontrol/format.c
171
errx(EX_UNAVAILABLE, "controller does not support per-NS format");
sbin/nvmecontrol/format.c
174
errx(EX_UNAVAILABLE, "controller does not support per-NS erase");
sbin/nvmecontrol/format.c
178
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/format.c
182
errx(EX_USAGE, "LBA format is out of range");
sbin/nvmecontrol/format.c
212
errx(EX_IOERR, "format request returned error");
sbin/nvmecontrol/identify.c
194
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/identify.c
218
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/logpage.c
185
errx(EX_OSERR, "unable to malloc %u bytes", size);
sbin/nvmecontrol/logpage.c
225
errx(EX_IOERR, "get log page request returned error");
sbin/nvmecontrol/logpage.c
750
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/logpage.c
761
errx(EX_USAGE, "log page %d valid only at controller level",
sbin/nvmecontrol/logpage.c
764
errx(EX_UNAVAILABLE,
sbin/nvmecontrol/modules/wdc/wdc.c
127
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/modules/wdc/wdc.c
157
errx(EX_IOERR, "wdc_get_data request returned error");
sbin/nvmecontrol/modules/wdc/wdc.c
179
errx(EX_OSERR, "Can't get buffer to read dump");
sbin/nvmecontrol/modules/wdc/wdc.c
193
errx(EX_OSERR, "Can't get buffer to read dump");
sbin/nvmecontrol/modules/wdc/wdc.c
205
errx(EX_PROTOCOL, "No data for %s", suffix);
sbin/nvmecontrol/modules/wdc/wdc.c
247
errx(EX_IOERR, "wdc_get_data_dui request returned error");
sbin/nvmecontrol/modules/wdc/wdc.c
281
errx(EX_OSERR, "Can't get buffer to read header");
sbin/nvmecontrol/modules/wdc/wdc.c
314
errx(EX_PROTOCOL, "ERROR : No valid header ");
sbin/nvmecontrol/modules/wdc/wdc.c
334
errx(EX_PROTOCOL, "No data for %s", suffix);
sbin/nvmecontrol/modules/wdc/wdc.c
342
errx(EX_OSERR, "Can't get buffer to read dump");
sbin/nvmecontrol/modules/wdc/wdc.c
387
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/modules/wdc/wdc.c
401
errx(EX_UNAVAILABLE, "ERROR : WDC: unsupported device (%#x) for this command", vid);
sbin/nvmecontrol/ns.c
416
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/ns.c
420
errx(EX_UNAVAILABLE, "controller does not support namespace management");
sbin/nvmecontrol/ns.c
432
errx(EX_IOERR, "identify request returned error");
sbin/nvmecontrol/ns.c
461
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/ns.c
465
errx(EX_UNAVAILABLE, "controller does not support namespace management");
sbin/nvmecontrol/ns.c
477
errx(EX_IOERR, "identify request returned error");
sbin/nvmecontrol/ns.c
506
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/ns.c
510
errx(EX_UNAVAILABLE, "controller does not support namespace management");
sbin/nvmecontrol/ns.c
521
errx(EX_IOERR, "identify request returned error");
sbin/nvmecontrol/ns.c
567
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/ns.c
571
errx(EX_UNAVAILABLE, "controller does not support namespace management");
sbin/nvmecontrol/ns.c
619
errx(EX_IOERR, "ioctl request to %s failed: %d", create_opt.dev, result);
sbin/nvmecontrol/ns.c
622
errx(EX_IOERR, "namespace creation failed: %s",
sbin/nvmecontrol/ns.c
656
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/ns.c
660
errx(EX_UNAVAILABLE, "controller does not support namespace management");
sbin/nvmecontrol/ns.c
671
errx(EX_IOERR, "ioctl request to %s failed: %d", delete_opt.dev, result);
sbin/nvmecontrol/ns.c
674
errx(EX_IOERR, "namespace deletion failed: %s",
sbin/nvmecontrol/ns.c
721
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/ns.c
725
errx(EX_UNAVAILABLE, "controller does not support namespace management");
sbin/nvmecontrol/ns.c
738
errx(EX_IOERR, "identify request returned error");
sbin/nvmecontrol/ns.c
756
errx(EX_IOERR, "ioctl request to %s failed: %d", attach_opt.dev, result);
sbin/nvmecontrol/ns.c
759
errx(EX_IOERR, "namespace attach failed: %s",
sbin/nvmecontrol/ns.c
791
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/ns.c
795
errx(EX_UNAVAILABLE, "controller does not support namespace management");
sbin/nvmecontrol/ns.c
809
errx(EX_IOERR, "identify request returned error");
sbin/nvmecontrol/ns.c
833
errx(EX_IOERR, "ioctl request to %s failed: %d", detach_opt.dev, result);
sbin/nvmecontrol/ns.c
836
errx(EX_IOERR, "namespace detach failed: %s",
sbin/nvmecontrol/ns.c
868
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/ns.c
872
errx(EX_UNAVAILABLE, "controller does not support namespace management");
sbin/nvmecontrol/ns.c
884
errx(EX_IOERR, "identify request returned error");
sbin/nvmecontrol/ns.c
921
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/ns.c
925
errx(EX_UNAVAILABLE, "controller does not support namespace management");
sbin/nvmecontrol/ns.c
939
errx(EX_IOERR, "identify request returned error");
sbin/nvmecontrol/ns.c
949
errx(EX_UNAVAILABLE, "namespace %d is not allocated", nsid);
sbin/nvmecontrol/passthru.c
167
errx(EX_USAGE, "need exactly one of --read or --write");
sbin/nvmecontrol/passthru.c
169
errx(EX_USAGE, "need exactly one of --read or --write");
sbin/nvmecontrol/passthru.c
183
errx(EX_UNAVAILABLE, "metadata not supported on FreeBSD");
sbin/nvmecontrol/power.c
117
errx(EX_IOERR, "set feature power mgmt request returned error");
sbin/nvmecontrol/power.c
133
errx(EX_IOERR, "set feature power mgmt request returned error");
sbin/nvmecontrol/power.c
165
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/resv.c
266
errx(EX_IOERR, "acquire request returned error");
sbin/nvmecontrol/resv.c
305
errx(EX_IOERR, "register request returned error");
sbin/nvmecontrol/resv.c
343
errx(EX_IOERR, "release request returned error");
sbin/nvmecontrol/resv.c
383
errx(EX_IOERR, "report request returned error");
sbin/nvmecontrol/sanitize.c
159
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/sanitize.c
161
errx(EX_UNAVAILABLE, "controller does not support Block Erase");
sbin/nvmecontrol/sanitize.c
163
errx(EX_UNAVAILABLE, "controller does not support Overwrite");
sbin/nvmecontrol/sanitize.c
165
errx(EX_UNAVAILABLE, "controller does not support Crypto Erase");
sbin/nvmecontrol/sanitize.c
172
errx(EX_UNAVAILABLE, "can't sanitize one of namespaces, specify controller");
sbin/nvmecontrol/sanitize.c
184
errx(EX_IOERR, "sanitize request returned error");
sbin/nvmecontrol/selftest.c
100
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/selftest.c
103
errx(EX_UNAVAILABLE, "controller does not support self-test");
sbin/nvmecontrol/selftest.c
70
errx(EX_UNAVAILABLE, "device self-test in progress");
sbin/nvmecontrol/selftest.c
72
errx(EX_IOERR, "self-test request returned error");
sbin/nvmecontrol/selftest.c
95
errx(EX_USAGE, "must specify a Self-test Code");
sbin/nvmecontrol/selftest.c
97
errx(EX_DATAERR, "illegal Self-test Code 0x%x", opt.stc);
sbin/nvmecontrol/telemetry.c
112
errx(EX_USAGE, "Data area %d is not in the range 1-3\n", opt.da);
sbin/nvmecontrol/telemetry.c
114
errx(EX_USAGE, "No output file specified");
sbin/nvmecontrol/telemetry.c
127
errx(EX_IOERR, "Identify request failed");
sbin/nvmecontrol/telemetry.c
131
errx(EX_UNAVAILABLE, "Drive does not support telemetry");
sbin/nvmecontrol/telemetry.c
133
errx(EX_UNAVAILABLE, "Cannot operate on namespace");
sbin/nvmecontrol/telemetry.c
155
errx(EX_USAGE, "Impossible data area %d", opt.da);
sbin/pfctl/parse.y
1034
errx(1, "pfa_anchor: anchors too deep");
sbin/pfctl/parse.y
1310
errx(1, "pfa_anchor: anchors too deep");
sbin/pfctl/parse.y
4219
errx(1, "host: strlcpy");
sbin/pfctl/parse.y
4861
errx(1, "state_opt_item: strlcpy");
sbin/pfctl/parse.y
6080
errx(1, "%s: label too long", __func__);
sbin/pfctl/parse.y
6085
errx(1, "%s: label too long", __func__);
sbin/pfctl/parse.y
6251
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6285
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6288
errx(1, "%s: strlcat", __func__);
sbin/pfctl/parse.y
6291
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6294
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6316
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6319
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6322
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6405
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6408
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6430
errx(1, "%s strlcpy", __func__);
sbin/pfctl/parse.y
6434
errx(1, "%s strlcpy", __func__);
sbin/pfctl/parse.y
6438
errx(1, "%s strlcpy", __func__);
sbin/pfctl/parse.y
6507
errx(1, "%s: tagname", __func__);
sbin/pfctl/parse.y
6510
errx(1, "%s: match_tagname", __func__);
sbin/pfctl/parse.y
6512
errx(1, "%s: qname", __func__);
sbin/pfctl/parse.y
6544
errx(1, "%s: r->tagname", __func__);
sbin/pfctl/parse.y
6547
errx(1, "%s: r->match_tagname", __func__);
sbin/pfctl/parse.y
6549
errx(1, "%s: r->qname", __func__);
sbin/pfctl/parse.y
6695
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6834
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6837
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6890
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
6893
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/parse.y
7834
errx(1, "new path is too long for %s@%s\n",
sbin/pfctl/parse.y
7852
errx(1, "%s@%s exists already\n",
sbin/pfctl/parse.y
8384
errx(1, "anchorrule: strlcpy");
sbin/pfctl/parse.y
8396
errx(1, "anchorrule: strlcpy");
sbin/pfctl/pfctl.c
1026
errx(1, "%s: strdup", __func__);
sbin/pfctl/pfctl.c
1035
errx(1, "%s: key must be "
sbin/pfctl/pfctl.c
1040
errx(1, "invalid protocol: %s", tokens[0]);
sbin/pfctl/pfctl.c
1050
errx(1, "invalid direction: %s", tokens[2]);
sbin/pfctl/pfctl.c
1053
errx(1, "invalid host: %s", tokens[sidx]);
sbin/pfctl/pfctl.c
1055
errx(1, "invalid host: %s", tokens[didx]);
sbin/pfctl/pfctl.c
1072
errx(1, "pfctl_parse_host: strdup");
sbin/pfctl/pfctl.c
1305
errx(1, "%s: unexpected format %d", __func__, format);
sbin/pfctl/pfctl.c
1361
errx(1, "%s format is not PFCTL_SHOW_LABELS", __func__);
sbin/pfctl/pfctl.c
1383
errx(1, "source limiter id: %s", errstr);
sbin/pfctl/pfctl.c
1438
errx(1, "%s: unexpected format %d", __func__, format);
sbin/pfctl/pfctl.c
1458
errx(1, "source limiter id unspecified");
sbin/pfctl/pfctl.c
1460
errx(1, "source limiter address unspecified");
sbin/pfctl/pfctl.c
1464
errx(1, "source limiter id: %s", errstr);
sbin/pfctl/pfctl.c
1472
errx(1, "source limiter address: %s", gai_strerror(error));
sbin/pfctl/pfctl.c
1485
errx(1, "source limiter %u not found", id);
sbin/pfctl/pfctl.c
1487
errx(1, "source limiter %u: %s not found", id, source);
sbin/pfctl/pfctl.c
1518
errx(1, "calloc");
sbin/pfctl/pfctl.c
1633
errx(1, "calloc");
sbin/pfctl/pfctl.c
1653
errx(1, "%s", pf_strerror(ret));
sbin/pfctl/pfctl.c
1657
errx(1, "%s", pf_strerror(ret));
sbin/pfctl/pfctl.c
1853
errx(1, "calloc");
sbin/pfctl/pfctl.c
1878
errx(1, "%s", pf_strerror(ret));
sbin/pfctl/pfctl.c
1883
errx(1, "%s", pf_strerror(ret));
sbin/pfctl/pfctl.c
2128
errx(ret, "Failed to retrieve creators");
sbin/pfctl/pfctl.c
2171
errx(1, "Invalid rule type %d", r->action);
sbin/pfctl/pfctl.c
2209
errx(1, "pfctl_append_rule: strlcpy");
sbin/pfctl/pfctl.c
2218
errx(1, "pfctl_append_eth_rule: strlcpy");
sbin/pfctl/pfctl.c
2418
errx(1, "pfctl_load_eth_rule: strlcpy");
sbin/pfctl/pfctl.c
2567
errx(1, "pfctl_load_rule: no transaction");
sbin/pfctl/pfctl.c
2573
errx(1, "pfctl_load_rule: strlcpy");
sbin/pfctl/pfctl.c
2641
errx(1, "qtype not configured");
sbin/pfctl/pfctl.c
2643
errx(1, "%s: driver does not support "
sbin/pfctl/pfctl.c
2720
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/pfctl.c
2723
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/pfctl.c
2740
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/pfctl.c
2743
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/pfctl.c
3123
errx(1, "pfctl_set_logif: strdup");
sbin/pfctl/pfctl.c
3305
errx(1, "pfctl_set_interface_flags: strlcpy");
sbin/pfctl/pfctl.c
3417
errx(1, "%s", pf_strerror(ret));
sbin/pfctl/pfctl.c
3472
errx(1, "%s failed to retrieve list of anchors, can't continue",
sbin/pfctl/pfctl.c
3604
errx(1, "%s is ambiguous", cmd);
sbin/pfctl/pfctl.c
3812
errx(1, "-N and -r are mutually exclusive");
sbin/pfctl/pfctl.c
3840
errx(1, "anchor name must not be empty");
sbin/pfctl/pfctl.c
3847
errx(1, "anchor names beginning with '_' cannot "
sbin/pfctl/pfctl.c
3859
errx(1, "anchor name '%s' too long",
sbin/pfctl/pfctl.c
3896
errx(1, "%s: calloc", __func__);
sbin/pfctl/pfctl.c
4005
errx(1, "No such anchor %s", anchorname);
sbin/pfctl/pfctl.c
443
errx(1, "pf already enabled");
sbin/pfctl/pfctl.c
445
errx(1, "pfil registration failed");
sbin/pfctl/pfctl.c
466
errx(1, "pf not enabled");
sbin/pfctl/pfctl.c
688
errx(1, "getaddrinfo: %s", gai_strerror(ret_ga));
sbin/pfctl/pfctl.c
697
errx(1, "prefix is %s: %s", errstr, p);
sbin/pfctl/pfctl.c
957
errx(1, "label too long: %s", state_kill[1]);
sbin/pfctl/pfctl_altq.c
1259
errx(1, "getifspeed: strlcpy");
sbin/pfctl/pfctl_altq.c
1276
errx(1, "getifmtu: strlcpy");
sbin/pfctl/pfctl_optimize.c
1224
errx(1, "Need to add skip step comparitor to pfctl?!");
sbin/pfctl/pfctl_optimize.c
986
errx(1, "skip_compare() out of bounds");
sbin/pfctl/pfctl_osfp.c
594
errx(1, "fingerprint class \"nomatch\" is reserved");
sbin/pfctl/pfctl_parser.c
2141
errx(1, "pfctl_add_trans: strlcpy");
sbin/pfctl/pfctl_parser.c
2154
errx(1, "pfctl_get_ticket: assertion failed");
sbin/pfctl/pfctl_qstats.c
238
errx(1, "parent %s not found", altq.parent);
sbin/pfctl/pfctl_table.c
150
errx(1, "pfctl_table: strlcpy");
sbin/pfctl/pfctl_table.c
154
errx(1, "pfctl_table: strlcpy");
sbin/pfctl/pfctl_table.c
265
errx(1, "expiry time: %s", errstr);
sbin/pfctl/pfctl_table.c
493
errx(1, "print_addrx: strlcpy");
sbin/pfctl/pfctl_table.c
593
errx(1, "%s: strlcpy", __func__);
sbin/pfctl/pfctl_table.c
675
errx(1, "%s", pf_strerror(errno));
sbin/pfilctl/pfilctl.c
76
errx(1, "ambiguous command: %s", argv[0]);
sbin/pfilctl/pfilctl.c
80
errx(1, "unknown command: %s", argv[0]);
sbin/pflowctl/pflowctl.c
107
errx(1, "pflow.ko is not loaded.");
sbin/pflowctl/pflowctl.c
159
errx(1, "pflow.ko is not loaded.");
sbin/pflowctl/pflowctl.c
201
errx(1, "pflow.ko is not loaded.");
sbin/pflowctl/pflowctl.c
330
errx(1, "pflow.ko is not loaded.");
sbin/pflowctl/pflowctl.c
410
errx(1, "pflow.ko is not loaded.");
sbin/pflowctl/pflowctl.c
453
errx(1, "%s bad value", val);
sbin/pflowctl/pflowctl.c
482
errx(1, "error in parsing address string: %s",
sbin/ping/main.c
158
errx(EX_NOHOST, "cannot resolve %s: %s",
sbin/ping/main.c
171
errx(EX_NOHOST, "cannot resolve %s", target);
sbin/ping/ping.c
1636
errx(EX_USAGE,
sbin/ping/ping.c
289
errx(EX_USAGE, "invalid PCP: `%s'", optarg);
sbin/ping/ping.c
295
errx(EX_USAGE,
sbin/ping/ping.c
319
errx(EX_USAGE, "invalid payload size: `%s'",
sbin/ping/ping.c
333
errx(EX_USAGE, "invalid payload size: `%s'",
sbin/ping/ping.c
350
errx(EX_USAGE, "invalid payload size: `%s'",
sbin/ping/ping.c
363
errx(EX_USAGE,
sbin/ping/ping.c
371
errx(EX_USAGE, "invalid timing interval: `%s'",
sbin/ping/ping.c
387
errx(EX_USAGE,
sbin/ping/ping.c
406
errx(EX_USAGE, "invalid message: `%c'", optarg[0]);
sbin/ping/ping.c
413
errx(EX_USAGE, "invalid TTL: `%s'", optarg);
sbin/ping/ping.c
432
errx(1, "invalid security policy");
sbin/ping/ping.c
458
errx(EX_USAGE, "invalid packet size: `%s'",
sbin/ping/ping.c
471
errx(EX_USAGE, "invalid multicast TTL: `%s'",
sbin/ping/ping.c
479
errx(EX_USAGE, "invalid timeout: `%s'",
sbin/ping/ping.c
482
errx(EX_USAGE, "invalid timeout: `%s' > %d",
sbin/ping/ping.c
500
errx(EX_USAGE, "invalid timing interval: `%s'",
sbin/ping/ping.c
509
errx(EX_USAGE, "invalid TOS: `%s'", optarg);
sbin/ping/ping.c
538
errx(EX_USAGE, "ICMP_TSTAMP and ICMP_MASKREQ are exclusive.");
sbin/ping/ping.c
546
errx(EX_USAGE, "packet size too large: %d > %d", datalen,
sbin/ping/ping.c
562
errx(EX_NOHOST, "cannot resolve %s: %s",
sbin/ping/ping.c
568
errx(1, "gethostbyname2: illegal address");
sbin/ping/ping.c
590
errx(EX_NOHOST, "cannot resolve %s: %s",
sbin/ping/ping.c
594
errx(1, "gethostbyname2 returned an illegal address");
sbin/ping/ping.c
615
errx(EX_USAGE, "-f and -i: incompatible options");
sbin/ping/ping.c
618
errx(EX_USAGE,
sbin/ping/ping.c
622
errx(EX_USAGE,
sbin/ping/ping.c
655
errx(EX_CONFIG, "%s", ipsec_strerror());
sbin/ping/ping.c
666
errx(EX_CONFIG, "%s", ipsec_strerror());
sbin/ping/ping.c
731
errx(EX_UNAVAILABLE,
sbin/ping/ping.c
774
errx(EX_USAGE,
sbin/ping/ping.c
778
errx(EX_USAGE, "Invalid sweep maximum");
sbin/ping/ping.c
781
errx(EX_USAGE,
sbin/ping/ping.c
793
errx(EX_USAGE, "Maximum sweep size must be specified");
sbin/ping/ping.c
903
errx(EX_OSERR, "descriptor too large");
sbin/ping/ping6.c
1398
errx(1, "internal error; length mismatch");
sbin/ping/ping6.c
2640
errx(1, "patterns must be specified as hex digits");
sbin/ping/ping6.c
2674
errx(1, "%s", ipsec_strerror());
sbin/ping/ping6.c
362
errx(1,
sbin/ping/ping6.c
381
errx(1, "invalid socket buffer size");
sbin/ping/ping6.c
383
errx(1,
sbin/ping/ping6.c
390
errx(1, "illegal vlan pcp %s", optarg);
sbin/ping/ping6.c
392
errx(1, "illegal vlan pcp -- %s", optarg);
sbin/ping/ping6.c
397
errx(1,
sbin/ping/ping6.c
409
errx(1, "Must be superuser to flood ping");
sbin/ping/ping6.c
424
errx(1, "illegal hoplimit %s", optarg);
sbin/ping/ping6.c
426
errx(1,
sbin/ping/ping6.c
439
errx(1, "illegal timing interval %s", optarg);
sbin/ping/ping6.c
441
errx(1, "%s: only root may use interval < 1s",
sbin/ping/ping6.c
448
errx(1, "illegal timing interval %s", optarg);
sbin/ping/ping6.c
459
errx(1, "Must be superuser to preload");
sbin/ping/ping6.c
463
errx(1, "illegal preload value -- %s", optarg);
sbin/ping/ping6.c
470
errx(1, "-%c is not supported on this platform", ch);
sbin/ping/ping6.c
505
errx(1, "invalid source address: %s",
sbin/ping/ping6.c
520
errx(1, "illegal datalen value -- %s", optarg);
sbin/ping/ping6.c
522
errx(1,
sbin/ping/ping6.c
545
errx(EX_USAGE, "invalid timing interval: `%s'",
sbin/ping/ping6.c
553
errx(EX_USAGE, "invalid timeout: `%s'",
sbin/ping/ping6.c
556
errx(EX_USAGE, "invalid timeout: `%s' > %d",
sbin/ping/ping6.c
571
errx(1, "illegal traffic class %s", optarg);
sbin/ping/ping6.c
573
errx(1,
sbin/ping/ping6.c
582
errx(1, "strdup");
sbin/ping/ping6.c
585
errx(1, "strdup");
sbin/ping/ping6.c
587
errx(1, "invalid security policy");
sbin/ping/ping6.c
620
errx(1, "too many intermediate hops");
sbin/ping/ping6.c
644
errx(EX_NOHOST, "cannot resolve %s: %s",
sbin/ping/ping6.c
652
errx(EX_NOHOST, "cannot resolve %s", target);
sbin/ping/ping6.c
688
errx(1, "cap_getaddrinfo for the gateway %s: %s",
sbin/ping/ping6.c
741
errx(1, "-f and -i incompatible options");
sbin/ping/ping6.c
809
errx(1, "%s", ipsec_strerror());
sbin/ping/ping6.c
811
errx(1, "%s", ipsec_strerror());
sbin/ping/ping6.c
896
errx(1, "can't allocate enough memory");
sbin/ping/ping6.c
914
errx(1, "%s: invalid interface name", ifname);
sbin/ping/ping6.c
917
errx(1, "%s: invalid interface name", ifname);
sbin/ping/ping6.c
953
errx(1, "can't initialize rthdr");
sbin/ping/ping6.c
961
errx(1, "%s", gai_strerror(error));
sbin/ping/ping6.c
963
errx(1,
sbin/ping/ping6.c
967
errx(1, "can't add an intermediate node");
sbin/quotacheck/quotacheck.c
191
errx(1, "%s: can't open", FSTAB);
sbin/quotacheck/quotacheck.c
251
errx(1, "null quotafile information passed to chkquota()\n");
sbin/quotacheck/quotacheck.c
258
errx(1,
sbin/quotacheck/quotacheck.c
269
errx(1,
sbin/quotacheck/quotacheck.c
338
errx(1, "CG %d: BAD MAGIC NUMBER\n", cg);
sbin/quotacheck/quotacheck.c
549
errx(1, "calloc failed");
sbin/quotacheck/quotacheck.c
586
errx(1, "bad inode number %ju to nextinode",
sbin/quotacheck/quotacheck.c
621
errx(1, "bad inode number %ju to setinodebuf", (uintmax_t)inum);
sbin/quotacheck/quotacheck.c
642
errx(1, "cannot allocate space for inode buffer");
sbin/quotacheck/quotacheck.c
666
errx(1, "blkread failed on block %ld", (long)bno);
sbin/rcorder/ealloc.c
64
errx(2, "Cannot allocate memory.");
sbin/reboot/reboot.c
207
errx(1, "No = in environment string %s", raw);
sbin/reboot/reboot.c
211
errx(1, "Invalid null value %s=", raw);
sbin/reboot/reboot.c
214
errx(1, "Invalid string '%s'", eq);
sbin/reboot/reboot.c
229
errx(1, "No memory to build env array");
sbin/reboot/reboot.c
345
errx(1, "Reboot cannot be done, " _PATH_NOSHUTDOWN
sbin/reboot/reboot.c
350
errx(1, "cannot delete existing nextboot config and do anything else");
sbin/reboot/reboot.c
352
errx(1, "cannot dump (-d) when halting; must reboot instead");
sbin/reboot/reboot.c
354
errx(1, "-N cannot be used with -n");
sbin/reboot/reboot.c
356
errx(1, "-c and -p cannot be used together");
sbin/reboot/reboot.c
358
errx(1, "-r cannot be used with -c, -d, -n, or -p");
sbin/reboot/reboot.c
360
errx(1, "-r cannot be performed in fast mode");
sbin/reboot/reboot.c
362
errx(1, "-r and -k cannot be used together, there is no next kernel");
sbin/reboot/reboot.c
402
errx(1, "No memory to check %s", kernel);
sbin/reboot/reboot.c
406
errx(1, "%s is not a file", k);
sbin/reboot/reboot.c
521
errx(1, "%s%s", kill(1, SIGHUP) == -1 ? "(can't restart init): " : "",
sbin/recoverdisk/recoverdisk.c
556
errx(1, "Input must be device or regular file");
sbin/recoverdisk/recoverdisk.c
587
errx(1,
sbin/recoverdisk/recoverdisk.c
594
errx(1,
sbin/restore/main.c
106
errx(1,
sbin/restore/main.c
112
errx(1,
sbin/restore/main.c
126
errx(1,
sbin/restore/main.c
141
errx(1, "illegal dump number -- %s", optarg);
sbin/restore/main.c
143
errx(1, "dump number must be greater than 0");
sbin/restore/main.c
161
errx(1, "none of i, R, r, t or x options specified");
sbin/restore/main.c
94
errx(1, "illegal blocksize -- %s", optarg);
sbin/restore/main.c
96
errx(1, "block size must be greater than 0");
sbin/route/route.c
1059
errx(EX_OSERR, "fiboptlist_csv failed.");
sbin/route/route.c
1268
errx(EX_DATAERR,
sbin/route/route.c
1304
errx(EX_OSERR, "%s: %s", str, gai_strerror(ecode));
sbin/route/route.c
1339
errx(EX_NOHOST, "bad address: %s", str);
sbin/route/route.c
1343
errx(EX_NOHOST, "bad mask length: %s", q + 1);
sbin/route/route.c
1356
errx(EX_NOHOST,
sbin/route/route.c
1373
errx(EX_NOHOST, "bad address: %s", str);
sbin/route/route.c
1412
errx(EX_OSERR, "prefixlen not supported in this af");
sbin/route/route.c
1416
errx(EX_USAGE, "%s: invalid prefixlen", str);
sbin/route/route.c
1449
errx(EX_OSERR, "malloc failed");
sbin/route/route.c
1492
errx(EX_USAGE, "invalid fib number: %s", *argv);
sbin/route/route.c
1500
errx(EX_USAGE, "invalid fib number: %d", fib);
sbin/route/route.c
169
errx(EX_USAGE, "usage: route [-j jail] [-46dnqtv] command [[modifiers] args]");
sbin/route/route.c
192
errx(1, "IPv4 support is not compiled in");
sbin/route/route.c
200
errx(1, "IPv6 support is not compiled in");
sbin/route/route.c
224
errx(1, "Jail support is not compiled in");
sbin/route/route.c
241
errx(1, "Jail not found");
sbin/route/route.c
243
errx(1, "Cannot attach to jail");
sbin/route/route.c
431
errx(EX_NOPERM, "must be root to alter routing table");
sbin/route/route.c
463
errx(EX_USAGE, "invalid fib number: %s", *argv);
sbin/route/route.c
472
errx(EX_OSERR, "fiboptlist_csv failed.");
sbin/route/route.c
515
errx(EX_OSERR, "malloc failed");
sbin/route/route.c
849
errx(EX_NOPERM, "must be root to alter routing table");
sbin/route/route.c
940
errx(EX_USAGE,
sbin/setkey/setkey.c
218
errx(-1, "%s", ipsec_strerror());
sbin/shutdown/shutdown.c
111
errx(1, "NOT super-user");
sbin/shutdown/shutdown.c
253
errx(0, "[pid %d]", forkpid);
sbin/shutdown/shutdown.c
545
errx(1, "that time is already past.");
sbin/shutdown/shutdown.c
556
errx(1, "tomorrow is before today?");
sbin/shutdown/shutdown.c
599
errx(1, "bad time format");
sbin/swapon/swapon.c
714
errx(1, "Cannot open %s", name);
sbin/swapon/swapon.c
717
errx(1, "Cannot stat %s", name);
sbin/swapon/swapon.c
724
errx(1, "%s has an invalid file type", name);
sbin/swapon/swapon.c
867
errx(1, "xswdev version mismatch");
sbin/sysctl/sysctl.c
191
errx(1, "not built with jail support");
sbin/sysctl/sysctl.c
278
errx(1, "jail not found");
sbin/sysctl/sysctl.c
280
errx(1, "cannot attach to jail");
sbin/tunefs/tunefs.c
118
errx(10, "bad %s (options are %s)",
sbin/tunefs/tunefs.c
129
errx(10, "%s must be >= 1 (was %s)",
sbin/tunefs/tunefs.c
139
errx(10, "%s must be >= 1 (was %s)",
sbin/tunefs/tunefs.c
150
errx(10, "bad %s (options are %s)",
sbin/tunefs/tunefs.c
162
errx(10, "bad %s (options are %s)",
sbin/tunefs/tunefs.c
173
errx(10, "bad %s (%s)", name, optarg);
sbin/tunefs/tunefs.c
186
errx(10, "bad %s. Valid characters are "
sbin/tunefs/tunefs.c
191
errx(10, "bad %s. Length is longer than %d.",
sbin/tunefs/tunefs.c
203
errx(10, "bad %s (options are %s)",
sbin/tunefs/tunefs.c
214
errx(10, "bad %s (%s)", name, optarg);
sbin/tunefs/tunefs.c
224
errx(10, "bad %s (options are %s)",
sbin/tunefs/tunefs.c
236
errx(10, "bad %s (options are %s)",
sbin/tunefs/tunefs.c
250
errx(10,
sbin/tunefs/tunefs.c
266
errx(10, "%s must be >= 1 (was %s)",
sbin/tunefs/tunefs.c
276
errx(10, "%s must be >= %d (was %s)",
sbin/tunefs/tunefs.c
286
errx(10, "bad %s (options are %s)",
sbin/tunefs/tunefs.c
309
errx(1, "%s is not clean - run fsck.\n", special);
sbin/tunefs/tunefs.c
569
errx(11, "%s: %s", special, disk.d_error);
sbin/umount/umount.c
153
errx(1, "%s: %s", nfshost, gai_strerror(error));
sbin/umount/umount.c
214
errx(1, "fstab reading failure");
sbin/veriexec/manifest_parser.y
188
errx(EX_DATAERR, "cannot form pathname");
sbin/veriexec/veriexec.c
106
errx(EX_USAGE, "Unknown state \'%s\'", arg_text);
sbin/veriexec/veriexec.c
133
errx(EX_USAGE, "Unknown command \'%s\'", arg_text);
sbin/veriexec/veriexec.c
244
errx(EX_USAGE,
sbin/veriexec/veriexec.c
256
errx(EX_USAGE, "Conversion error for argument \'%s\' : %s",
sbin/veriexec/veriexec.c
297
errx(EX_OSFILE, "cannot initialize trust store");
sbin/veriexec/veriexec.c
74
errx(EX_USAGE, "cannot verify %s", manifest);
share/examples/find_interface/find_interface.c
64
errx(EX_USAGE, "must supply a hostname");
share/examples/find_interface/find_interface.c
69
errx(EX_NOHOST, "cannot resolve hostname: %s", *argv);
share/examples/libifconfig/ifchangevlan.c
48
errx(EINVAL, "Invalid number of arguments."
share/examples/libifconfig/ifchangevlan.c
59
errx(1, "VLAN_TAG must be between 0 and %i.\n", USHRT_MAX);
share/examples/libifconfig/ifchangevlan.c
66
errx(ENOMEM, "Failed to open libifconfig handle.");
share/examples/libifconfig/ifcreate.c
44
errx(EINVAL, "Invalid number of arguments."
share/examples/libifconfig/ifcreate.c
56
errx(ENOMEM, "Failed to open libifconfig handle.");
share/examples/libifconfig/ifcreatevlan.c
47
errx(EINVAL, "Invalid number of arguments."
share/examples/libifconfig/ifcreatevlan.c
57
errx(1, "VLAN_TAG must be between 0 and %i.\n", USHRT_MAX);
share/examples/libifconfig/ifcreatevlan.c
64
errx(ENOMEM, "Failed to open libifconfig handle.");
share/examples/libifconfig/ifdestroy.c
44
errx(EINVAL, "Invalid number of arguments."
share/examples/libifconfig/ifdestroy.c
56
errx(ENOMEM, "Failed to open libifconfig handle.");
share/examples/libifconfig/setdescription.c
45
errx(EINVAL, "Invalid number of arguments."
share/examples/libifconfig/setdescription.c
59
errx(ENOMEM, "Failed to open libifconfig handle.");
share/examples/libifconfig/setmtu.c
46
errx(EINVAL, "Invalid number of arguments."
share/examples/libifconfig/setmtu.c
60
errx(ENOMEM, "Failed to open libifconfig handle.");
share/examples/libifconfig/status.c
522
errx(1, "Usage: example_status");
share/examples/libifconfig/status.c
527
errx(1, "Failed to open libifconfig handle.");
share/examples/perfmon/perfmon.c
174
errx(1, "%s: must be between %d and %d",
share/examples/perfmon/perfmon.c
180
errx(1, "%s: parameter must be an integer", buf);
share/examples/ppi/ppilcd.c
341
errx(EX_USAGE, "hd44780: unknown option code '%c'", *(cp-1));
share/examples/scsi_target/scsi_cmds.c
716
errx(1, "CTIO failed, status %#x", ctio->ccb_h.status);
share/examples/scsi_target/scsi_target.c
140
errx(1, "Unreasonable buf size: %s", optarg);
share/examples/scsi_target/scsi_target.c
145
errx(1, "Unreasonable sector size: %s", optarg);
share/examples/scsi_target/scsi_target.c
178
errx(1, "Unreasonable volume size: %s", optarg);
share/examples/scsi_target/scsi_target.c
231
errx(EX_NOINPUT, "open backing store file");
share/examples/scsi_target/scsi_target.c
259
errx(1, "volume must be larger than %d", sector_size);
share/examples/scsi_target/scsi_target.c
320
errx(1, "get_sim_flags");
share/examples/scsi_target/scsi_target.c
323
errx(1, "Initializing tcmd subsystem failed");
share/examples/scsi_target/scsi_target.c
327
errx(1, "init_ccbs failed");
share/examples/scsi_target/scsi_target.c
442
errx(1, "kevent returned more events than allocated?");
share/examples/scsi_target/scsi_target.c
448
errx(1, "kevent registration failed");
share/examples/scsi_target/scsi_target.c
696
errx(1, "CTIO %p has NULL ATIO", ctio);
share/examples/sound/oss.h
103
errx(1, "Device doesn't support triggering!\n");
share/examples/sound/oss.h
108
errx(1, "Device doesn't support mmap mode!\n");
share/examples/sound/oss.h
165
errx(1, "Invalid audio format %d", config->format);
share/examples/sound/oss.h
205
errx(1, "OSS buffer error: buffer size can not be %d\n",
share/examples/sound/oss.h
234
errx(1, "Invalid mode %d", config->mode);
share/examples/sound/simple.c
120
errx(1, "Device doesn't support signed 32bit samples. "
share/examples/sound/sndstat_nv.c
149
errx(1, "channel info list empty");
share/examples/sound/sndstat_nv.c
79
errx(1, "no soundcards attached");
share/examples/sound/sndstat_nv.c
97
errx(1, "playback channel list empty");
share/examples/sound/sndstat_nv.c
99
errx(1, "recording channel list empty");
share/examples/tests/tests/plain/printf_test.c
56
errx(EXIT_FAILURE, "snprintf with two formatters failed");
share/examples/tests/tests/plain/printf_test.c
59
errx(EXIT_FAILURE, "Bad formatting: got %s", buffer);
share/examples/tests/tests/plain/printf_test.c
68
errx(EXIT_FAILURE, "snprintf did not return the expected "
share/examples/tests/tests/plain/printf_test.c
72
errx(EXIT_FAILURE, "Bad formatting: got %s", buffer);
share/examples/tests/tests/plain/printf_test.c
94
errx(EXIT_FAILURE, "Written and read data differ");
stand/usb/tools/sysinit.c
105
errx(EX_USAGE, "sysinit -i sysinit.bin -o sysinit_data.c \\\n"
stand/usb/tools/sysinit.c
216
errx(EX_SOFTWARE, "Input file size is not divisible by %u",
stand/usb/tools/sysinit.c
266
errx(EX_USAGE, "Unknown keyword '%s'", keyword);
stand/usb/tools/sysinit.c
98
errx(EX_SOFTWARE, "Could not allocate memory");
sys/amd64/vmm/vmm_instruction_emul.c
61
#define panic(...) errx(4, __VA_ARGS__)
sys/dev/sound/pcm/feeder_eq.c
131
errx(1, "\n\n%s(): ["#t"] Sample clipping: %jd\n", \
sys/dev/sound/pcm/feeder_matrix.c
112
errx(1, "\n\n%s(): Sample clipping: %jd\n", \
sys/tests/runtest/runtest.c
90
errx(1, "Test '%s' could not be started", kern_test.name);
tests/sys/aio/lio_kqueue_test.c
191
errx(1, "FAIL: ");
tests/sys/aio/lio_kqueue_test.c
232
errx(1, "FAIL: %d testcases failed", failed);
tests/sys/aio/lio_kqueue_test.c
234
errx(0, "PASS: All\n");
tests/sys/cam/ctl/prout_register_huge_cdb.c
56
errx(2, "usage: prout_register_huge_cdb <target_port>\n");
tests/sys/fifo/fifo_create.c
130
errx(-1, "basic_create_test: %s produced non-fifo",
tests/sys/fifo/fifo_create.c
136
errx(-1, "basic_create_test: dup %s succeeded",
tests/sys/fifo/fifo_create.c
140
errx(-1, "basic_create_test: dup %s succeeded",
tests/sys/fifo/fifo_create.c
158
errx(-1, "basic_create_test: %s: old_dirsb.st_ctime == "
tests/sys/fifo/fifo_create.c
164
errx(-1, "basic_create_test: %s: old_dirsb.st_mtime == "
tests/sys/fifo/fifo_create.c
172
errx(-1, "basic_create_test: %s: unlink failed to unlink",
tests/sys/fifo/fifo_create.c
241
errx(-1, "fifo_permission_test: %s: %08o %08o %08o "
tests/sys/fifo/fifo_create.c
259
errx(-1, "must be run as root");
tests/sys/fifo/fifo_open.c
261
errx(-1, "test_blocking_reader: waitpid %d returned %d",
tests/sys/fifo/fifo_open.c
267
errx(-1, "test_blocking_reader: blocking child didn't "
tests/sys/fifo/fifo_open.c
336
errx(-1, "test_blocking_writer: waitpid %d returned %d",
tests/sys/fifo/fifo_open.c
342
errx(-1, "test_blocking_writer: blocking child didn't "
tests/sys/fifo/fifo_open.c
443
errx(-1, "test_non_blocking_writer: "
tests/sys/fifo/fifo_open.c
458
errx(-1, "must be run as root");
tests/sys/file/flock_helper.c
1556
errx(1, "usage: flock <directory> [test number] ...");
tests/sys/file/ftruncate_test.c
100
errx(-1, "fstat with len=%jd returned len %jd up",
tests/sys/file/ftruncate_test.c
107
errx(-1, "pread len %jd size %jd up",
tests/sys/file/ftruncate_test.c
110
errx(-1,
tests/sys/file/ftruncate_test.c
123
errx(-1, "fstat(%jd) returned %jd down", (intmax_t)len,
tests/sys/file/ftruncate_test.c
132
errx(-1, "ftruncate(read_only_fd) succeeded");
tests/sys/file/ftruncate_test.c
144
errx(-1, "ftruncate(socket) succeeded");
tests/sys/file/ftruncate_test.c
155
errx(-1, "ftruncate(pipe) succeeded");
tests/sys/file/ftruncate_test.c
168
errx(-1, "ftruncate(kqueue) succeeded");
tests/sys/file/ftruncate_test.c
89
errx(1, "ftruncate(fd, -1) succeeded unexpectedly");
tests/sys/file/newfileops_on_fork_test.c
92
errx(1, "file descriptor still open in child");
tests/sys/file/newfileops_on_fork_test.c
96
errx(1, "ftruncate succeeded");
tests/sys/fs/tarfs/mktar.c
102
errx(1, "%s: short write", filename);
tests/sys/fs/tarfs/mktar.c
214
errx(1, "child failed");
tests/sys/fs/tarfs/mktar.c
243
errx(1, "child failed");
tests/sys/fs/tarfs/mktar.c
268
errx(1, "child failed");
tests/sys/fs/tarfs/mktar.c
81
errx(1, "%s: short write", filename);
tests/sys/fs/tarfs/tarsum.c
60
errx(1, "%s: Short read", ifn);
tests/sys/fs/tarfs/tarsum.c
75
errx(1, "%s: Short write", ofn);
tests/sys/geom/class/eli/unaligned_io.c
111
errx(1, "read mismatch at offset %u/%u", i, secsz);
tests/sys/geom/class/eli/unaligned_io.c
127
errx(1, "write mismatch at offset %u/%u", i, secsz);
tests/sys/geom/class/eli/unaligned_io.c
59
errx(1, "Usage: %s <disk>", argv[0]);
tests/sys/geom/class/eli/unaligned_io.c
69
errx(1, "ioctl(DIOCGSECTORSIZE) returned 0");
tests/sys/geom/class/eli/unaligned_io.c
73
errx(1, "disk needs to be at least 2 sectors in size");
tests/sys/kern/pipe/big_pipe_test.c
30
errx(1, "select returned unexpected value %d\n", i);
tests/sys/kern/pipe/big_pipe_test.c
52
errx(1, "pipe failed");
tests/sys/kern/pipe/pipe_ino_test.c
55
errx(1, "FAIL: wrong dev number %ju %ju",
tests/sys/kern/pipe/pipe_ino_test.c
58
errx(1, "FAIL: inode numbers are equal: %ju",
tests/sys/kern/pipe/pipe_reverse2_test.c
50
errx(1, "FAIL: select initial reverse direction");
tests/sys/kern/pipe/pipe_reverse2_test.c
60
errx(1, "FAIL: select reverse direction after write");
tests/sys/kern/pipe/pipe_reverse_test.c
143
errx(1, "FAILED");
tests/sys/kern/pipe/pipe_wraparound_test.c
134
errx(1, "FAILURE");
tests/sys/kern/sendfile_helper.c
127
errx(1, "usage: %s [-u] <file> <start> <len> <flags>", getprogname());
tests/sys/kern/tty/readsz.c
104
errx(1, "premature EOF");
tests/sys/kern/tty/readsz.c
52
errx(1, "strtonum: %s", errstr);
tests/sys/kern/tty/readsz.c
58
errx(1, "strtonum: %s", errstr);
tests/sys/kern/tty/readsz.c
66
errx(1, "strtonum: %s", errstr);
tests/sys/kern/unix_passfd_test.c
1139
errx(1, "dfd does not have FD_RESOLVE_BENEATH set");
tests/sys/kern/unix_passfd_test.c
1144
errx(1, "fchdir succeeded");
tests/sys/kern/unix_passfd_test.c
1151
errx(1, "openat(\"../c\") succeeded");
tests/sys/kern/unix_passfd_test.c
1164
errx(1, "dfd2 does not have FD_RESOLVE_BENEATH set");
tests/sys/kqueue/libkqueue/main.c
43
errx(1, "%d event(s) pending, but none expected:", nfds);
tests/sys/kqueue/libkqueue/main.c
65
errx(1, "%d event(s) pending, but none expected:", nfds);
tests/sys/kqueue/libkqueue/proc.c
188
errx(1, "NOTE_CHILD and NOTE_EXIT in same kevent: %s", kevent_to_str(kevp));
tests/sys/kqueue/libkqueue/proc.c
198
errx(1, "Spurious NOTE_CHILD: %s", kevent_to_str(kevp));
tests/sys/kqueue/libkqueue/proc.c
211
errx(1, "Spurious NOTE_EXIT: %s", kevent_to_str(kevp));
tests/sys/kqueue/libkqueue/proc.c
220
errx(1, "Spurious NOTE_FORK: %s", kevent_to_str(kevp));
tests/sys/kqueue/libkqueue/proc.c
225
errx(1, "Spurious kevent: %s", kevent_to_str(kevp));
tests/sys/kqueue/libkqueue/proc.c
236
errx(1, "Did not receive all expected events.");
tests/sys/kqueue/libkqueue/proc.c
44
errx(1, "kqueue inherited across fork! (%s() at %s:%d)",
tests/sys/kqueue/libkqueue/timer.c
474
errx(1, "early timer expiration: %ld us", elapsed);
tests/sys/kqueue/libkqueue/timer.c
476
errx(1, "late timer expiration: %ld us", elapsed);
tests/sys/kqueue/libkqueue/timer.c
520
errx(1, "early timer expiration: %ld us", elapsed);
tests/sys/kqueue/libkqueue/timer.c
564
errx(1, "early timer expiration: %ld us", elapsed);
tests/sys/kqueue/libkqueue/timer.c
619
errx(1, "early timer expiration: %ld us", elapsed);
tests/sys/kqueue/libkqueue/timer.c
683
errx(1, "early timer expiration: %ld us", elapsed);
tests/sys/net/bpf/pcap-test.c
101
errx(1, "pcap_compile: %s", pcap_geterr(p));
tests/sys/net/bpf/pcap-test.c
103
errx(1, "pcap_setfilter: %s", pcap_geterr(p));
tests/sys/net/bpf/pcap-test.c
115
errx(1, "pcap_findalldevs: %s", errbuf);
tests/sys/net/bpf/pcap-test.c
136
errx(1, "pcap_dump_open: %s", pcap_geterr(p));
tests/sys/net/bpf/pcap-test.c
139
errx(1, "pcap_loop: %s", pcap_geterr(p));
tests/sys/net/bpf/pcap-test.c
149
errx(1, "incomplete packet %u of %u", h->caplen, h->len);
tests/sys/net/bpf/pcap-test.c
152
errx(1, "pcap_inject: %s", errbuf);
tests/sys/net/bpf/pcap-test.c
166
errx(1, "pcap_open_offline: %s", errbuf);
tests/sys/net/bpf/pcap-test.c
168
errx(1, "pcap_loop: %s", pcap_geterr(p));
tests/sys/net/bpf/pcap-test.c
206
errx(1, "pcap_open_offline: %s", errbuf);
tests/sys/net/bpf/pcap-test.c
208
errx(1, "pcap_loop: %s", pcap_geterr(f1));
tests/sys/net/bpf/pcap-test.c
210
errx(1, "pcap_open_offline: %s", errbuf);
tests/sys/net/bpf/pcap-test.c
212
errx(1, "pcap_loop: %s", pcap_geterr(f2));
tests/sys/net/bpf/pcap-test.c
218
errx(1, "packet #%u length %u != %u",
tests/sys/net/bpf/pcap-test.c
221
errx(1, "packet #%u capture length %u != %u",
tests/sys/net/bpf/pcap-test.c
226
errx(1, "packet #%u payload different", cnt);
tests/sys/net/bpf/pcap-test.c
230
errx(1, "packet count different");
tests/sys/net/bpf/pcap-test.c
264
errx(1, "%s takes %u args",
tests/sys/net/bpf/pcap-test.c
47
errx(1, "bad count %s", s);
tests/sys/net/bpf/pcap-test.c
67
errx(1, "bad directions %s", s);
tests/sys/net/bpf/pcap-test.c
78
errx(1, "pcap_create: %s", errbuf);
tests/sys/net/bpf/pcap-test.c
80
errx(1, "pcap_set_timeout: %s", pcap_geterr(p));
tests/sys/net/bpf/pcap-test.c
82
errx(1, "pcap_activate: %s", errbuf);
tests/sys/net/bpf/pcap-test.c
84
errx(1, "pcap_setdirection: %s", pcap_geterr(p));
tests/sys/netinet/ip6_mrouted.c
152
errx(1, "unknown interface %s", optarg);
tests/sys/netinet/multicast-receive.c
115
errx(1, "group_req expects index");
tests/sys/netinet/multicast-receive.c
71
errx(1, "Usage: %s (ip_mreq|ip_mreqn|group_req) "
tests/sys/netinet/multicast-receive.c
92
errx(1, "ip_mreq doesn't accept index");
tests/sys/netinet/multicast-send.c
68
errx(1, "Usage: %s src-IPv4 src-port dst-IPv4 dst-port "
tests/sys/netinet/udp_dontroute.c
124
errx(EXIT_FAILURE, "read returned EOF");
tests/sys/netinet/udp_dontroute.c
126
errx(EXIT_FAILURE, "Did not receive any packets");
tests/sys/netpfil/common/divapp.c
107
errx(EX_IOERR, "send_pkt: sendto() sent %zd of %zd bytes.",
tests/sys/netpfil/common/divapp.c
118
errx(EX_USAGE,
tests/sys/netpfil/common/divapp.c
125
errx(EX_USAGE, "divert port is not defined.");
tests/sys/netpfil/common/divapp.c
143
errx(EXIT_FAILURE, "%d: npkt=%d.", c.divert_port, npkt);
tests/sys/netpfil/common/divapp.c
59
errx(EX_OSERR, "init: Cannot create divert socket.");
tests/sys/netpfil/common/divapp.c
68
errx(EX_OSERR, "init: Cannot bind divert socket.");
tests/sys/netpfil/common/divapp.c
85
errx(EX_IOERR, "recv_pkt: select() errors.");
tests/sys/netpfil/common/divapp.c
92
errx(EX_IOERR, "recv_pkt: recvfrom() errors.");
tests/sys/vm/mmap_map_32bit_helper.c
34
errx(1, "mmap invalid result %p", s32);
tests/sys/vm/mmap_map_32bit_helper.c
45
errx(1, "mmap invalid result %p", s32);
tests/sys/vm/shared_shadow_inval_test.c
121
errx(1, __VA_ARGS__); \
tests/sys/vm/shared_shadow_inval_test.c
68
errx(1, "%s", #x); \
tools/boot/smbios/main.c
51
errx(1, "Too many maps");
tools/boot/smbios/main.c
79
errx(1, "smbios address");
tools/build/cross-build/fake_sysctl.c
50
errx(EX_USAGE, "Missing arguments for kern.vm_guest");
tools/build/cross-build/fake_sysctl.c
53
errx(EX_USAGE, "kern.vm_guest is read-only");
tools/build/cross-build/fake_sysctl.c
58
errx(EX_USAGE, "fatal: unknown sysctl %s\n", name);
tools/regression/aio/aiop/aiop.c
147
errx(1, "the I/O size must be >0");
tools/regression/aio/aiop/aiop.c
150
errx(1, "the number of runs must be >0");
tools/regression/aio/aiop/aiop.c
153
errx(1, "AIO concurrency must be >0");
tools/regression/aio/aiop/aiop.c
161
errx(1, "the I/O type needs to be \"ro\", \"rw\", or \"wo\"!\n");
tools/regression/aio/aiop/aiop.c
184
errx(1, "unknown file type");
tools/regression/aio/aiop/aiop.c
186
errx(1, "path provided too small");
tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c
100
errx(-1, "set to minlen didn't work");
tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c
110
errx(-1, "set to maxlen didn't work");
tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c
120
errx(-1, "AUDITPIPE_GET_INSERTS: unchanged");
tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c
126
errx(-1, "AUDITPIPE_GET_READS: unchanged");
tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c
132
errx(-1, "AUDITPIPE_GET_DROPS: unchanged");
tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c
138
errx(-1, "AUDITPIPE_GET_TRUNCATES: unchanged");
tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c
62
errx(-1, "AUDITPIPE_GET_QLEN: unchanged");
tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c
68
errx(-1, "AUDITPIPE_GET_QLIMIT_MIN: unchanged");
tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c
74
errx(-1, "AUDITPIPE_GET_QLIMIT_MAX: unchanged");
tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c
80
errx(-1, "AUDITPIPE_GET_QLIMIT: unchanged");
tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c
83
errx(-1, "queue length < minlen");
tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c
86
errx(-1, "queue length > maxlen");
tools/regression/ethernet/ethermulti/ethermulti.c
243
errx(1, "Not running as root, can't run tests as non-root");
tools/regression/ethernet/ethermulti/ethermulti.c
82
errx(-1, "get_sock_priv: running without real uid 0");
tools/regression/gaithrstress/gaithrstress.c
230
errx(1, "word file %s did not have >0 words", wordfile);
tools/regression/geom/ConfCmp/ConfCmp.c
196
errx(1, "XML_Parse complained -> %d", i);
tools/regression/geom/ConfCmp/ConfCmp.c
362
errx(1, "usage: %s file1 file2", argv[0]);
tools/regression/geom/ConfCmp/ConfCmp.c
366
errx(2, "XML parser error on file %s", argv[1]);
tools/regression/geom/ConfCmp/ConfCmp.c
370
errx(2, "XML parser error on file %s", argv[2]);
tools/regression/geom/MdLoad/MdLoad.c
125
errx(1, "strtoul croaked on sectorsize");
tools/regression/geom/MdLoad/MdLoad.c
129
errx(1, "strtoul croaked on mediasize");
tools/regression/geom/MdLoad/MdLoad.c
135
errx(1, "strtoul croaked on fwsectors");
tools/regression/geom/MdLoad/MdLoad.c
139
errx(1, "strtoul croaked on fwheads");
tools/regression/geom/MdLoad/MdLoad.c
143
errx(1, "strtoul croaked on fwcylinders");
tools/regression/geom/MdLoad/MdLoad.c
147
errx(1, "strtoul croaked on offset");
tools/regression/geom/MdLoad/MdLoad.c
156
errx(1, "I croaked on hexdata %d:(%02x)", i, *p);
tools/regression/geom/MdLoad/MdLoad.c
163
errx(1, "I croaked on hexdata %d:(%02x)", i, *p);
tools/regression/geom/MdLoad/MdLoad.c
222
errx(1, "XML_Parse complains: return %d", i);
tools/regression/geom/MdLoad/MdLoad.c
238
errx(1, "Usage: %s mddevice xmlfile", argv[0]);
tools/regression/mlock/mlock.c
53
errx(-1, "mlock must run as root");
tools/regression/mlock/mlock.c
58
errx(-1, "getpwnam: user \"%s\" not found", NOBODY);
tools/regression/mlock/mlock.c
60
errx(-1, "getpwnam: %s", strerror(errno));
tools/regression/mlock/mlock.c
62
errx(-1, "getpwnam: user \"%s\" has uid 0", NOBODY);
tools/regression/mlock/mlock.c
67
errx(-1, "mmap: %s", strerror(errno));
tools/regression/mlock/mlock.c
70
errx(-1, "mlock privileged: %s", strerror(errno));
tools/regression/mlock/mlock.c
73
errx(-1, "munlock privileged: %s", strerror(errno));
tools/regression/mlock/mlock.c
76
errx(-1, "seteuid: %s", strerror(errno));
tools/regression/mlock/mlock.c
79
errx(-1, "mlock unprivileged: succeeded but shouldn't have");
tools/regression/mlock/mlock.c
81
errx(-1, "mlock unprivileged: %s", strerror(errno));
tools/regression/mlock/mlock.c
84
errx(-1, "munlock unprivileged: succeeded but shouldn't have");
tools/regression/mlock/mlock.c
86
errx(-1, "munlock unprivileged: %s", strerror(errno));
tools/regression/netinet/ipsockopt/ipsockopt.c
127
errx(-1, "test_ip_options(%s): initial getsockopt() returned "
tools/regression/netinet/ipsockopt/ipsockopt.c
160
errx(-1, "test_ip_options(%s): getsockopt() after set "
tools/regression/netinet/ipsockopt/ipsockopt.c
168
errx(-1, "test_ip_options(%s): getsockopt() after set didn't "
tools/regression/netinet/ipsockopt/ipsockopt.c
175
errx(-1, "test_ip_options(%s): getsockopt() after set "
tools/regression/netinet/ipsockopt/ipsockopt.c
197
errx(-1, "test_ip_options(%s): getsockopt() after reset "
tools/regression/netinet/ipsockopt/ipsockopt.c
231
errx(-1, "test_ip_hdrincl(): initial getsockopt(IP_HDRINC) "
tools/regression/netinet/ipsockopt/ipsockopt.c
242
errx(-1, "test_ip_hdrincl(): setsockopt(IP_HDRINCL) on TCP "
tools/regression/netinet/ipsockopt/ipsockopt.c
262
errx(-1, "test_ip_hdrincl(): getsockopt(IP_HDRINCL) on UDP "
tools/regression/netinet/ipsockopt/ipsockopt.c
272
errx(-1, "test_ip_hdrincl(): setsockopt(IP_HDRINCL) on UDP "
tools/regression/netinet/ipsockopt/ipsockopt.c
288
errx(-1, "test_ip_hdrincl: created raw socket as "
tools/regression/netinet/ipsockopt/ipsockopt.c
306
errx(-1, "test_ip_hdrincl(): %d bytes returned on "
tools/regression/netinet/ipsockopt/ipsockopt.c
310
errx(-1, "test_ip_hdrincl(): initial flag value of %d\n",
tools/regression/netinet/ipsockopt/ipsockopt.c
332
errx(-1, "test_ip_hdrincl(): getsockopt(IP_HDRINCL) "
tools/regression/netinet/ipsockopt/ipsockopt.c
360
errx(-1, "test_ip_hdrincl(): getsockopt(IP_HDRINCL) "
tools/regression/netinet/ipsockopt/ipsockopt.c
407
errx(-1, "test_ip_uchar(%s, %s): initial getsockopt() "
tools/regression/netinet/ipsockopt/ipsockopt.c
411
errx(-1, "test_ip_uchar(%s, %s): initial getsockopt() didn't "
tools/regression/netinet/ipsockopt/ipsockopt.c
415
errx(-1, "test_ip_uchar(%s, %s): initial getsockopt() "
tools/regression/netinet/ipsockopt/ipsockopt.c
439
errx(-1, "test_ip_uchar(%s, %s): getsockopt() after set to "
tools/regression/netinet/ipsockopt/ipsockopt.c
443
errx(-1, "test_ip_uchar(%s, %s): getsockopt() after set to "
tools/regression/netinet/ipsockopt/ipsockopt.c
447
errx(-1, "test_ip_uchar(%s, %s): getsockopt() after set to "
tools/regression/netinet/ipsockopt/ipsockopt.c
460
errx(-1, "test_ip_uchar(%s, %s): getsockopt() after reset "
tools/regression/netinet/ipsockopt/ipsockopt.c
465
errx(-1, "test_ip_uchar(%s, %s): getsockopt() after reset "
tools/regression/netinet/ipsockopt/ipsockopt.c
469
errx(-1, "test_ip_uchar(%s, %s): getsockopt() after reset "
tools/regression/netinet/ipsockopt/ipsockopt.c
500
errx(-1, "test_ip_uchar(%s, %s): getsockopt() after set to "
tools/regression/netinet/ipsockopt/ipsockopt.c
505
errx(-1, "test_ip_uchar(%s, %s): getsockopt() after set to "
tools/regression/netinet/ipsockopt/ipsockopt.c
509
errx(-1, "test_ip_uchar(%s, %s): getsockopt() after set to "
tools/regression/netinet/ipsockopt/ipsockopt.c
552
errx(-1, "test_ip_boolean(%s, %s): initial getsockopt() "
tools/regression/netinet/ipsockopt/ipsockopt.c
556
errx(-1, "test_ip_boolean(%s, %s): initial getsockopt() "
tools/regression/netinet/ipsockopt/ipsockopt.c
560
errx(-1, "test_ip_boolean(%s, %s): initial getsockopt() "
tools/regression/netinet/ipsockopt/ipsockopt.c
584
errx(-1, "test_ip_boolean(%s, %s): getsockopt() after set "
tools/regression/netinet/ipsockopt/ipsockopt.c
589
errx(-1, "test_ip_boolean(%s, %s): getsockopt() after set "
tools/regression/netinet/ipsockopt/ipsockopt.c
597
errx(-1, "test_ip_boolean(%s, %s): getsockopt() after set "
tools/regression/netinet/ipsockopt/ipsockopt.c
621
errx(-1, "test_ip_boolean(%s, %s): getsockopt() after reset "
tools/regression/netinet/ipsockopt/ipsockopt.c
625
errx(-1, "test_ip_boolean(%s, %s): getsockopt() after reset "
tools/regression/netinet/ipsockopt/ipsockopt.c
629
errx(-1, "test_ip_boolean(%s, %s): getsockopt() after reset "
tools/regression/netinet/ipsockopt/ipsockopt.c
78
errx(-1, "get_sock_priv: running without real uid 0");
tools/regression/netinet/msocket/msocket.c
102
errx(-1, "FAIL: getsockopt(%s, IPPROTO_IP, %s) default is "
tools/regression/netinet/msocket/msocket.c
127
errx(-1, "FAIL: getsockopt(%s, IPPROTO_IP, %s) set value is "
tools/regression/netinet/msocket/msocket.c
158
errx(-1, "FAIL: getsockopt(%s, IPPROTO_IP, %s) default is "
tools/regression/netinet/msocket/msocket.c
184
errx(-1, "FAIL: getsockopt(%s, IPPROTO_IP, %s) set value is "
tools/regression/netinet/msocket/msocket.c
406
errx(-1, "test_udp: sendto: expected to send %d, instead %d",
tools/regression/netinet/msocket/msocket.c
417
errx(-1, "test_udp: recvfrom: len %d != message len %d",
tools/regression/netinet/msocket/msocket.c
421
errx(-1, "test_udp: recvfrom: expected 'A', got '%c'",
tools/regression/netinet/msocket/msocket.c
436
errx(-1, "FAIL: root privilege required");
tools/regression/netinet/tcpdrop/tcpdrop.c
107
errx(-1, "tcp_server: send (2): success");
tools/regression/netinet/tcpdrop/tcpdrop.c
174
errx(-1, "tcp_client: send (1) len");
tools/regression/netinet/tcpdrop/tcpdrop.c
190
errx(-1, "tcp_client: send (2): success");
tools/regression/netinet/tcpdrop/tcpdrop.c
98
errx(-1, "tcp_server: send (1) len");
tools/regression/netinet/tcpstream/tcpstream.c
128
errx(-1, "socket: %s", strerror(errno));
tools/regression/netinet/tcpstream/tcpstream.c
131
errx(-1, "bind: %s", strerror(errno));
tools/regression/netinet/tcpstream/tcpstream.c
134
errx(-1, "listen: %s", strerror(errno));
tools/regression/netinet/tcpstream/tcpstream.c
195
errx(-1, "%s: %s", argv[2], strerror(EINVAL));
tools/regression/netinet/tcpstream/tcpstream.c
92
errx(-1, "socket: %s", strerror(errno));
tools/regression/netinet/tcpstream/tcpstream.c
95
errx(-1, "connect: %s", strerror(errno));
tools/regression/netinet/udpconnectjail/udpconnectjail.c
109
errx(-1, "jail: %s", strerror(errno));
tools/regression/netinet/udpconnectjail/udpconnectjail.c
62
errx(-1, "%s: socket(PF_INET, SOCK_DGRAM, 0): %s", context,
tools/regression/netinet/udpconnectjail/udpconnectjail.c
66
errx(-1, "%s: connect(%s): %s", context,
tools/regression/netinet/udpconnectjail/udpconnectjail.c
70
errx(-1, "%s: close(): %s", context, strerror(errno));
tools/regression/netinet/udpzerobyte/udpzerobyte.c
53
errx(-1, "no arguments allowed\n");
tools/regression/netinet/udpzerobyte/udpzerobyte.c
81
errx(-1, "Protocol %s recv(sock_receive, NULL, 0) before: %zd",
tools/regression/netinet/udpzerobyte/udpzerobyte.c
99
errx(-1, "Protocol %s recv(sock_receive, NULL, 0) after: %zd",
tools/regression/netinet6/icmp6_filter/icmp6_filter.c
106
errx(-1, "5: getsockopt(ICMP6_FILTER) - not blockall");
tools/regression/netinet6/icmp6_filter/icmp6_filter.c
123
errx(-1, "7: getsockopt(ICMP6_FILTER) - not passall");
tools/regression/netinet6/icmp6_filter/icmp6_filter.c
72
errx(-1, "1: getsockopt(ICMP6_FILTER) - default not passall");
tools/regression/netinet6/icmp6_filter/icmp6_filter.c
89
errx(-1, "3: getsockopt(ICMP6_FILTER) - not passall");
tools/regression/poll/pipeselect.c
72
errx(1, "fd = %d too large for select()", fd);
tools/regression/poll/sockpoll.c
169
errx(1, "kernel made up data that was never written");
tools/regression/posixsem2/semtest.c
109
errx(2, "second sem_open call wrongly succeeded");
tools/regression/posixsem2/semtest.c
117
errx(5,
tools/regression/posixsem2/semtest.c
69
errx(3,
tools/regression/priv/main.c
542
errx(-1, "must be run as root");
tools/regression/security/cap_test/cap_test.c
87
errx(-1, "No such test '%s'", argv[i]);
tools/regression/sigqueue/sigqtest1/sigqtest1.c
13
errx(1, "si_code != SI_QUEUE");
tools/regression/sigqueue/sigqtest1/sigqtest1.c
15
errx(1, "signal is out of order");
tools/regression/sigqueue/sigqtest1/sigqtest1.c
41
errx(1, "errno != EAGAIN");
tools/regression/sigqueue/sigqtest1/sigqtest1.c
49
errx(1, "error, signal lost");
tools/regression/sigqueue/sigqtest2/sigqtest2.c
28
errx(1, "waitpid");
tools/regression/sigqueue/sigqtest2/sigqtest2.c
30
errx(1, "!WIFEXITED(status)");
tools/regression/sigqueue/sigqtest2/sigqtest2.c
67
errx(1, "job signals lost");
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
106
errx(-1, "listen: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
110
errx(-1, "ioctl(F_GETFL): %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
113
errx(-1, "ioctl(F_SETFL): %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
116
errx(-1, "ioctl(F_GETFL): %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
118
errx(-1, "Failed to set O_NONBLOCK (i=0x%x)\n", i);
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
123
errx(-1, "accept succeeded\n");
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
125
errx(-1, "accept: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
146
errx(-1, "fork: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
165
errx(-1, "socket: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
168
errx(-1, "connect: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
177
errx(-1, "ioctl(F_GETFL): %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
180
errx(-1, "ioctl(F_SETFL): %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
183
errx(-1, "ioctl(F_GETFL): %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
185
errx(-1, "Failed to clear O_NONBLOCK (i=0x%x)\n", i);
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
192
errx(-1, "accept succeeded\n");
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
194
errx(-1, "accept: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
198
errx(-1, "waitpid: %s", strerror(errno));
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
78
errx(-1, "Non-sequential fd allocation\n");
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
82
errx(-1, "socket: %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
113
errx(-1, "not ok 3 - bind %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
123
errx(-1, "not ok 4 - getsockopt() after bind() succeeded");
tools/regression/sockets/accf_data_attach/accf_data_attach.c
125
errx(-1, "not ok 4 - getsockopt() after bind() failed with %d (%s)",
tools/regression/sockets/accf_data_attach/accf_data_attach.c
137
errx(-1, "not ok 5 - setsockopt() before listen() succeeded");
tools/regression/sockets/accf_data_attach/accf_data_attach.c
147
errx(-1, "not ok 6 - getsockopt() after pre-listen() setsockopt() "
tools/regression/sockets/accf_data_attach/accf_data_attach.c
150
errx(-1, "not ok 6 - pre-listen() getsockopt() failed with %d (%s)",
tools/regression/sockets/accf_data_attach/accf_data_attach.c
158
errx(-1, "not ok 7 - listen: %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
168
errx(-1, "not ok 8 - getsockopt() after listen() but before "
tools/regression/sockets/accf_data_attach/accf_data_attach.c
171
errx(-1, "not ok 8 - getsockopt() after listen() but before "
tools/regression/sockets/accf_data_attach/accf_data_attach.c
182
errx(-1, "not ok 9 - setsockopt() after listen() failed with %d "
tools/regression/sockets/accf_data_attach/accf_data_attach.c
194
errx(-1, "not ok 10 - getsockopt() after listen() setsockopt() "
tools/regression/sockets/accf_data_attach/accf_data_attach.c
197
errx(-1, "not ok 10 - getsockopt() after setsockopet() after "
tools/regression/sockets/accf_data_attach/accf_data_attach.c
201
errx(-1, "not ok 10 - getsockopt() after setsockopt() after "
tools/regression/sockets/accf_data_attach/accf_data_attach.c
213
errx(-1, "not ok 11 - ioctl(F_GETFL): %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
216
errx(-1, "not ok 11 - ioctl(F_SETFL): %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
219
errx(-1, "not ok 11 - socket: %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
221
errx(-1, "not ok 11 - connect %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
223
errx(-1, "not ok 11 - accept #1 %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
225
errx(-1, "not ok 11 - write %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
232
errx(-1, "not ok 11 - accept #2 %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
234
errx(-1, "not ok 11 - close(): %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
244
errx(-1, "not ok 12 - socket: %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
246
errx(-1, "not ok 12 - connect %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
251
errx(-1, "not ok 12 - setsockopt(SO_LINGER) failed with %d "
tools/regression/sockets/accf_data_attach/accf_data_attach.c
254
errx(-1, "not ok 12 - close(): %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
256
errx(-1, "not ok 12 - accept #3 %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
268
errx(-1, "not ok 13 - socket: %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
270
errx(-1, "not ok 13 - connect %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
279
errx(-1, "not ok 13 - setsockopt() after listen() "
tools/regression/sockets/accf_data_attach/accf_data_attach.c
285
errx(-1, "not ok 13 - getsockopt() after removing "
tools/regression/sockets/accf_data_attach/accf_data_attach.c
289
errx(-1, "not ok 13 - getsockopt() after removing the accept"
tools/regression/sockets/accf_data_attach/accf_data_attach.c
292
errx(-1, "not ok 13 - close() of listening socket: %s",
tools/regression/sockets/accf_data_attach/accf_data_attach.c
86
errx(-1, "not ok 1 - socket: %s", strerror(errno));
tools/regression/sockets/accf_data_attach/accf_data_attach.c
97
errx(-1, "not ok 2 - getsockopt() after socket() succeeded");
tools/regression/sockets/accf_data_attach/accf_data_attach.c
99
errx(-1, "not ok 2 - getsockopt() after socket() failed with "
tools/regression/sockets/listenclose/listenclose.c
104
errx(-1, "connect() for connect socket: %s", strerror(errno));
tools/regression/sockets/listenclose/listenclose.c
63
errx(-1,
tools/regression/sockets/listenclose/listenclose.c
75
errx(-1, "bind(%s, %d) for listen socket: %s",
tools/regression/sockets/listenclose/listenclose.c
80
errx(-1, "getsockname() for listen socket: %s",
tools/regression/sockets/listenclose/listenclose.c
85
errx(-1, "listen() for listen socket: %s", strerror(errno));
tools/regression/sockets/listenclose/listenclose.c
89
errx(-1, "socket(PF_INET, SOCK_STREAM, 0) for connect "
tools/regression/sockets/listenclose/listenclose.c
94
errx(-1, "socket(PF_INET, SOCK_STREAM, 0) for connect socket"
tools/regression/sockets/pr_atomic/pr_atomic.c
63
errx(-1, "socket");
tools/regression/sockets/pr_atomic/pr_atomic.c
69
errx(-1, "bind");
tools/regression/sockets/pr_atomic/pr_atomic.c
72
errx(-1, "fork");
tools/regression/sockets/pr_atomic/pr_atomic.c
80
errx(-1,"socket");
tools/regression/sockets/pr_atomic/pr_atomic.c
83
errx(-1,"sendto");
tools/regression/sockets/pr_atomic/pr_atomic.c
92
errx(-1,"recvfrom succeeded when failure expected");
tools/regression/sockets/rtsocket/rtsocket.c
49
errx(-1, "socket(PF_ROUTE, SOCK_STREAM, 0) returned %d",
tools/regression/sockets/rtsocket/rtsocket.c
59
errx(-1, "socket(PF_ROUTE, SOCK_DGRAM, 0) returned %d",
tools/regression/sockets/rtsocket/rtsocket.c
74
errx(-1,
tools/regression/sockets/rtsocket/rtsocket.c
84
errx(-1,
tools/regression/sockets/rtsocket/rtsocket.c
94
errx(-1,
tools/regression/sockets/sblock/sblock.c
106
errx(-1, "FAIL: locking_recver: recv: eof");
tools/regression/sockets/sblock/sblock.c
108
errx(-1, "FAIL: locking_recver: not interrupted");
tools/regression/sockets/sblock/sblock.c
75
errx(-1, "FAIL: blocking_recver: recv: eof");
tools/regression/sockets/sblock/sblock.c
77
errx(-1, "FAIL: blocking_recver: recv: %zd bytes", len);
tools/regression/sockets/sblock/sblock.c
79
errx(-1, "FAIL: blocking_recver: interrupted wrong pid");
tools/regression/sockets/shutdown/shutdown.c
101
errx(-1, "shutdown(SHUT_WR) for connect socket: %s",
tools/regression/sockets/shutdown/shutdown.c
50
errx(-1, "shutdown() for invalid file descriptor does not "
tools/regression/sockets/shutdown/shutdown.c
55
errx(-1,
tools/regression/sockets/shutdown/shutdown.c
66
errx(-1, "bind(%s, %d) for listen socket: %s",
tools/regression/sockets/shutdown/shutdown.c
71
errx(-1, "getsockname() for listen socket: %s",
tools/regression/sockets/shutdown/shutdown.c
76
errx(-1, "listen() for listen socket: %s", strerror(errno));
tools/regression/sockets/shutdown/shutdown.c
80
errx(-1, "socket(PF_INET, SOCK_STREAM, 0) for connect "
tools/regression/sockets/shutdown/shutdown.c
90
errx(-1, "connect() for connect socket: %s", strerror(errno));
tools/regression/sockets/shutdown/shutdown.c
93
errx(-1, "shutdown(SHUT_RD - 1) does not return EINVAL");
tools/regression/sockets/shutdown/shutdown.c
95
errx(-1, "shutdown(SHUT_RDWR + 1) does not return EINVAL");
tools/regression/sockets/shutdown/shutdown.c
98
errx(-1, "shutdown(SHUT_RD) for connect socket: %s",
tools/regression/sockets/sigpipe/sigpipe.c
114
errx(-1, "%s: write: returned %zd", testname, len);
tools/regression/sockets/sigpipe/sigpipe.c
126
errx(-1, "%s: send: didn't receive SIGPIPE", testname);
tools/regression/sockets/sigpipe/sigpipe.c
145
errx(-1, "%s: send: got SIGPIPE", testname);
tools/regression/sockets/sigpipe/sigpipe.c
160
errx(-1, "%s: write: didn't receive SIGPIPE", testname);
tools/regression/sockets/sigpipe/sigpipe.c
179
errx(-1, "%s: write: got SIGPIPE", testname);
tools/regression/sockets/sigpipe/sigpipe.c
55
errx(-1, "usage: sigpipe tcpport");
tools/regression/sockets/sigpipe/sigpipe.c
98
errx(-1, "%s: send: returned %zd", testname, len);
tools/regression/sockets/udp_pingpong/udp_pingpong.c
328
errx(1, "%s: %s: send(%d): short send", tcp->name, face,
tools/regression/sockets/udp_pingpong/udp_pingpong.c
408
errx(1, "%s: %s: recvmsg(%d): short recv", tcp->name, face,
tools/regression/sockets/udp_pingpong/udp_pingpong.c
427
errx(1, "%s: %s: recv(%d): short recv", tcp->name, face,
tools/regression/sockets/udp_pingpong/udp_pingpong.c
447
errx(1, "%s: %s: poll(%d): unexpected result", tcp->name, face,
tools/regression/sockets/udp_pingpong/udp_pingpong.c
460
errx(1, "%s: %s: recv(%d): corrupted data, packet %d", tcp->name,
tools/regression/sockets/udp_pingpong/udp_pingpong.c
558
errx(1, "client exit status is %d",
tools/regression/sockets/udp_pingpong/udp_pingpong.c
563
errx(1, "abnormal termination of client, signal %d%s",
tools/regression/sockets/udp_pingpong/udp_pingpong.c
567
errx(1, "termination of client, unknown status");
tools/regression/sockets/udp_pingpong/udp_pingpong.c
570
errx(1, "packet loss is too high %d received out of %d, min %d",
tools/regression/sockets/udp_pingpong/udp_pingpong.c
580
errx(1, "end-to-end trip time is too small");
tools/regression/sockets/udp_pingpong/udp_pingpong.c
582
errx(1, "end-to-end trip time is too large");
tools/regression/sockets/udp_pingpong/udp_pingpong.c
584
errx(1, "A2B trip time is not positive");
tools/regression/sockets/udp_pingpong/udp_pingpong.c
586
errx(1, "B2A trip time is not positive");
tools/regression/sockets/unix_close_race/unix_close_race.c
72
errx(1, "kern.smp.cpus: invalid length");
tools/regression/sockets/unix_cmsg/unix_cmsg.c
372
errx(EXIT_FAILURE, "option -n: number is %s",
tools/regression/sockets/unix_cmsg/unix_cmsg.c
379
errx(EXIT_FAILURE, "option -s: number is %s",
tools/regression/sockets/unix_cmsg/unix_cmsg.c
388
errx(EXIT_FAILURE, "option -t: "
tools/regression/sockets/unix_cmsg/unix_cmsg.c
394
errx(EXIT_FAILURE, "option -z: number is %s",
tools/regression/sockets/unix_cmsg/unix_cmsg.c
408
errx(EXIT_FAILURE, "too many arguments");
tools/regression/sockets/unix_cmsg/unix_cmsg.c
411
errx(EXIT_FAILURE, "test number is %s", errstr);
tools/regression/sockets/unix_cmsg/unix_cmsg.c
413
errx(EXIT_FAILURE, "given test %u for stream "
tools/regression/sockets/unix_cmsg/unix_cmsg.c
416
errx(EXIT_FAILURE, "given test %u for datagram "
tools/regression/sockets/unix_cmsg/unix_cmsg.c
423
errx(EXIT_FAILURE, "particular test number "
tools/regression/sockets/unix_gc/unix_gc.c
111
errx(-1, "%s: sendfd: before %d after %d\n", test,
tools/regression/sockets/unix_gc/unix_gc.c
747
errx(-1, "recursion: deferred before %d after %d", deferred,
tools/regression/sockets/unix_socket/unix_socket.c
58
errx(-1, "socket(PF_LOCAL, SOCK_RAW, 0) returned %d", sock);
tools/regression/sockets/unix_socket/unix_socket.c
66
errx(-1, "socketpair(PF_LOCAL, SOCK_STREAM, 0, socks) [0] < 0");
tools/regression/sockets/unix_socket/unix_socket.c
68
errx(-1, "socketpair(PF_LOCAL, SOCK_STREAM, 0, socks) [1] < 1");
tools/regression/sockets/unix_socket/unix_socket.c
75
errx(-1, "socketpair(PF_LOCAL, SOCK_DGRAM, 0, socks) [0] < 0");
tools/regression/sockets/unix_socket/unix_socket.c
77
errx(-1, "socketpair(PF_LOCAL, SOCK_DGRAM, 0, socks) [1] < 1");
tools/regression/sockets/zerosend/zerosend.c
174
errx(1, "%s: setup_tcp: select: exception", test);
tools/regression/sockets/zerosend/zerosend.c
176
errx(1, "%s: setup_tcp: select: not writable", test);
tools/regression/sockets/zerosend/zerosend.c
57
errx(1, "%s: try_0send: returned %zd", test, len);
tools/regression/sockets/zerosend/zerosend.c
71
errx(1, "%s: try_0write: returned %zd", test, len);
tools/regression/sysvmsg/msgtest.c
202
errx(1, "sender: received unexpected signal");
tools/regression/sysvmsg/msgtest.c
209
errx(1, "System V Message Queue support is not present in the kernel");
tools/regression/sysvmsg/msgtest.c
225
errx(1, "receiver exited abnormally");
tools/regression/sysvmsg/msgtest.c
228
errx(1, "receiver exited with status %d",
tools/regression/sysvmsg/msgtest.c
282
errx(1, "uid mismatch");
tools/regression/sysvmsg/msgtest.c
285
errx(1, "gid mismatch");
tools/regression/sysvmsg/msgtest.c
288
errx(1, "mode mismatch");
tools/regression/sysvsem/semtest.c
213
errx(1, "sender: received unexpected signal");
tools/regression/sysvsem/semtest.c
220
errx(1, "System V Semaphore support is not present in the kernel");
tools/regression/sysvsem/semtest.c
238
errx(1, "receiver exited abnormally");
tools/regression/sysvsem/semtest.c
241
errx(1, "receiver exited with status %d",
tools/regression/sysvsem/semtest.c
298
errx(1, "uid mismatch");
tools/regression/sysvsem/semtest.c
301
errx(1, "gid mismatch");
tools/regression/sysvsem/semtest.c
304
errx(1, "mode mismatch %o != %o",
tools/regression/sysvshm/shmtest.c
166
errx(1, "sender: received unexpected signal");
tools/regression/sysvshm/shmtest.c
173
errx(1, "System V Shared Memory support is not present in the kernel");
tools/regression/sysvshm/shmtest.c
189
errx(1, "receiver exited abnormally");
tools/regression/sysvshm/shmtest.c
192
errx(1, "receiver exited with status %d",
tools/regression/sysvshm/shmtest.c
246
errx(1, "uid mismatch");
tools/regression/sysvshm/shmtest.c
249
errx(1, "gid mismatch");
tools/regression/sysvshm/shmtest.c
252
errx(1, "mode mismatch");
tools/regression/tmpfs/h_tools.c
108
errx(EXIT_FAILURE, "not enough memory");
tools/regression/tmpfs/h_tools.c
142
errx(ec, "%s returned %d", line, ec);
tools/test/buf_ring/buf_ring_test.c
202
errx(1, "test --cons-type=<mc|mc-mt|sc|peek|peek-clear> --prod-count=<prod thread count> [--buf-size=<buf_ring size>]");
tools/test/buf_ring/buf_ring_test.c
234
errx(1, "--bufsize=%s: %s", optarg, errstr);
tools/test/buf_ring/buf_ring_test.c
237
errx(1, "--bufsize needs a power of 2 size");
tools/test/buf_ring/buf_ring_test.c
252
errx(1, "Unknown --cons-type: %s", optarg);
tools/test/buf_ring/buf_ring_test.c
259
errx(1, "--prod-count=%s: %s", optarg, errstr);
tools/test/buf_ring/buf_ring_test.c
271
errx(1, "No cons-type set");
tools/test/buf_ring/buf_ring_test.c
274
errx(1, "prod-count is not set");
tools/test/netfibs/reflect.c
231
errx(EX_USAGE, "inet_pton()");
tools/test/netfibs/reflect.c
235
errx(EX_SOFTWARE, "inet_pton()");
tools/test/netfibs/reflect.c
263
errx(EX_OSERR, "select() miscounted 1 to %d", rc);
tools/test/netfibs/reflect.c
265
errx(EX_OSERR, "select() did not return our socket");
tools/test/netfibs/reflect.c
272
errx(EX_SOFTWARE, "Unsupported socket type %d", type);
tools/test/netfibs/reflect.c
317
errx(EX_USAGE, "Invalid FIB number");
tools/test/netfibs/reflect.c
323
errx(EX_USAGE, "Invalid FIB number");
tools/test/netfibs/reflect.c
332
errx(EX_USAGE, "Invalid port number");
tools/test/netfibs/reflect.c
343
errx(EX_USAGE, "Unknown command line option at '%c'",
tools/test/netfibs/reflect.c
350
errx(EX_USAGE, "Mandatory option -t <testcase> not given");
tools/test/netfibs/reflect.c
352
errx(EX_USAGE, "Mandatory option -T <afname> not given");
tools/test/netfibs/reflect.c
359
errx(EX_USAGE, "Mandatory option -T %s not a valid option",
tools/test/netfibs/reflect.c
65
errx(EX_NOINPUT, "EOF");
tools/test/netfibs/reflect.c
67
errx(EX_DATAERR, "Input too long");
tools/test/netfibs/reflect.c
81
errx(EX_PROTOCOL, "Not received START on first "
tools/test/netfibs/reflect.c
84
errx(EX_PROTOCOL, "START without test case name: %s",
tools/test/netfibs/reflect.c
87
errx(EX_PROTOCOL, "START test case does not match "
tools/test/ppsapi/ppsapitest.c
121
errx(1, "-C but cannot capture on clear flank");
tools/test/ppsapi/ppsapitest.c
124
errx(1, "-A but cannot capture on assert flank");
tools/test/stress2/lib/main.c
196
errx(1, "No RWX access to %s", op->wd);
tools/test/stress2/lib/resources.c
122
errx(1, "xswdev version mismatch");
tools/test/stress2/lib/resources.c
183
errx(1, "%s. Can not create %s\n", getprogname(), lockpath);
tools/test/stress2/testcases/lockf/lockf.c
63
errx(1, "get() read 0 bytes");
tools/test/stress2/testcases/lockf/lockf.c
65
errx(1, "get() size error: %d", r);
tools/test/stress2/tools/flip.c
123
errx(1, "%s must be a regular file\n", argv[0]);
tools/test/stress2/tools/swap.c
115
errx(1, "Argument too small");
tools/test/stress2/tools/swap.c
130
errx(1, "Argument too small");
tools/test/stress2/tools/swap.c
209
errx(1, "pct range with no swap is 0-80");
tools/test/stress2/tools/swap.c
93
errx(1, "xswdev version mismatch");
tools/test/stress2/tools/zapsb.c
50
errx(1, "%s: can't read superblock", fs);
tools/test/stress2/tools/zapsb.c
72
errx(1, "%s: can't write superblock", fs);
tools/tools/ath/athaggrstats/main.c
110
errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [-z] [interval]\n", argv[0]);
tools/tools/ath/athdebug/athdebug.c
165
errx(1, "missing interface name for -i option");
tools/tools/ath/athdebug/athdebug.c
168
errx(2, "huh, this is for ath devices?");
tools/tools/ath/athdebug/athdebug.c
208
errx(1, "unknown flag %.*s",
tools/tools/ath/athdecode/main.c
329
errx(-1, "too many registers; bump MAXREGS");
tools/tools/ath/athkey/athkey.c
168
errx(-1, "%s: invalid key index %s, must be [0..127]",
tools/tools/ath/athpoke/athpoke.c
110
errx(1, "invalid register \"%s\"", argv[0]);
tools/tools/ath/athpoke/athpoke.c
208
errx(-1, "too many registers; bump MAXREGS");
tools/tools/ath/athprom/athprom.c
138
errx(1, "%s: invalid eeprom offset %s",
tools/tools/ath/athprom/athprom.c
145
errx(1, "%s: invalid eeprom value %s",
tools/tools/ath/athprom/athprom.c
167
errx(-1, "Cannot locate template file for "
tools/tools/ath/athratestats/main.c
337
errx(1,
tools/tools/ath/athratestats/main.c
345
errx(1, "%s: macaddress wasn't supplied and no -a given\n",
tools/tools/ath/athregs/dumpregs.c
172
errx(-1, "no registers are known for this part "
tools/tools/ath/athregs/dumpregs.c
312
errx(-1, "too many registers; bump MAXREGS");
tools/tools/ath/athregs/dumpregs.c
332
errx(-1, "no space to %d keycache slots\n", nslots);
tools/tools/ath/athregs/dumpregs.c
359
errx(-1, "no space for %d register slots (type %d)\n",
tools/tools/ath/athstats/main.c
118
errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [-z] [interval]\n", argv[0]);
tools/tools/bhyve/fwctl_fetch.c
103
errx(1, "Response payload length mismatch (%u): %zu vs %zu", id,
tools/tools/bhyve/fwctl_fetch.c
122
errx(1, "Need node name");
tools/tools/bhyve/fwctl_fetch.c
131
errx(1, "Node has length of 0");
tools/tools/bhyve/fwctl_fetch.c
139
errx(1, "Length mismatch: %zu vs %zu", len, len2);
tools/tools/bhyve/fwctl_fetch.c
38
errx(1, "Signature mismatch: %.4s", buf);
tools/tools/bhyve/fwctl_fetch.c
84
errx(1, "Invalid response length (%u): %u", id, rsplen);
tools/tools/bhyve/fwctl_fetch.c
89
errx(1, "Invalid response type (%u): %u", id, value);
tools/tools/bhyve/fwctl_fetch.c
94
errx(1, "Invalid response ID (%u): %u", id, value);
tools/tools/bhyve/fwctl_fetch.c
99
errx(1, "Error from op %u (%u): %u", op, id, value);
tools/tools/bootparttest/bootparttest.c
125
errx(1, "disk_open failed");
tools/tools/bootparttest/bootparttest.c
95
errx(1, "Usage: %s <GEOM provider name> | "
tools/tools/cfi/cfi.c
132
errx(1, "missing device name for -f option");
tools/tools/cfi/cfi.c
145
errx(1, "missing value for woem");
tools/tools/crypto/cryptocheck.c
1407
errx(1, "OpenSSL %s (%zu) ctx new failed: %s", alg->name,
tools/tools/crypto/cryptocheck.c
1411
errx(1, "OpenSSL %s (%zu) ctx init failed: %s", alg->name,
tools/tools/crypto/cryptocheck.c
1417
errx(1, "OpenSSL %s (%zu) aad update failed: %s",
tools/tools/crypto/cryptocheck.c
1423
errx(1, "OpenSSL %s (%zu) decrypt update failed: %s", alg->name,
tools/tools/crypto/cryptocheck.c
1428
errx(1, "OpenSSL %s (%zu) get tag failed: %s", alg->name,
tools/tools/crypto/cryptocheck.c
1433
errx(1, "OpenSSL %s (%zu) decrypt size mismatch: %d", alg->name,
tools/tools/crypto/cryptocheck.c
1900
errx(1, "Bad AAD size %s", optarg);
tools/tools/crypto/cryptocheck.c
1912
errx(1, "Bad IV size %s", optarg);
tools/tools/crypto/cryptocheck.c
1933
errx(1, "Bad size %s", av[0]);
tools/tools/crypto/cryptocheck.c
1940
errx(1, "Algorithm required");
tools/tools/crypto/cryptocheck.c
2025
errx(1, "Invalid algorithm %s", algname);
tools/tools/crypto/cryptocheck.c
325
errx(1, "Invalid cipher %s", cipher_name);
tools/tools/crypto/cryptocheck.c
328
errx(1, "Invalid hmac %s", mac_name);
tools/tools/cxgbtool/cxgbtool.c
1010
errx(1, "FW image too large");
tools/tools/cxgbtool/cxgbtool.c
1044
errx(1, "boot image too large");
tools/tools/cxgbtool/cxgbtool.c
1222
errx(1, "bad trace filter \"%s\"; must be one of \"rx\", "
tools/tools/cxgbtool/cxgbtool.c
1231
errx(1, "bad argument \"%s\"; must be \"on\" or \"off\"",
tools/tools/cxgbtool/cxgbtool.c
1265
errx(1, "unknown trace parameter \"%s\"\n"
tools/tools/cxgbtool/cxgbtool.c
1270
errx(1, "bad parameter \"%s\"", argv[start_arg + 1]);
tools/tools/cxgbtool/cxgbtool.c
1274
errx(1, "unknown parameter \"%s\"", argv[start_arg]);
tools/tools/cxgbtool/cxgbtool.c
1413
errx(1, "unknown type \"%s\"; must be one of "
tools/tools/cxgbtool/cxgbtool.c
1424
errx(1, "unknown action \"%s\"; must be one of "
tools/tools/cxgbtool/cxgbtool.c
1428
errx(1, "unknown filter parameter \"%s\"\n"
tools/tools/cxgbtool/cxgbtool.c
1434
errx(1, "bad value \"%s\" for parameter \"%s\"",
tools/tools/cxgbtool/cxgbtool.c
1439
errx(1, "no value for \"%s\"", argv[start_arg]);
tools/tools/cxgbtool/cxgbtool.c
1453
errx(1, "missing value for %s", argv[pos]);
tools/tools/cxgbtool/cxgbtool.c
1475
errx(1, "missing value for mode");
tools/tools/cxgbtool/cxgbtool.c
1481
errx(1, "bad mode \"%s\"", argv[start_arg + 1]);
tools/tools/cxgbtool/cxgbtool.c
1495
errx(1, "unknown scheduler parameter \"%s\"",
tools/tools/cxgbtool/cxgbtool.c
1513
errx(1, "no scheduler specified");
tools/tools/cxgbtool/cxgbtool.c
1534
errx(1, "unknown scheduler \"%s\"; must be one of \"port\", "
tools/tools/cxgbtool/cxgbtool.c
297
errx(1, "unknown block \"%s\"", block_name);
tools/tools/cxgbtool/cxgbtool.c
359
errx(1, "unknown block \"%s\"", block_name);
tools/tools/cxgbtool/cxgbtool.c
421
errx(1, "unknown block \"%s\"", block_name);
tools/tools/cxgbtool/cxgbtool.c
483
errx(1, "unknown block \"%s\"", block_name);
tools/tools/cxgbtool/cxgbtool.c
522
errx(1, "unknown card type %d.%d", vers, revision);
tools/tools/cxgbtool/cxgbtool.c
626
errx(1, "unknown card type %d", vers);
tools/tools/cxgbtool/cxgbtool.c
655
errx(1, "MTUs must be in ascending order");
tools/tools/cxgbtool/cxgbtool.c
791
errx(1, "invalid queue number %d, range is 0..5", qnum);
tools/tools/cxgbtool/cxgbtool.c
961
errx(1, "unknown memory \"%s\"; must be one of \"cm\", \"tx\","
tools/tools/fib_multibind/sink.c
124
errx(1, "-a and -f are mutually exclusive");
tools/tools/fib_multibind/sink.c
61
errx(1, "multibind is disabled, set %s=0 to enable", sysctl);
tools/tools/fib_multibind/sink.c
78
errx(1, "%s", gai_strerror(error));
tools/tools/fib_multibind/sink.c
87
errx(1, "no %s address found for '%s'",
tools/tools/find-sb/find-sb.c
44
errx(1, "usage");
tools/tools/find-sb/find-sb.c
47
errx(1, "usage");
tools/tools/find-sb/find-sb.c
52
errx(1, "usage");
tools/tools/find-sb/find-sb.c
59
errx(1, "usage");
tools/tools/find-sb/find-sb.c
85
errx(1, "short read %jd (wanted %d) at %jd",
tools/tools/indent_wrapper/indent_wrapper.c
320
errx(EX_SOFTWARE, "Cannot invoke command '%s'", cmd_str);
tools/tools/indent_wrapper/indent_wrapper.c
533
errx(EX_SOFTWARE, "Non printable characters are not allowed: '%c'", ch);
tools/tools/indent_wrapper/indent_wrapper.c
650
errx(EX_SOFTWARE, "Unbalanced parenthesis");
tools/tools/indent_wrapper/indent_wrapper.c
652
errx(EX_SOFTWARE, "String without end");
tools/tools/indent_wrapper/indent_wrapper.c
70
errx(EX_SOFTWARE, "Out of memory");
tools/tools/intel-ucode-split/intel-ucode-split.c
162
errx(1, "invalid microcode header");
tools/tools/intel-ucode-split/intel-ucode-split.c
165
errx(1, "invalid header version");
tools/tools/intel-ucode-split/intel-ucode-split.c
173
errx(1, "header total_size too large");
tools/tools/intel-ucode-split/intel-ucode-split.c
203
errx(1, "truncated microcode data");
tools/tools/ipw/ipwstats.c
249
errx(EX_DATAERR, "Invalid interface name '%s'", iface);
tools/tools/iwi/iwistats.c
116
errx(EX_DATAERR, "Invalid interface name '%s'", iface);
tools/tools/kttcp/kttcp.c
143
errx(1,
tools/tools/kttcp/kttcp.c
203
errx(2, "%s", gai_strerror(error));
tools/tools/kttcp/kttcp.c
87
errx(1, "invalid byte count: %s", str);
tools/tools/kttcp/kttcp.c
95
errx(1, "invalid byte count modifier: %s", str);
tools/tools/mwl/mwldebug/mwldebug.c
145
errx(1, "missing interface name for -i option");
tools/tools/mwl/mwldebug/mwldebug.c
148
errx(2, "huh, this is for mv devices?");
tools/tools/mwl/mwldebug/mwldebug.c
185
errx(1, "unknown flag %.*s",
tools/tools/mwl/mwlstats/main.c
80
errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [interval]\n", argv[0]);
tools/tools/ncpus/acpi.c
195
errx(1, "out of memory");
tools/tools/ncpus/acpi.c
318
errx(1, "RSDT is corrupted");
tools/tools/ncpus/acpi.c
324
errx(1, "XSDT is corrupted");
tools/tools/net80211/mlme_assoc/mlme_assoc.c
180
errx(EX_UNAVAILABLE, "socket");
tools/tools/net80211/mlme_assoc/mlme_assoc.c
184
errx(EX_UNAVAILABLE, "if_up");
tools/tools/net80211/mlme_assoc/mlme_assoc.c
189
errx(EX_UNAVAILABLE, "try_mlme_assoc");
tools/tools/net80211/mlme_assoc/mlme_assoc.c
194
errx(EX_UNAVAILABLE, "mlme_assoc_scan_results");
tools/tools/net80211/w00t/assoc/assoc.c
109
errx(1, "injected %d but only %d sent", rc, len);
tools/tools/net80211/wesside/wesside/wesside.c
2103
errx(1, "write %d/%d\n", rd, strlen(k));
tools/tools/net80211/wlaninject/wlaninject.c
246
errx(1, "unknown wme access class %s", ac);
tools/tools/net80211/wlaninject/wlaninject.c
266
errx(1, "unknown transmit rate %s", rate);
tools/tools/net80211/wlaninject/wlaninject.c
340
errx(1, "Unknown MGT subtype 0x%x",
tools/tools/net80211/wlaninject/wlaninject.c
369
errx(1, "Unknown CTL subtype 0x%x",
tools/tools/net80211/wlaninject/wlaninject.c
380
errx(1, "Unknown type 0x%x",
tools/tools/net80211/wlantxtime/wlantxtime.c
554
errx(-1, "unknown mode %s", mode);
tools/tools/net80211/wlantxtime/wlantxtime.c
558
errx(-1, "rate %s not valid for mode %s", srate(rate), mode);
tools/tools/net80211/wlanwds/wlanwds.c
158
errx(EXIT_FAILURE, "Daemon already running; pid: %jd.",
tools/tools/netrate/http/http.c
275
errx(-1, "%d exceeds max threads %d", numthreads,
tools/tools/netrate/httpd/httpd.c
267
errx(-1, "write: short");
tools/tools/netrate/juggle/juggle.c
444
errx(-1, "process_juggle: waitpid: pid != wpid");
tools/tools/netrate/tcpconnect/tcpconnect.c
112
errx(-1, "usage: tcpconnect [ip]");
tools/tools/netrate/tcpp/tcpp.c
183
errx(EX_USAGE, "-P current unsupported");
tools/tools/netrate/tcpp/tcpp_client.c
162
errx(-1, "tcpp_client_handleconn: magic");
tools/tools/netrate/tcpp/tcpp_client.c
179
errx(-1, "tcpp_client_handleconn: header write "
tools/tools/netrate/tcpp/tcpp_client.c
196
errx(-1, "tcpp_client_handleconn: data write: "
tools/tools/netrate/tcpp/tcpp_client.c
224
errx(-1, "sysctlbyname: %s: len %jd", SYSCTLNAME_CPUS,
tools/tools/netrate/tcpp/tcpp_client.c
257
errx(-1, "kevent: %d", numevents);
tools/tools/netrate/tcpp/tcpp_client.c
275
errx(-1, "Can't use -b less than %zu\n",
tools/tools/netrate/tcpp/tcpp_client.c
330
errx(-1, "Too many errors");
tools/tools/netrate/tcpp/tcpp_server.c
133
errx(-1, "tcpp_server_handleconn: magic");
tools/tools/netrate/tcpp/tcpp_server.c
207
errx(-1, "sysctlbyname: %s: len %jd", SYSCTLNAME_CPUS,
tools/tools/npe/npestats/main.c
94
errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [interval]\n", argv[0]);
tools/tools/nvmf/nvmfd/ctl.c
108
errx(1, "Failed to pack nvlist for CTL_PORT/CTL_REQ_REMOVE");
tools/tools/nvmf/nvmfd/ctl.c
112
errx(1, "Failed to remove CTL port: %s", req.error_str);
tools/tools/nvmf/nvmfd/ctl.c
114
errx(1, "Failed to remove CTL port: %d", req.status);
tools/tools/nvmf/nvmfd/ctl.c
67
errx(1, "Failed to pack nvlist for CTL_PORT/CTL_REQ_CREATE");
tools/tools/nvmf/nvmfd/ctl.c
73
errx(1, "Failed to create CTL port: %s", req.error_str);
tools/tools/nvmf/nvmfd/ctl.c
75
errx(1, "Failed to create CTL port: %d", req.status);
tools/tools/nvmf/nvmfd/ctl.c
80
errx(1, "Failed to unpack nvlist from CTL_PORT/CTL_REQ_CREATE");
tools/tools/nvmf/nvmfd/ctl.c
88
errx(1, "ioctl(CTL_ENABLE_PORT)");
tools/tools/nvmf/nvmfd/devices.c
124
errx(1, "Invalid file type for %s", config);
tools/tools/nvmf/nvmfd/devices.c
61
errx(1, "Invalid ramdisk specification: %s", config);
tools/tools/nvmf/nvmfd/devices.c
63
errx(1, "Invalid ramdisk size %ju", (uintmax_t)num);
tools/tools/nvmf/nvmfd/devices.c
77
errx(1, "File size is not a multiple of 512: %s", config);
tools/tools/nvmf/nvmfd/discovery.c
88
errx(1, "Unsupported address family %u", ss.ss_family);
tools/tools/nvmf/nvmfd/nvmfd.c
184
errx(1, "Invalid MAXH2CDATA value %s", optarg);
tools/tools/nvmf/nvmfd/nvmfd.c
187
errx(1, "Invalid MAXH2CDATA value %s", optarg);
tools/tools/nvmf/nvmfd/nvmfd.c
225
errx(1, "Invalid transport %s", transport);
tools/tools/nvmf/nvmfd/nvmfd.c
244
errx(1, "Daemon already running, pid: %jd",
tools/tools/nvmf/nvmfd/nvmfd.c
83
errx(1, "%s", gai_strerror(error));
tools/tools/nvmf/nvmfdd/nvmfdd.c
103
errx(1, "Controller does not support the NVM command set");
tools/tools/nvmf/nvmfdd/nvmfdd.c
148
errx(1, "Controller failed to become ready");
tools/tools/nvmf/nvmfdd/nvmfdd.c
416
errx(1, "Invalid namespace ID %u", nsid);
tools/tools/nvmf/nvmfdd/nvmfdd.c
423
errx(1, "Invalid command %s", av[0]);
tools/tools/nvmf/nvmfdd/nvmfdd.c
428
errx(1, "Invalid address %s", address);
tools/tools/nvmf/nvmfdd/nvmfdd.c
438
errx(1, "Invalid transport %s", transport);
tools/tools/nvmf/nvmfdd/nvmfdd.c
457
errx(1, "Failed to create admin queue: %s",
tools/tools/nvmf/nvmfdd/nvmfdd.c
61
errx(1, "%s", gai_strerror(error));
tools/tools/so_splice/pingpong.c
148
errx(1, "unexpected short read");
tools/tools/so_splice/pingpong.c
157
errx(1, "unexpected data");
tools/tools/so_splice/pingpong.c
47
errx(1, "invalid address '%s', should be <addr>:<port>", host);
tools/tools/so_splice/pingpong.c
54
errx(1, "%s", gai_strerror(error));
tools/tools/so_splice/pingpong.c
62
errx(1, "no TCP address found for '%s'", host);
tools/tools/so_splice/pingpong.c
89
errx(1, "message size too large");
tools/tools/so_splice/pingpong.c
91
errx(1, "message size must be non-zero");
tools/tools/so_splice/pingpong.c
96
errx(1, "count must be positive");
tools/tools/so_splice/proxy.c
205
errx(1, "unsupported address family %d", af);
tools/tools/so_splice/proxy.c
292
errx(1, "unexpected event ident %d",
tools/tools/so_splice/proxy.c
339
errx(1, "child exited with status %d",
tools/tools/so_splice/proxy.c
366
errx(1, "invalid address '%s', should be <addr>:<port>", host);
tools/tools/so_splice/proxy.c
373
errx(1, "%s", gai_strerror(error));
tools/tools/so_splice/proxy.c
381
errx(1, "no TCP address found for '%s'", host);
tools/tools/switch_tls/switch_tls.c
164
errx(1, "%s is empty", name);
tools/tools/switch_tls/switch_tls.c
168
errx(1, "malloc failed");
tools/tools/switch_tls/switch_tls.c
286
errx(1, "getaddrinfo: %s port %s: %s", lhost, lport,
tools/tools/switch_tls/switch_tls.c
292
errx(1, "getaddrinfo: %s port %s: %s", fhost, fport,
tools/tools/tionxcl/tionxcl.c
56
errx(EX_USAGE, "usage: %s <ttyname>\n", progname);
tools/tools/tionxcl/tionxcl.c
58
errx(EX_NOPERM, "Sorry\n");
tools/tools/tscdrift/tscdrift.c
111
errx(1, "Only one available CPU");
tools/tools/umastat/umastat.c
222
errx(-1, "uma_print_bucketlist: %s", kvm_geterr(kvm));
tools/tools/umastat/umastat.c
251
errx(-1, "uma_print_cache: %s", kvm_geterr(kvm));
tools/tools/umastat/umastat.c
264
errx(-1, "uma_print_cache: %s", kvm_geterr(kvm));
tools/tools/umastat/umastat.c
314
errx(-1, "kvm_openfiles: %s", errbuf);
tools/tools/umastat/umastat.c
321
errx(-1, "kvm_nlist return");
tools/tools/umastat/umastat.c
326
errx(-1, "kread_symbol: %s", kvm_geterr(kvm));
tools/tools/umastat/umastat.c
332
errx(-1, "kread_symbol: %s", kvm_geterr(kvm));
tools/tools/umastat/umastat.c
338
errx(-1, "kread_symbol: %s", kvm_geterr(kvm));
tools/tools/umastat/umastat.c
344
errx(-1, "kread_symbol: %s", kvm_geterr(kvm));
tools/tools/umastat/umastat.c
362
errx(-1, "kread: %s", kvm_geterr(kvm));
tools/tools/umastat/umastat.c
397
errx(-1, "kread: %s", kvm_geterr(kvm));
tools/tools/umastat/umastat.c
404
errx(-1, "kread: %s",
tools/tools/umastat/umastat.c
412
errx(-1, "kread_string: %s", kvm_geterr(kvm));
tools/tools/zfsboottest/zfsboottest.c
140
errx(1, "Unable to allocate memory.");
usr.bin/apply/apply.c
198
errx(1, "expecting additional argument%s after \"%s\"",
usr.bin/apply/apply.c
72
errx(1,
usr.bin/apply/apply.c
82
errx(1,
usr.bin/at/at.c
160
errx(EXIT_FAILURE, "virtual memory exhausted");
usr.bin/at/at.c
176
errx(EXIT_FAILURE, "virtual memory exhausted");
usr.bin/at/at.c
584
errx(EXIT_FAILURE, "%s: not owner", argv[i]);
usr.bin/at/at.c
619
errx(EXIT_FAILURE, "internal error, process_jobs = %d",
usr.bin/at/at.c
850
errx(EXIT_FAILURE, "you do not have permission to use this program");
usr.bin/at/panic.c
59
errx(EXIT_FAILURE, "%s", a);
usr.bin/at/parsetime.c
189
errx(EXIT_FAILURE, "virtual memory exhausted");
usr.bin/at/perm.c
68
errx(EXIT_FAILURE, "virtual memory exhausted");
usr.bin/backlight/backlight.c
148
errx(1, "Cannot parse brightness level %s: %s",
usr.bin/backlight/backlight.c
155
errx(1, "cannot open %s: %s",
usr.bin/backlight/backlight.c
159
errx(1, "can't limit stdio rights");
usr.bin/backlight/backlight.c
163
errx(1, "cap_right_limit() failed");
usr.bin/backlight/backlight.c
165
errx(1, "caph_ioctls_limit() failed");
usr.bin/backlight/backlight.c
167
errx(1, "failed to enter capability mode");
usr.bin/backlight/backlight.c
172
errx(1, "Cannot query the backlight device");
usr.bin/backlight/backlight.c
190
errx(1, "Cannot update the backlight device");
usr.bin/backlight/backlight.c
198
errx(1, "Cannot query the backlight device");
usr.bin/backlight/backlight.c
207
errx(1, "Cannot update the backlight device");
usr.bin/backlight/backlight.c
211
errx(1, "Cannot query the backlight device");
usr.bin/banner/banner.c
1032
errx(1, "illegal argument for -w option");
usr.bin/beep/beep.c
205
errx(1, "daemon(0,0) failed");
usr.bin/beep/beep.c
216
errx(1, "ioctl SOUND_PCM_WRITE_CHANNELS(1) failed");
usr.bin/beep/beep.c
220
errx(1, "ioctl SNDCTL_DSP_SETFMT(AFMT_FLOAT) failed");
usr.bin/beep/beep.c
223
errx(1, "ioctl SNDCTL_DSP_SPEED(%d) failed", sample_rate);
usr.bin/beep/beep.c
229
errx(1, "ioctl SNDCTL_DSP_SETFRAGMENT(0x%x) failed", c);
usr.bin/beep/beep.c
232
errx(1, "ioctl SNDCTL_DSP_GETODELAY failed");
usr.bin/beep/beep.c
237
errx(1, "out of memory");
usr.bin/beep/beep.c
266
errx(1, "failed writing to DSP device(%s)", oss_dev);
usr.bin/bintrans/uuencode.c
148
errx(1, "write error");
usr.bin/bintrans/uuencode.c
177
errx(1, "b64_ntop: error encoding base64");
usr.bin/bintrans/uuencode.c
241
errx(1, "read error");
usr.bin/bintrans/uuencode.c
78
errx(1, "write error");
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
100
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
128
errx(1, "Unknown service name: %s",
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
227
errx(1, "Unable to create local SDP session");
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
229
errx(1, "Unable to open local SDP session. %s (%d)",
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
237
errx(1, "Unable to register LAN service with "
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
266
errx(1, "Invalid RFCOMM channel number %d", channel);
usr.bin/brandelf/brandelf.c
104
errx(1, "t option incompatible with f option");
usr.bin/brandelf/brandelf.c
86
errx(1, "f option incompatible with t option");
usr.bin/bsdiff/bsdiff/bsdiff.c
203
errx(1, "BZ2_bzWriteOpen, bz2err = %d", bz2err);
usr.bin/bsdiff/bsdiff/bsdiff.c
269
errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
usr.bin/bsdiff/bsdiff/bsdiff.c
274
errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
usr.bin/bsdiff/bsdiff/bsdiff.c
279
errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
usr.bin/bsdiff/bsdiff/bsdiff.c
288
errx(1, "BZ2_bzWriteClose, bz2err = %d", bz2err);
usr.bin/bsdiff/bsdiff/bsdiff.c
297
errx(1, "BZ2_bzWriteOpen, bz2err = %d", bz2err);
usr.bin/bsdiff/bsdiff/bsdiff.c
300
errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
usr.bin/bsdiff/bsdiff/bsdiff.c
303
errx(1, "BZ2_bzWriteClose, bz2err = %d", bz2err);
usr.bin/bsdiff/bsdiff/bsdiff.c
312
errx(1, "BZ2_bzWriteOpen, bz2err = %d", bz2err);
usr.bin/bsdiff/bsdiff/bsdiff.c
315
errx(1, "BZ2_bzWrite, bz2err = %d", bz2err);
usr.bin/bsdiff/bsdiff/bsdiff.c
318
errx(1, "BZ2_bzWriteClose, bz2err = %d", bz2err);
usr.bin/bsdiff/bspatch/bspatch.c
187
errx(1, "Corrupt patch");
usr.bin/bsdiff/bspatch/bspatch.c
193
errx(1, "Corrupt patch");
usr.bin/bsdiff/bspatch/bspatch.c
202
errx(1, "Corrupt patch");
usr.bin/bsdiff/bspatch/bspatch.c
211
errx(1, "BZ2_bzReadOpen, bz2err = %d", cbz2err);
usr.bin/bsdiff/bspatch/bspatch.c
216
errx(1, "BZ2_bzReadOpen, bz2err = %d", dbz2err);
usr.bin/bsdiff/bspatch/bspatch.c
221
errx(1, "BZ2_bzReadOpen, bz2err = %d", ebz2err);
usr.bin/bsdiff/bspatch/bspatch.c
242
errx(1, "Corrupt patch");
usr.bin/bsdiff/bspatch/bspatch.c
249
errx(1, "Corrupt patch");
usr.bin/bsdiff/bspatch/bspatch.c
253
errx(1, "Corrupt patch");
usr.bin/bsdiff/bspatch/bspatch.c
259
errx(1, "Corrupt patch");
usr.bin/bsdiff/bspatch/bspatch.c
272
errx(1, "Corrupt patch");
usr.bin/bsdiff/bspatch/bspatch.c
278
errx(1, "Corrupt patch");
usr.bin/bsdiff/bspatch/bspatch.c
70
errx(1, "Corrupt patch");
usr.bin/calendar/calendar.c
189
errx(1, "setenv: %s", strerror(errno));
usr.bin/calendar/calendar.c
215
errx(1, "setusercontext");
usr.bin/calendar/calendar.c
226
errx(1, "cannot allocate memory");
usr.bin/calendar/calendar.c
93
errx(1, "number of days must be positive");
usr.bin/calendar/calendar.c
99
errx(1, "number of days must be positive");
usr.bin/calendar/events.c
106
errx(1, "convert: cannot allocate memory");
usr.bin/calendar/events.c
129
errx(1, "convert: cannot allocate memory");
usr.bin/calendar/events.c
144
errx(1, "convert: cannot allocate memory");
usr.bin/calendar/events.c
163
errx(1, "event_add: cannot allocate memory");
usr.bin/calendar/events.c
170
errx(1, "event_add: cannot allocate memory");
usr.bin/calendar/events.c
186
errx(1, "event_continue: cannot allocate memory");
usr.bin/calendar/events.c
190
errx(1, "event_continue: cannot allocate memory");
usr.bin/calendar/events.c
59
errx(1, "set_new_encoding: cannot allocate memory");
usr.bin/calendar/events.c
67
errx(1, "set_new_encoding: cannot allocate memory");
usr.bin/calendar/events.c
88
errx(1, "convert: cannot allocate memory");
usr.bin/calendar/events.c
95
errx(1, "Conversion is not supported");
usr.bin/calendar/io.c
418
errx(1, "cannot allocate memory"); \
usr.bin/calendar/locale.c
103
errx(1, "cannot allocate memory");
usr.bin/calendar/locale.c
119
errx(1, "cannot allocate memory");
usr.bin/calendar/locale.c
131
errx(1, "cannot allocate memory");
usr.bin/calendar/locale.c
91
errx(1, "cannot allocate memory");
usr.bin/calendar/parsedata.c
493
errx(1, "Unable to allocate more years");
usr.bin/calendar/parsedata.c
996
errx (1, "Invalid specifier format: %s\n", s);
usr.bin/cap_mkdb/cap_mkdb.c
108
errx(1, "strdup failed");
usr.bin/cap_mkdb/cap_mkdb.c
164
errx(1, "malloc failed");
usr.bin/cap_mkdb/cap_mkdb.c
241
errx(1, "potential reference loop detected");
usr.bin/chpass/chpass.c
133
errx(1, "unknown user: uid %lu",
usr.bin/chpass/chpass.c
137
errx(1, "unknown user: %s", *argv);
usr.bin/chpass/chpass.c
188
errx(1, "invalid format for password");
usr.bin/chpass/chpass.c
214
errx(0, "user information unchanged");
usr.bin/chpass/chpass.c
243
errx(0, "NIS user information updated");
usr.bin/chpass/chpass.c
266
errx(0, "user information updated");
usr.bin/chpass/chpass.c
269
errx(1, "unsupported passwd source");
usr.bin/chpass/chpass.c
277
errx(1, "%s", strerror(EACCES));
usr.bin/cmp/cmp.c
151
errx(ERR_EXIT, "specifying -s with -l or -x is not permitted");
usr.bin/cmp/cmp.c
176
errx(ERR_EXIT,
usr.bin/cmp/cmp.c
206
errx(ERR_EXIT, "%s: Not a symbolic link", file2);
usr.bin/cmp/cmp.c
211
errx(ERR_EXIT, "%s: Not a symbolic link", file1);
usr.bin/col/col.c
108
errx(1, "write error"); \
usr.bin/col/col.c
152
errx(1, "bad -l argument, %s: %s", errstr,
usr.bin/col/col.c
537
errx(1, "too many lines");
usr.bin/col/col.c
540
errx(1, "too many reverse line feeds");
usr.bin/colrm/colrm.c
77
errx(EXIT_FAILURE, "illegal column -- %s", argv[1]);
usr.bin/colrm/colrm.c
82
errx(EXIT_FAILURE, "illegal column -- %s", argv[0]);
usr.bin/colrm/colrm.c
91
errx(EXIT_FAILURE, "illegal start and stop columns");
usr.bin/column/column.c
124
errx(1, "the -l flag cannot be used without the -t flag");
usr.bin/column/column.c
90
errx(1, "invalid terminal width \"%s\": %s",
usr.bin/column/column.c
96
errx(1, "invalid max width \"%s\": %s",
usr.bin/comm/comm.c
189
errx(1, "conversion buffer length overflow");
usr.bin/comm/comm.c
193
errx(1, "internal mbstowcs() error");
usr.bin/compress/compress.c
120
errx(1, "the -c option permits only a single file argument");
usr.bin/compress/compress.c
78
errx(1, "unknown program name");
usr.bin/compress/compress.c
86
errx(1, "illegal bit count -- %s", optarg);
usr.bin/csplit/csplit.c
120
errx(1, "%s: bad suffix length", optarg);
usr.bin/csplit/csplit.c
132
errx(1, "name too long");
usr.bin/csplit/csplit.c
167
errx(1, "%ld: suffix too long (limit %ld)",
usr.bin/csplit/csplit.c
179
errx(1, "%s: bad repetition count", *argv + 1);
usr.bin/csplit/csplit.c
191
errx(1, "%s: unrecognised pattern", expr);
usr.bin/csplit/csplit.c
330
errx(1, "%s: can't seek", currfile);
usr.bin/csplit/csplit.c
332
errx(1, "can't read overflowed output");
usr.bin/csplit/csplit.c
368
errx(1, "%s: missing trailing %c", expr, *expr);
usr.bin/csplit/csplit.c
375
errx(1, "%s: bad offset", pofs);
usr.bin/csplit/csplit.c
380
errx(1, "%s: bad regular expression", re);
usr.bin/csplit/csplit.c
403
errx(1, "%s: no match", re);
usr.bin/csplit/csplit.c
447
errx(1, "%s: bad line number", expr);
usr.bin/csplit/csplit.c
450
errx(1, "%s: can't go backwards", expr);
usr.bin/csplit/csplit.c
456
errx(1, "%ld: out of range", lastline);
usr.bin/ctags/tree.c
62
errx(1, "out of space");
usr.bin/ctlstat/ctlstat.c
199
errx(1, "CTL_GET_*_STATS returned NEED_MORE_SPACE again");
usr.bin/ctlstat/ctlstat.c
207
errx(1, "CTL_GET_*_STATS ioctl returned unknown status %d",
usr.bin/ctlstat/ctlstat.c
461
errx(1, "%s: too many nesting levels, %zd max", __func__,
usr.bin/ctlstat/ctlstat.c
505
errx(1, "%s: no valid sbuf at level %d (name %s)", __func__,
usr.bin/ctlstat/ctlstat.c
585
errx(1, "%s: Unable to parse XML: Error %d", __func__,
usr.bin/ctlstat/ctlstat.c
626
errx(1, "error returned from getcpu()");
usr.bin/ctlstat/ctlstat.c
825
errx(1, "error returned from getstats()");
usr.bin/ctlstat/ctlstat.c
902
errx(1, "Invalid LUN number %d", cur_lun);
usr.bin/ctlstat/ctlstat.c
921
errx(1, "Invalid port number %d", cur_port);
usr.bin/ctlstat/ctlstat.c
950
errx(1, "Options -p and -l are exclusive.");
usr.bin/ctlstat/ctlstat.c
959
errx(1, "Option -P is exclusive with -p, -c, -w, and -t");
usr.bin/cut/cut.c
188
errx(1, "[-bcf] list: illegal list value");
usr.bin/cut/cut.c
190
errx(1, "[-bcf] list: values may not include zero");
usr.bin/cut/cut.c
95
errx(1, "bad delimiter");
usr.bin/diff/diff.c
460
errx(2, "can't compare - to a directory");
usr.bin/diff/diff.c
464
errx(2, "-D option not supported with directories");
usr.bin/diff/diff.c
498
errx(2, "%s: %s", pattern, buf);
usr.bin/diff/diff.c
500
errx(2, "%s", buf);
usr.bin/diff/diffreg.c
241
errx(2, "cannot use Myers algorithm with selected options");
usr.bin/diff/pr.c
122
errx(2, "pr exited abnormally");
usr.bin/diff/pr.c
124
errx(2, "pr killed by signal %d",
usr.bin/diff/xmalloc.c
31
errx(2, "xmalloc: zero size");
usr.bin/diff3/diff3.c
275
errx(2, "error in diff output");
usr.bin/diff3/diff3.c
283
errx(2, "error in diff output");
usr.bin/diff3/diff3.c
287
errx(2, "error in diff output");
usr.bin/diff3/diff3.c
295
errx(2, "diff output out of order");
usr.bin/diff3/diff3.c
576
errx(2, "logic error");
usr.bin/diff3/diff3.c
607
errx(2, "logic error");
usr.bin/diff3/diff3.c
664
errx(2, "invalid print range");
usr.bin/diff3/diff3.c
950
errx(2, "diff exited abnormally");
usr.bin/diff3/diff3.c
952
errx(2, "diff killed by signal %d", WTERMSIG(status));
usr.bin/diff3/diff3.c
996
errx(2, "too many file label options");
usr.bin/dpv/dpv.c
265
errx(EXIT_FAILURE, "Out of memory?!");
usr.bin/dpv/dpv.c
278
errx(EXIT_FAILURE, "Out of memory?!");
usr.bin/dpv/dpv.c
288
errx(EXIT_FAILURE, "Out of memory?!");
usr.bin/dpv/dpv.c
318
errx(EXIT_FAILURE,
usr.bin/dpv/dpv.c
335
errx(EXIT_FAILURE,
usr.bin/dpv/dpv.c
348
errx(EXIT_FAILURE, "Out of memory?!");
usr.bin/dpv/dpv.c
358
errx(EXIT_FAILURE,
usr.bin/dpv/dpv.c
368
errx(EXIT_FAILURE, "Out of memory?!");
usr.bin/dpv/dpv.c
380
errx(EXIT_FAILURE,
usr.bin/dpv/dpv.c
411
errx(EXIT_FAILURE, "Out of memory?!");
usr.bin/dpv/dpv.c
416
errx(EXIT_FAILURE, "Out of memory?!");
usr.bin/dpv/dpv.c
432
errx(EXIT_FAILURE, "Missing path argument "
usr.bin/du/du.c
365
errx(1, "No memory for hardlink detection");
usr.bin/du/du.c
503
errx(1, "cannot allocate memory");
usr.bin/du/du.c
506
errx(1, "cannot allocate memory");
usr.bin/elfctl/elfctl.c
107
errx(EXIT_FAILURE, "elf_version error");
usr.bin/elfctl/elfctl.c
120
errx(1, "-e may be specified only once");
usr.bin/elfctl/elfctl.c
237
errx(1, "'%c' not an operator - use '+', '-', '='", operation);
usr.bin/elfdump/elfdump.c
1113
errx(1, "invalid class");
usr.bin/elfdump/elfdump.c
1136
errx(1, "invalid data format");
usr.bin/elfdump/elfdump.c
1149
errx(1, "invalid data format");
usr.bin/elfdump/elfdump.c
1153
errx(1, "invalid class");
usr.bin/elfdump/elfdump.c
1177
errx(1, "invalid data format");
usr.bin/elfdump/elfdump.c
1190
errx(1, "invalid data format");
usr.bin/elfdump/elfdump.c
1194
errx(1, "invalid class");
usr.bin/elfdump/elfdump.c
1218
errx(1, "invalid data format");
usr.bin/elfdump/elfdump.c
1231
errx(1, "invalid data format");
usr.bin/elfdump/elfdump.c
1235
errx(1, "invalid class");
usr.bin/elfdump/elfdump.c
1258
errx(1, "invalid data format");
usr.bin/elfdump/elfdump.c
1271
errx(1, "invalid data format");
usr.bin/elfdump/elfdump.c
1275
errx(1, "invalid class");
usr.bin/elfdump/elfdump.c
588
errx(1, "not an elf file");
usr.bin/elfdump/elfdump.c
606
errx(1, "not an elf file");
usr.bin/env/env.c
146
errx(EXIT_FAILURE, "no such user: %s", login_name);
usr.bin/env/env.c
156
errx(EXIT_FAILURE, "no such login class: %s",
usr.bin/env/env.c
161
errx(EXIT_FAILURE, "login_getpwclass failed");
usr.bin/env/env.c
192
errx(EXIT_CANCELED, "cannot specify command with -0");
usr.bin/env/env.c
211
errx(EXIT_CANCELED, "must specify command with -C");
usr.bin/env/env.c
213
errx(EXIT_CANCELED, "must specify command with -P");
usr.bin/env/envopts.c
289
errx(1, "Sequence '\\%c' is not allowed"
usr.bin/env/envopts.c
311
errx(1, "Invalid sequence '\\%c' in -S",
usr.bin/env/envopts.c
358
errx(1, "No terminating quote for string: %.*s%s",
usr.bin/env/envopts.c
407
errx(1, "Only ${VARNAME} expansion is supported, error at: %s",
usr.bin/etdump/etdump.c
129
errx(1, "%s: section header out of bounds", filename);
usr.bin/etdump/etdump.c
142
errx(1, "%s: section entry out of bounds",
usr.bin/expand/expand.c
165
errx(1, "bad tab stop spec");
usr.bin/expand/expand.c
167
errx(1, "bad tab stop spec");
usr.bin/expand/expand.c
169
errx(1, "too many tab stops");
usr.bin/expand/expand.c
174
errx(1, "bad tab stop spec");
usr.bin/factor/factor.c
119
errx(1, "can't initialise bignum");
usr.bin/factor/factor.c
201
errx(1, "error in BN_sqr()");
usr.bin/factor/factor.c
261
errx(1, "error in BN_add_word()");
usr.bin/factor/factor.c
273
errx(1, "error in BN_gcd()");
usr.bin/factor/factor.c
293
errx(1, "error in BN_add_word()");
usr.bin/factor/factor.c
389
errx(1, "negative numbers aren't permitted.");
usr.bin/factor/factor.c
398
errx(1, "%s: illegal numeric format.", p);
usr.bin/fetch/fetch.c
1001
errx(1, "the -m and -r flags "
usr.bin/fetch/fetch.c
1008
errx(1, "invalid size (%s)", optarg);
usr.bin/fetch/fetch.c
1016
errx(1, "invalid timeout (%s)", optarg);
usr.bin/fetch/fetch.c
1032
errx(1, "invalid delay (%s)", optarg);
usr.bin/fetch/fetch.c
1091
errx(1, "invalid hostname");
usr.bin/fetch/fetch.c
1094
errx(1, "%s", strerror(ENOMEM));
usr.bin/fetch/fetch.c
1107
errx(1, "%s", strerror(ENOMEM));
usr.bin/fetch/fetch.c
1141
errx(1, "%s is not a directory",
usr.bin/fetch/fetch.c
940
errx(1, "invalid buffer size (%s)", optarg);
usr.bin/fetch/fetch.c
979
errx(1, "the -m and -r flags "
usr.bin/find/function.c
1053
errx(1, "%s: %s: no such group", option->name, gname);
usr.bin/find/function.c
1271
errx(1, "Can't parse date/time: %s", fn_or_tspec);
usr.bin/find/function.c
132
errx(1, "%s: %s: illegal numeric value", option, vp);
usr.bin/find/function.c
134
errx(1, "%s: %s: illegal trailing character", option, vp);
usr.bin/find/function.c
1394
errx(1, "%s: %s: illegal mode string", option->name, perm);
usr.bin/find/function.c
1513
errx(1, "%s: %s",
usr.bin/find/function.c
1540
errx(1, "%s: %s: %s",
usr.bin/find/function.c
1617
errx(1, "%s: %s: illegal trailing character",
usr.bin/find/function.c
1622
errx(1, "%s: %s: value too large",
usr.bin/find/function.c
168
errx(1, "%s: %s: illegal time value", option, vp);
usr.bin/find/function.c
1710
errx(1, "%s: %s: unknown type", option->name, typestring);
usr.bin/find/function.c
1750
errx(1, "%s: %s: no such user", option->name, username);
usr.bin/find/function.c
194
errx(1, "%s: %s: bad unit '%c'", option, vp, *unit);
usr.bin/find/function.c
202
errx(1, "%s: %s: illegal time value", option, vp);
usr.bin/find/function.c
206
errx(1, "%s: %s: missing trailing unit", option, vp);
usr.bin/find/function.c
225
errx(1, "%s: requires additional arguments", option->name);
usr.bin/find/function.c
354
errx(1, "%s: %s: value must be positive", option->name, dstr);
usr.bin/find/function.c
440
errx(1, "-delete: insecure options got turned on");
usr.bin/find/function.c
444
errx(1, "-delete: forbidden when symlinks are followed");
usr.bin/find/function.c
449
errx(1, "-delete: %s: relative path potentially not safe",
usr.bin/find/function.c
487
errx(1, "%s: forbidden when the current directory cannot be opened",
usr.bin/find/function.c
704
errx(1, "%s: forbidden when the current directory cannot be opened",
usr.bin/find/function.c
717
errx(1,
usr.bin/find/function.c
728
errx(1, "%s: no command specified", option->name);
usr.bin/find/function.c
750
errx(1, "no space for arguments");
usr.bin/find/function.c
850
errx(1, "%s: %s: illegal flags string", option->name, flags_str);
usr.bin/find/misc.c
63
errx(2, "brace_subst overflow");
usr.bin/find/operator.c
100
errx(1, "(): empty inner expression");
usr.bin/find/operator.c
140
errx(1, "): no beginning '('");
usr.bin/find/operator.c
190
errx(1, "!: no following expression");
usr.bin/find/operator.c
192
errx(1, "!: nothing between ! and -o");
usr.bin/find/operator.c
249
errx(1, "-o: no expression before -o");
usr.bin/find/operator.c
253
errx(1, "-o: no expression after -o");
usr.bin/find/operator.c
90
errx(1, "(: missing closing ')'");
usr.bin/find/option.c
189
errx(1, "%s: unknown primary or operator", *argv);
usr.bin/find/printf.c
154
errx(1, "Format bad or data too long for buffer"); /* Can't really happen ??? */
usr.bin/find/printf.c
205
errx(1, "%%%c is unimplemented", c);
usr.bin/find/printf.c
207
errx(1, "%%%c is unimplemented", c);
usr.bin/find/printf.c
247
errx(1, "%%%c is unimplemented", c);
usr.bin/find/printf.c
339
errx(1, "Format modifier %c not yet supported: '%s'", c, all);
usr.bin/find/printf.c
342
errx(1, "Unknown format %c '%s'", c, all);
usr.bin/finger/finger.c
228
errx(1, "can't list logins without reading utmp");
usr.bin/fmt/fmt.c
211
Lose: errx(EX_USAGE, "%s", err_mess);
usr.bin/fmt/fmt.c
229
Lose: errx(EX_USAGE, "%s", err_mess);
usr.bin/fmt/fmt.c
374
errx(EX_USAGE, "max length must be >= goal length");
usr.bin/fmt/fmt.c
382
errx(EX_USAGE, "max length too large");
usr.bin/fmt/fmt.c
782
errx(EX_OSERR, "out of memory");
usr.bin/fold/fold.c
74
errx(1, "illegal width value");
usr.bin/fortune/unstr/unstr.c
77
errx(1, "%s name too long", Infile);
usr.bin/fortune/unstr/unstr.c
84
errx(1, "%s read EOF", Datafile);
usr.bin/fortune/unstr/unstr.c
94
errx(1, "nothing to do -- table in file order");
usr.bin/from/from.c
104
errx(EXIT_FAILURE, "can't read %s", file);
usr.bin/from/from.c
90
errx(1, "no password file entry for you");
usr.bin/fstat/fstat.c
146
errx(1, "%s: unknown uid", optarg);
usr.bin/fstat/fstat.c
179
errx(1, "procstat_open()");
usr.bin/fstat/fstat.c
182
errx(1, "procstat_getprocs()");
usr.bin/fstat/fuser.c
201
errx(EX_USAGE, "invalid signal: %s", optarg);
usr.bin/fstat/fuser.c
228
errx(EX_IOERR, "files not accessible");
usr.bin/fstat/fuser.c
235
errx(1, "procstat_open()");
usr.bin/fstat/fuser.c
238
errx(1, "procstat_getprocs()");
usr.bin/gcore/elfcore.c
235
errx(1, "short write");
usr.bin/gcore/elfcore.c
259
errx(1, "short read wanted %zu, got %zd",
usr.bin/gcore/elfcore.c
265
errx(1, "short write");
usr.bin/gcore/elfcore.c
349
errx(1, "out of memory");
usr.bin/gcore/elfcore.c
416
errx(1, "out of memory");
usr.bin/gcore/elfcore.c
418
errx(1, "failed to fetch register set %d", type);
usr.bin/gcore/elfcore.c
479
errx(1, "Failed to re-read ELF header");
usr.bin/gcore/elfcore.c
609
errx(1, "out of memory");
usr.bin/gcore/elfcore.c
642
errx(1, "out of memory");
usr.bin/gcore/elfcore.c
773
errx(1, "out of memory");
usr.bin/gcore/elfcore.c
864
errx(1, "out of memory");
usr.bin/gcore/elfcore.c
877
errx(1, "kern.proc.rlimit.%u: short read", pid);
usr.bin/gcore/gcore.c
181
errx(1, "kern.proc.pathname failure");
usr.bin/gcore/gcore.c
197
errx(1, "Invalid executable file");
usr.bin/genl/genl.c
359
errx(EXIT_FAILURE, "No such multicast group '%s'"
usr.bin/genl/parser_rpc.c
72
errx(EXIT_FAILURE, "failed to parse RPC message");
usr.bin/getaddrinfo/getaddrinfo.c
152
errx(1, "%s", gai_strerror(error));
usr.bin/getconf/getconf.c
111
errx(EX_UNAVAILABLE, "environment %s is not available",
usr.bin/getconf/getconf.c
143
errx(EX_USAGE,
usr.bin/getconf/getconf.c
155
errx(EX_USAGE,
usr.bin/getconf/getconf.c
98
errx(EX_USAGE, "invalid programming environment %s",
usr.bin/gprof/arcs.c
198
errx( 1 , "[doarcs] ran out of memory for topo sorting" );
usr.bin/gprof/arcs.c
234
errx( 1 , "ran out of memory for sorting" );
usr.bin/gprof/arcs.c
374
errx( 1 , "no room for %zu bytes of cycle headers" ,
usr.bin/gprof/arcs.c
477
errx( 1, "no room for %zu bytes of cycle stack" ,
usr.bin/gprof/arcs.c
75
errx( 1 , "malloc failed" );
usr.bin/gprof/dfn.c
111
errx( 1 , "[dfn] out of my depth (dfn_stack overflow)" );
usr.bin/gprof/dfn.c
169
errx( 1 , "[dfn_findcycle] couldn't find head of cycle" );
usr.bin/gprof/elf.c
106
errx(1, "insufficient memory for symbol table");
usr.bin/gprof/elf.c
90
errx(1, "%s has no symbol table", filename);
usr.bin/gprof/gprof.c
150
errx(1, "%s: bad format", a_outname);
usr.bin/gprof/gprof.c
259
errx(1, "%s: incompatible with first gmon file", filename);
usr.bin/gprof/gprof.c
273
errx(0, "%s: profile clock rate (%d) %s (%ld) in first gmon file",
usr.bin/gprof/gprof.c
398
errx(0, "no room for %d sample pc's", nsamples);
usr.bin/gprof/gprof.c
434
errx(1, "unexpected EOF after reading %d/%d samples", --i , nsamples );
usr.bin/gprof/kernel.c
42
errx(1, "Insufficient memory for symbol table");
usr.bin/gprof/printgprof.c
57
errx( 1 , "[printprof] ran out of memory for time sorting" );
usr.bin/gprof/printgprof.c
709
errx( 1 , "ran out of memory for sorting");
usr.bin/gprof/printlist.c
64
errx( 1 , "no room for printlist");
usr.bin/grdc/grdc.c
239
errx(1, "terminated by signal %d", (int)sigtermed);
usr.bin/grep/grep.c
441
errx(2, errstr[2], "--devices");
usr.bin/grep/grep.c
452
errx(2, errstr[2], "--directories");
usr.bin/grep/grep.c
572
errx(2, errstr[2], "--binary-files");
usr.bin/grep/grep.c
592
errx(2, errstr[2], "--color");
usr.bin/grep/grep.c
690
errx(2, "%s", re_error);
usr.bin/gzip/gzip.c
395
errx(1, "incorrect suffix: '%s': too long", optarg);
usr.bin/head/head.c
126
errx(1, "can't combine line and byte counts");
usr.bin/head/head.c
93
errx(1, "illegal byte count -- %s", optarg);
usr.bin/head/head.c
97
errx(1, "illegal line count -- %s", optarg);
usr.bin/hexdump/display.c
259
errx(1, "cannot skip past end of input");
usr.bin/hexdump/hexsyntax.c
85
errx(1, "%s: bad length value", optarg);
usr.bin/hexdump/hexsyntax.c
93
errx(1, "%s: bad skip value", optarg);
usr.bin/hexdump/odsyntax.c
139
errx(1, "%s: invalid skip amount", optarg);
usr.bin/hexdump/odsyntax.c
143
errx(1, "%s: invalid length", optarg);
usr.bin/hexdump/odsyntax.c
298
errx(1, "%c: unrecognised format character", fchar);
usr.bin/hexdump/odsyntax.c
329
errx(1, "%s: invalid size", fmt);
usr.bin/hexdump/odsyntax.c
344
errx(1, "unsupported floating point size %lu",
usr.bin/hexdump/odsyntax.c
389
errx(1, "%s: invalid size", fmt);
usr.bin/hexdump/odsyntax.c
392
errx(1, "unsupported int size %lu",
usr.bin/hexdump/odsyntax.c
84
errx(1, "%s: invalid address base", optarg);
usr.bin/hexdump/parse.c
405
errx(1, "byte count with multiple conversion characters");
usr.bin/hexdump/parse.c
499
errx(1, "%s: bad byte count", s);
usr.bin/hexdump/parse.c
505
errx(1, "%%s: requires a precision or a byte count");
usr.bin/hexdump/parse.c
511
errx(1, "\"%s\": bad format", fmt);
usr.bin/hexdump/parse.c
517
errx(1, "%%%s: bad conversion character", ch);
usr.bin/hexdump/parse.c
523
errx(1, "missing conversion character");
usr.bin/iconv/iconv.c
114
errx(EXIT_FAILURE,
usr.bin/id/id.c
433
errx(1, "mac_prepare_type: %s", strerror(errno));
usr.bin/id/id.c
437
errx(1, "mac_get_proc: %s", strerror(errno));
usr.bin/id/id.c
441
errx(1, "mac_to_text: %s", strerror(errno));
usr.bin/id/id.c
464
errx(1, "%s: no such user", u);
usr.bin/ident/ident.c
229
errx(EXIT_FAILURE, "usage: %s [-q] [-V] [file...]",
usr.bin/indent/args.c
268
errx(1, "%s: unknown parameter \"%s\"", option_source, arg - 1);
usr.bin/indent/args.c
308
errx(1, "set_option: internal error: p_special %d", p->p_special);
usr.bin/indent/args.c
322
errx(1, "%s: ``%s'' requires a parameter", option_source, p->p_name);
usr.bin/indent/args.c
328
errx(1, "set_option: internal error: p_type %d", p->p_type);
usr.bin/indent/indent.c
1147
errx(1, "input too long");
usr.bin/indent/indent.c
237
errx(1, "input and output files must be different");
usr.bin/indent/indent.c
244
errx(1, "unknown parameter: %s", argv[i]);
usr.bin/indent/indent.c
479
errx(1, "input too long");
usr.bin/indent/io.c
298
errx(1, "input line too long");
usr.bin/indent/parse.c
210
errx(1, "Parser stack overflow");
usr.bin/ipcs/ipc.c
120
errx(1, "%s size mismatch (expected %zu, got %zu)",
usr.bin/ipcs/ipc.c
146
errx(1, "symbol %s undefined", symn);
usr.bin/ipcs/ipc.c
177
errx(1, "%s: %s", symn, kvm_geterr(kd));
usr.bin/ipcs/ipc.c
179
errx(1, "%s: %s", symn, kvm_geterr(kd));
usr.bin/ipcs/ipc.c
198
errx(1, "%s size mismatch "
usr.bin/ipcs/ipcs.c
187
errx(1, "kvm_openfiles: %s", kvmoferr);
usr.bin/ipcs/ipcs.c
192
errx(1, "unable to read kernel symbol table");
usr.bin/ipcs/ipcs.c
542
errx(1, "getpwnam failed: No such user");
usr.bin/join/join.c
127
errx(1, "-1 option field number less than 1");
usr.bin/join/join.c
129
errx(1, "illegal field number -- %s", optarg);
usr.bin/join/join.c
134
errx(1, "-2 option field number less than 1");
usr.bin/join/join.c
136
errx(1, "illegal field number -- %s", optarg);
usr.bin/join/join.c
149
errx(1, "-a option file number not 1 or 2");
usr.bin/join/join.c
153
errx(1, "illegal file number -- %s", optarg);
usr.bin/join/join.c
161
errx(1, "-j option field number less than 1");
usr.bin/join/join.c
163
errx(1, "illegal field number -- %s", optarg);
usr.bin/join/join.c
174
errx(1, "illegal tab character specification");
usr.bin/join/join.c
188
errx(1, "-v option file number not 1 or 2");
usr.bin/join/join.c
192
errx(1, "illegal file number -- %s", optarg);
usr.bin/join/join.c
203
errx(1, "the -a and -v options are mutually exclusive");
usr.bin/join/join.c
219
errx(1, "only one input file may be stdin");
usr.bin/join/join.c
550
errx(1, "malformed -o option field");
usr.bin/join/join.c
552
errx(1, "field numbers are 1 based");
usr.bin/join/join.c
555
errx(1, "malformed -o option field");
usr.bin/join/join.c
622
jbad: errx(1, "illegal option -- %s", ap);
usr.bin/jot/jot.c
123
errx(1, "-%c word too long", ch);
usr.bin/jot/jot.c
135
errx(1, "bad precision value");
usr.bin/jot/jot.c
154
errx(1, "bad s value: %s", argv[3]);
usr.bin/jot/jot.c
183
errx(1, "bad reps value: %s", argv[0]);
usr.bin/jot/jot.c
190
errx(1, "too many arguments. What do you mean by %s?",
usr.bin/jot/jot.c
220
errx(1, "impossible stepsize");
usr.bin/jot/jot.c
236
errx(1, "must specify begin if reps == 0");
usr.bin/jot/jot.c
254
errx(1, "infinite sequences cannot "
usr.bin/jot/jot.c
268
errx(1, "impossible stepsize");
usr.bin/jot/jot.c
275
errx(1, "bad mask");
usr.bin/jot/jot.c
313
errx(1, "range error in conversion");
usr.bin/jot/jot.c
318
errx(1, "range error in conversion");
usr.bin/jot/jot.c
418
errx(1, "-w word too long");
usr.bin/jot/jot.c
421
errx(1, "-w word too long");
usr.bin/jot/jot.c
425
errx(1, "-w word too long");
usr.bin/jot/jot.c
488
errx(1, "illegal or unsupported format '%s'", p2);
usr.bin/jot/jot.c
493
errx(1, "too many conversions");
usr.bin/jot/jot.c
499
errx(1, "-w word too long");
usr.bin/kdump/kdump.c
2174
errx(1, "%s", strerror(ENOMEM));
usr.bin/kdump/kdump.c
397
errx(1, "unknown trace point in %s", optarg);
usr.bin/kdump/kdump.c
408
errx(1, "%s", strerror(ENOMEM));
usr.bin/kdump/kdump.c
462
errx(1, "bogus length 0x%x", ktrlen);
usr.bin/kdump/kdump.c
466
errx(1, "%s", strerror(ENOMEM));
usr.bin/kdump/kdump.c
471
errx(1, "%s", strerror(errno));
usr.bin/kdump/kdump.c
473
errx(1, "data too short");
usr.bin/kdump/kdump.c
569
errx(1, "%s", strerror(ENOMEM));
usr.bin/killall/killall.c
156
errx(1, "must specify jail");
usr.bin/killall/killall.c
159
errx(1, "%s", jail_errmsg);
usr.bin/killall/killall.c
170
errx(1, "must specify user");
usr.bin/killall/killall.c
180
errx(1, "must specify tty");
usr.bin/killall/killall.c
190
errx(1, "must specify procname");
usr.bin/killall/killall.c
236
errx(1, "illegal signal number: %s", *av);
usr.bin/killall/killall.c
263
errx(1, "%s: not a character device", buf);
usr.bin/killall/killall.c
273
errx(1, "user %s does not exist", user);
usr.bin/ktrace/ktrace.c
140
errx(1, "refuse to append to %s not owned by you",
usr.bin/ktrace/ktrace.c
143
errx(1, "%s not regular file", tracefile);
usr.bin/ktrdump/ktrdump.c
121
errx(1, "%s: File name too long", optarg);
usr.bin/ktrdump/ktrdump.c
143
errx(1, "%s: File name too long", optarg);
usr.bin/ktrdump/ktrdump.c
183
errx(1, "%s", errbuf);
usr.bin/ktrdump/ktrdump.c
193
errx(1, "%s", kvm_geterr(kd));
usr.bin/ktrdump/ktrdump.c
195
errx(1, "failed to resolve ktr symbols");
usr.bin/ktrdump/ktrdump.c
197
errx(1, "%s", kvm_geterr(kd));
usr.bin/ktrdump/ktrdump.c
199
errx(1, "ktr version mismatch");
usr.bin/ktrdump/ktrdump.c
212
errx(1, "stat");
usr.bin/ktrdump/ktrdump.c
217
errx(1, "mmap");
usr.bin/ktrdump/ktrdump.c
221
errx(1, "%s", kvm_geterr(kd));
usr.bin/ktrdump/ktrdump.c
229
errx(1, "%s", kvm_geterr(kd));
usr.bin/ktrdump/ktrdump.c
290
errx(1, "%s", kvm_geterr(kd));
usr.bin/ktrdump/ktrdump.c
301
errx(1, "too many parameters in \"%s\"", desc);
usr.bin/ktrdump/ktrdump.c
384
errx(1, "%s", kvm_geterr(kd));
usr.bin/ktrdump/ktrdump.c
390
errx(1, "%s", kvm_geterr(kd));
usr.bin/lam/lam.c
120
errx(1, "too many input files");
usr.bin/lam/lam.c
164
errx(1, "no more format space");
usr.bin/lam/lam.c
167
errx(1, "invalid format string `%s'", p);
usr.bin/lam/lam.c
170
errx(1, "no more format space");
usr.bin/ldd/ldd.c
149
errx(1, "too many formats");
usr.bin/ldd/ldd.c
195
errx(EDOOFUS, "unknown executable type");
usr.bin/limits/limits.c
769
errx(EXIT_FAILURE, "sysctl() returns wrong size");
usr.bin/locate/code/locate.code.c
222
errx(1, "stdout");
usr.bin/locate/locate/fastfind.c
213
errx(1, "corrupted database: %s", database);
usr.bin/locate/locate/fastfind.c
226
errx(1, "corrupted database: %s %d", database, count);
usr.bin/locate/locate/fastfind.c
288
errx(1, "corrupted database: %s %td", database, p - path);
usr.bin/locate/locate/fastfind.c
334
errx(0, "[show only %ld lines]", counter - 1);
usr.bin/locate/locate/locate.c
137
errx(1, "invalid argument for -l: '%s'", optarg);
usr.bin/locate/locate/util.c
233
errx(1, "integer out of range: %d < %d < %d",
usr.bin/locate/locate/util.c
260
errx(1, "integer out of range: %d < %d < %d",
usr.bin/locate/locate/util.c
66
errx(1,
usr.bin/lock/lock.c
107
errx(1, "illegal timeout value");
usr.bin/lock/lock.c
112
errx(1, "unknown uid %d", getuid());
usr.bin/lock/lock.c
129
errx(1, "setuid failed");
usr.bin/lock/lock.c
136
errx(1, "not a terminal?");
usr.bin/lockf/lockf.c
133
errx(EX_USAGE,
usr.bin/lockf/lockf.c
244
errx(EX_TEMPFAIL, "%s: already locked", lockname);
usr.bin/logger/logger.c
157
errx(1, "socket");
usr.bin/logger/logger.c
160
errx(1, "-h option is missing.");
usr.bin/logger/logger.c
259
errx(1, "\"]\" not found in src addr");
usr.bin/logger/logger.c
286
errx(1, "%s: %s", gai_strerror(error), src);
usr.bin/logger/logger.c
318
errx(1, "%s: %s", gai_strerror(error), dst);
usr.bin/logger/logger.c
325
errx(1, "couldn't allocate memory for sockets");
usr.bin/logger/logger.c
334
errx(1, "address family mismatch");
usr.bin/logger/logger.c
371
errx(1, "asprintf");
usr.bin/logger/logger.c
404
errx(1, "unknown facility name: %s", save);
usr.bin/logger/logger.c
413
errx(1, "unknown priority name: %s", save);
usr.bin/login/login.c
209
errx(1, "-h option: %s", strerror(EPERM));
usr.bin/login/login.c
211
errx(1, "-h option: %s: exceeds maximum "
usr.bin/login/login.c
656
errx(1, "shell exceeds maximum pathname size");
usr.bin/login/login_audit.c
101
errx(1, "audit error: au_to_return32() failed");
usr.bin/login/login_audit.c
105
errx(1, "audit record was not committed.");
usr.bin/login/login_audit.c
126
errx(1, "could not determine audit condition");
usr.bin/login/login_audit.c
132
errx(1, "audit error: au_open() failed");
usr.bin/login/login_audit.c
141
errx(1, "audit error: au_to_subject32() failed");
usr.bin/login/login_audit.c
148
errx(1, "audit error: au_to_subject32() failed");
usr.bin/login/login_audit.c
154
errx(1, "audit error: au_to_text() failed");
usr.bin/login/login_audit.c
158
errx(1, "audit error: au_to_return32() failed");
usr.bin/login/login_audit.c
162
errx(1, "audit error: au_close() was not committed");
usr.bin/login/login_audit.c
183
errx(1, "could not determine audit condition");
usr.bin/login/login_audit.c
189
errx(1, "audit error: au_open() failed");
usr.bin/login/login_audit.c
194
errx(1, "audit error: au_to_subject32() failed");
usr.bin/login/login_audit.c
198
errx(1, "audit error: au_to_return32() failed");
usr.bin/login/login_audit.c
202
errx(1, "audit record was not committed.");
usr.bin/login/login_audit.c
75
errx(1, "could not determine audit condition");
usr.bin/login/login_audit.c
82
errx(1, "could not calculate audit mask");
usr.bin/login/login_audit.c
93
errx(1, "audit error: au_open() failed");
usr.bin/login/login_audit.c
97
errx(1, "audit error: au_to_subject32() failed");
usr.bin/look/look.c
116
errx(2, "invalid termination character");
usr.bin/look/look.c
139
errx(2, "%s: %s", file, strerror(EFBIG));
usr.bin/lsvfs/lsvfs.c
52
errx(EXIT_FAILURE, "malloc failed");
usr.bin/m4/gnum4.c
218
errx(1, "size overflow");
usr.bin/m4/gnum4.c
80
errx(1, "out of memory");
usr.bin/m4/main.c
433
errx(1, "internal stack overflow");
usr.bin/m4/main.c
478
errx(1, "internal stack overflow");
usr.bin/m4/misc.c
183
errx(1, "string space overflow");
usr.bin/m4/misc.c
424
errx(1, "Fatal error reading from %s\n", f->name);
usr.bin/mail/fio.c
111
errx(1, "/tmp");
usr.bin/mail/fio.c
117
errx(1, "temporary file");
usr.bin/mail/fio.c
222
errx(1, "Insufficient memory for %d messages\n",
usr.bin/mail/fio.c
233
errx(1, "Message temporary file corrupted");
usr.bin/mail/fio.c
94
errx(1, "temporary file");
usr.bin/mail/lex.c
430
errx(1, "Unknown argtype");
usr.bin/mail/list.c
603
errx(1, "Too many regrets");
usr.bin/mail/list.c
746
errx(1, "Bad message number to mark");
usr.bin/mail/list.c
760
errx(1, "Bad message number to unmark");
usr.bin/mail/main.c
253
errx(1, "You must specify direct recipients with -s, -c, or -b.");
usr.bin/mail/main.c
255
errx(1, "Cannot give -f and people to send to.");
usr.bin/mail/names.c
553
errx(1, "No names to unpack");
usr.bin/mail/popen.c
183
errx(1, "Invalid file pointer");
usr.bin/mail/popen.c
195
errx(1, "Invalid file pointer");
usr.bin/mail/strings.c
72
errx(1, "String too large");
usr.bin/mail/temp.c
51
errx(1, "Out of memory");
usr.bin/mail/temp.c
65
errx(1, "\"%s\" is not a user of this system", myname);
usr.bin/mail/temp.c
70
errx(1, "Who are you!?");
usr.bin/mdo/mdo.c
132
errx(EXIT_FAILURE,
usr.bin/mdo/mdo.c
314
errx(EXIT_FAILURE, "invalid UID '%s': %s", s, errp);
usr.bin/mdo/mdo.c
353
errx(EXIT_FAILURE, "invalid GID '%s': %s", s, errp);
usr.bin/mdo/mdo.c
581
errx(EXIT_FAILURE, "-k incompatible with -u");
usr.bin/mdo/mdo.c
599
errx(EXIT_FAILURE,
usr.bin/mdo/mdo.c
650
errx(EXIT_FAILURE,
usr.bin/mdo/mdo.c
697
errx(EXIT_FAILURE, "'-G' and '-s' with '@' are incompatible");
usr.bin/mdo/mdo.c
720
errx(EXIT_FAILURE,
usr.bin/mdo/mdo.c
731
errx(EXIT_FAILURE,
usr.bin/mdo/mdo.c
820
errx(EXIT_FAILURE, "'@' must be "
usr.bin/mdo/mdo.c
839
errx(EXIT_FAILURE,
usr.bin/ministat/ministat.c
513
errx(2, "Invalid data on line %d in %s", line, n);
usr.bin/mkcsmapper/yacc.y
354
errx(EXIT_FAILURE, "%s: %s", #func, strerror(ret)); \
usr.bin/mkcsmapper/yacc.y
667
errx(EXIT_FAILURE, "%s\n", strerror(ret));
usr.bin/mkesdb/yacc.y
126
errx(EXIT_FAILURE, "%s: %s", #func, strerror(ret)); \
usr.bin/mkesdb/yacc.y
273
errx(EXIT_FAILURE, "%s\n", strerror(ret));
usr.bin/mkesdb/yacc.y
279
errx(EXIT_FAILURE,
usr.bin/mkfifo/mkfifo.c
78
errx(1, "invalid file mode: %s", modestr);
usr.bin/mkimg/mkimg.c
433
errx(1, "partition %d overlaps partition %d",
usr.bin/mkimg/mkimg.c
706
errx(EX_DATAERR, "the physical block size cannot "
usr.bin/mkimg/mkimg.c
712
errx(EX_DATAERR, "maximum sector size supported is %u; "
usr.bin/mkimg/mkimg.c
716
errx(EX_DATAERR, "%d partitions supported; %d given",
usr.bin/mkimg/mkimg.c
751
errx(EX_USAGE, "%s: output must be seekable", format_name);
usr.bin/mkstr/mkstr.c
178
errx(1, "message too long");
usr.bin/mktemp/mktemp.c
147
errx(1, "cannot generate template");
usr.bin/mkuzip/mkuz_conveyor.c
122
errx(1, "mkuz_conveyor_ctor: pthread_create() failed");
usr.bin/mkuzip/mkuz_fqueue.c
51
errx(1, "pthread_mutex_init() failed");
usr.bin/mkuzip/mkuz_fqueue.c
54
errx(1, "pthread_cond_init() failed");
usr.bin/mkuzip/mkuz_lzma.c
100
errx(1, "lzma_code FINISH failed, code=%d, pos(in=%zd, "
usr.bin/mkuzip/mkuz_lzma.c
58
errx(1, "provided compression level %d is invalid",
usr.bin/mkuzip/mkuz_lzma.c
67
errx(1, "Error loading LZMA preset");
usr.bin/mkuzip/mkuz_lzma.c
87
errx(1, "can't compress data: LZMA_MEMLIMIT_ERROR");
usr.bin/mkuzip/mkuz_lzma.c
89
errx(1, "can't compress data: LZMA compressor ERROR");
usr.bin/mkuzip/mkuz_zlib.c
55
errx(1, "provided compression level %d is invalid",
usr.bin/mkuzip/mkuz_zlib.c
76
errx(1, "can't compress data: compress2() failed");
usr.bin/mkuzip/mkuz_zstd.c
57
errx(1, "provided compression level %d is invalid",
usr.bin/mkuzip/mkuz_zstd.c
62
errx(1, "could not allocate Zstd context");
usr.bin/mkuzip/mkuz_zstd.c
67
errx(1, "Could not set zstd compression level %d: %s",
usr.bin/mkuzip/mkuz_zstd.c
72
errx(1, "Could not enable zstd checksum: %s",
usr.bin/mkuzip/mkuz_zstd.c
89
errx(1, "could not compress data: ZSTD_compress2: %s",
usr.bin/mkuzip/mkuzip.c
164
errx(1, "invalid algorithm specified: %s",
usr.bin/mkuzip/mkuzip.c
179
errx(1, "invalid cluster size specified: %s",
usr.bin/mkuzip/mkuzip.c
210
errx(1, "invalid number of compression threads"
usr.bin/mkuzip/mkuzip.c
247
errx(1, "cluster size should be multiple of %d", DEV_BSIZE);
usr.bin/mkuzip/mkuzip.c
251
errx(1, "maximal compressed cluster size %zu greater than MAXPHYS %zu",
usr.bin/mkuzip/mkuzip.c
280
errx(1, "can't determine input image size");
usr.bin/morse/morse.c
341
errx(1, USAGE);
usr.bin/morse/morse.c
344
errx(1, "morse: only one of -l, -s, and -r allowed\n");
usr.bin/morse/morse.c
347
errx(1, "morse: only one of -p, -d and -l, -s allowed\n");
usr.bin/morse/morse.c
353
errx(1, "morse: insane speed\n");
usr.bin/msgs/msgs.c
185
errx(1,
usr.bin/mt/mt.c
1063
errx(1, "Cannot find parameter root node");
usr.bin/mt/mt.c
1068
errx(1, "Unknown parameter name \"%s\"", param_name);
usr.bin/mt/mt.c
1099
errx(1, "Unknown parameter type %d for %s", entry->var_type,
usr.bin/mt/mt.c
1108
errx(1, "Failed to set %s: %s", param_name,
usr.bin/mt/mt.c
1162
errx(1, "valid values for -b are 0 and 1");
usr.bin/mt/mt.c
1177
errx(1, "PI length %u > maximum %u",
usr.bin/mt/mt.c
1184
errx(1, "Method %u > maximum %u",
usr.bin/mt/mt.c
1191
errx(1, "valid values for -r are 0 and 1");
usr.bin/mt/mt.c
1200
errx(1, "valid values for -r are 0 and 1");
usr.bin/mt/mt.c
1209
errx(1, "Need an argument for protect");
usr.bin/mt/mt.c
1212
errx(1, "You must specify only one of -e, -d or -l");
usr.bin/mt/mt.c
1249
errx(1, "Unable to find protection information status");
usr.bin/mt/mt.c
1254
errx(1, "Unable to find protection support information");
usr.bin/mt/mt.c
1260
errx(1, "This device does not support protection information");
usr.bin/mt/mt.c
1280
errx(1, "Unable to find parameter %s",
usr.bin/mt/mt.c
1286
errx(1, "Parameter %s is type %d, not unsigned, "
usr.bin/mt/mt.c
1373
errx(1, "You must specify -p with -s");
usr.bin/mt/mt.c
1517
errx(1, "Unable to find node %s", MT_MEDIA_DENSITY_NAME);
usr.bin/mt/mt.c
1566
errx(1, "Cannot find density root node %s",
usr.bin/mt/mt.c
227
errx(1, "%s: unknown command", p);
usr.bin/mt/mt.c
251
errx(1, "%s: unknown density", *argv);
usr.bin/mt/mt.c
263
errx(1, "%s: unknown compression",
usr.bin/mt/mt.c
277
errx(1, "%s: illegal count", *argv);
usr.bin/mt/mt.c
719
errx(1, "You must specify only one of -b, -f, -e, or -s");
usr.bin/mt/mt.c
858
errx(1, "Cannot find status entry %s",
usr.bin/ncal/ncal.c
269
errx(EX_USAGE, "Double -A specified");
usr.bin/ncal/ncal.c
272
errx(EX_USAGE,
usr.bin/ncal/ncal.c
277
errx(EX_USAGE, "Double -B specified");
usr.bin/ncal/ncal.c
280
errx(EX_USAGE,
usr.bin/ncal/ncal.c
317
errx(EX_USAGE, "Double -m specified");
usr.bin/ncal/ncal.c
342
errx(EX_USAGE,
usr.bin/ncal/ncal.c
372
errx(EX_USAGE, "year `%s' not in range 1..9999", *argv);
usr.bin/ncal/ncal.c
396
errx(EX_USAGE,
usr.bin/ncal/ncal.c
424
errx(EX_USAGE, "-3 together with -A and -B is not supported.");
usr.bin/ncal/ncal.c
427
errx(EX_USAGE, "-3 together with -y is not supported.");
usr.bin/ncal/ncal.c
431
errx(EX_USAGE,
usr.bin/ncal/ncal.c
436
errx(EX_USAGE,
usr.bin/ncal/ncal.c
440
errx(EX_USAGE, "-y together with -m is not supported.");
usr.bin/ncal/ncal.c
443
errx(EX_USAGE, "-y together a given month is not supported.");
usr.bin/ncal/ncal.c
446
errx(EX_USAGE, "-y together a -A or -B is not supported.");
usr.bin/newgrp/newgrp.c
80
errx(1, "unknown user");
usr.bin/nice/nice.c
69
errx(1, "%s: invalid nice value", optarg);
usr.bin/nl/nl.c
161
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
178
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
187
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
199
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
210
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
219
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
223
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
389
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
396
errx(EXIT_FAILURE,
usr.bin/nohup/nohup.c
108
errx(EXIT_MISC, "can't open a nohup.out file");
usr.bin/number/number.c
138
badnum: errx(1, "illegal number: %s", line);
usr.bin/number/number.c
146
errx(1, "number too large, max %d digits.", MAXNUM);
usr.bin/number/number.c
94
errx(1, "line too long.");
usr.bin/passwd/passwd.c
102
errx(1, "%s: no such user", *argv);
usr.bin/passwd/passwd.c
109
errx(1, "permission denied");
usr.bin/passwd/passwd.c
123
errx(1,
usr.bin/passwd/passwd.c
98
errx(1, "who are you?");
usr.bin/paste/paste.c
267
errx(1, "no delimiters specified");
usr.bin/posixshmcontrol/posixshmcontrol.c
104
errx(1, "non-integer mode");
usr.bin/posixshmcontrol/posixshmcontrol.c
139
errx(1, "pagesize should be large");
usr.bin/primes/primes.c
119
errx(1, "negative numbers aren't permitted.");
usr.bin/primes/primes.c
126
errx(1, "%s: illegal numeric format.", argv[0]);
usr.bin/primes/primes.c
133
errx(1, "%s: illegal numeric format.", argv[1]);
usr.bin/primes/primes.c
138
errx(1, "negative numbers aren't permitted.");
usr.bin/primes/primes.c
145
errx(1, "%s: illegal numeric format.", argv[0]);
usr.bin/primes/primes.c
155
errx(1, "start value must be less than stop value.");
usr.bin/primes/primes.c
180
errx(1, "negative numbers aren't permitted.");
usr.bin/primes/primes.c
186
errx(1, "%s: illegal numeric format.", buf);
usr.bin/procstat/procstat_kstack.c
72
errx(-1, "kstack_nextstate");
usr.bin/quota/quota.c
452
errx(1, "strdup() failed in timeprt()");
usr.bin/quota/quota.c
460
errx(1, "asprintf() failed in timeprt(1)");
usr.bin/quota/quota.c
466
errx(1, "asprintf() failed in timeprt(2)");
usr.bin/quota/quota.c
470
errx(1, "asprintf() failed in timeprt(3)");
usr.bin/quota/quota.c
493
errx(2, "no filesystems mounted!");
usr.bin/quota/quota.c
499
errx(2, "out of memory");
usr.bin/random/random.c
118
errx(1, "denominator is not valid.");
usr.bin/random/random.c
120
errx(1, "denominator must be <= 256 for random exit.");
usr.bin/rctl/rctl.c
259
errx(1, "rule passed from the kernel didn't contain subject");
usr.bin/rctl/rctl.c
269
errx(1, "malformed uid '%s'", textid);
usr.bin/rctl/rctl.c
276
errx(1, "malformed gid '%s'", textid);
usr.bin/rctl/rctl.c
385
errx(1, "RACCT/RCTL support not present in kernel; see rctl(8) for details");
usr.bin/rctl/rctl.c
391
errx(1, "RACCT/RCTL present, but disabled; enable using kern.racct.enable=1 tunable");
usr.bin/rctl/rctl.c
624
errx(1, "at most one of -a, -l, -r, or -u may be specified");
usr.bin/rpcgen/rpc_main.c
367
errx(1, "RPCGEN_CPP: unterminated %c",
usr.bin/rpcinfo/rpcinfo.c
1211
errx(1, "netid %s not supported", netid);
usr.bin/rpcinfo/rpcinfo.c
1214
errx(1,
usr.bin/rpcinfo/rpcinfo.c
1240
errx(1, "no address for client handle");
usr.bin/rpcinfo/rpcinfo.c
1272
errx(1, "could not find %s", netid);
usr.bin/rpcinfo/rpcinfo.c
1384
errx(1, "could not find %s", netid);
usr.bin/rpcinfo/rpcinfo.c
1489
errx(1, "%s is unknown service", arg);
usr.bin/rpcinfo/rpcinfo.c
1494
errx(1, "%s is illegal program number", arg);
usr.bin/rpcinfo/rpcinfo.c
1507
errx(1, "%s is illegal version number", arg);
usr.bin/rpcinfo/rpcinfo.c
198
errx(1, "%s is illegal port number", optarg);
usr.bin/rpcinfo/rpcinfo.c
561
errx(1, "couldn't find a suitable transport");
usr.bin/rpcinfo/rpcinfo.c
567
errx(1, "%s: %s", host, gai_strerror(error));
usr.bin/rpcinfo/rpcinfo.c
628
errx(1, "broadcast failed: %s", clnt_sperrno(rpc_stat));
usr.bin/rs/rs.cc
245
errx(1, "malloc");
usr.bin/rs/rs.cc
317
errx(1, "file too large");
usr.bin/rs/rs.cc
325
errx(1, "maximum line length (%d) exceeded", LINE_MAX);
usr.bin/rs/rs.cc
373
errx(1, "width must be a positive integer");
usr.bin/rs/rs.cc
448
errx(1, "too many arguments");
usr.bin/rs/rs.cc
460
errx(1, "invalid integer %s", p);
usr.bin/runat/runat.c
64
errx(1, "Named attributes not enabled for %s", argv[0]);
usr.bin/runat/runat.c
72
errx(1, "Cannot malloc");
usr.bin/runat/runat.c
77
errx(1, "snprintf failed: returned %d", outsiz);
usr.bin/runat/runat.c
79
errx(1, "Arguments too large");
usr.bin/rup/rup.c
211
errx(1, "%s", clnt_sperrno(clnt_stat));
usr.bin/rup/rup.c
86
errx(1, "no memory");
usr.bin/ruptime/ruptime.c
244
errx(1, "no hosts in %s", _PATH_RWHODIR);
usr.bin/rusers/rusers.c
184
errx(1, "unknown host \"%s\"", host);
usr.bin/rusers/rusers.c
188
errx(1, "%s", clnt_spcreateerror(""));
usr.bin/rusers/rusers.c
195
errx(1, "%s", clnt_sperror(rusers_clnt, ""));
usr.bin/rusers/rusers.c
213
errx(1, "%s", clnt_sperrno(clnt_stat));
usr.bin/rusers/rusers.c
87
errx(1, "no memory");
usr.bin/rwall/rwall.c
100
errx(1, "%s", clnt_sperror(cl, wallhost));
usr.bin/rwall/rwall.c
89
errx(1, "%s", clnt_spcreateerror(wallhost));
usr.bin/rwho/rwho.c
154
errx(1, "too many users");
usr.bin/script/script.c
581
errx(1, "invalid stamp");
usr.bin/script/script.c
642
errx(1, "invalid direction");
usr.bin/sdiff/sdiff.c
1037
errx(2, "invalid divider: %c", divc);
usr.bin/sdiff/sdiff.c
1055
errx(2, "append ended early");
usr.bin/sdiff/sdiff.c
1081
errx(2, "error reading file1 in delete in change");
usr.bin/sdiff/sdiff.c
1098
errx(2, "error reading add in change");
usr.bin/sdiff/sdiff.c
1117
errx(2, "error reading add in change");
usr.bin/sdiff/sdiff.c
1146
errx(2, "file1 ended early in delete");
usr.bin/sdiff/sdiff.c
296
errx(2, "width is %s: %s", errstr, optarg);
usr.bin/sdiff/sdiff.c
306
errx(2, "tabsize is %s: %s", errstr, optarg);
usr.bin/sdiff/sdiff.c
376
errx(2, "width is too large: %zu", width);
usr.bin/sdiff/sdiff.c
415
errx(2, "diff exited abnormally");
usr.bin/sdiff/sdiff.c
732
errx(2, "file1 start is %s: %s", errstr, line);
usr.bin/sdiff/sdiff.c
744
errx(2, "file1 end is %s: %s", errstr, line);
usr.bin/sdiff/sdiff.c
746
errx(2, "invalid line range in file1: %s", line);
usr.bin/sdiff/sdiff.c
753
errx(2, "ed command not recognized: %c: %s", cmd, line);
usr.bin/sdiff/sdiff.c
763
errx(2, "file2 start is %s: %s", errstr, line);
usr.bin/sdiff/sdiff.c
770
errx(2, "invalid line range in file2: %c: %s", c, line);
usr.bin/sdiff/sdiff.c
776
errx(2, "file2 end is %s: %s", errstr, line);
usr.bin/sdiff/sdiff.c
778
errx(2, "invalid line range in file2: %s", line);
usr.bin/sdiff/sdiff.c
785
errx(2, "append cannot have a file1 range: %s",
usr.bin/sdiff/sdiff.c
788
errx(2, "file1 line range too high: %s", line);
usr.bin/sdiff/sdiff.c
797
errx(2, "delete cannot have a file2 range: %s",
usr.bin/sdiff/sdiff.c
800
errx(2, "file2 line range too high: %s", line);
usr.bin/sdiff/sdiff.c
813
errx(2, "file1 shorter than expected");
usr.bin/sdiff/sdiff.c
815
errx(2, "file2 shorter than expected");
usr.bin/sdiff/sdiff.c
839
errx(2, "file1 shorter than expected");
usr.bin/sdiff/sdiff.c
848
errx(2, "file2 shorter than expected");
usr.bin/sdiff/sdiff.c
874
errx(2, "invalid diff command: %c: %s", cmd, line);
usr.bin/sdiff/sdiff.c
881
errx(2, "diff ended early");
usr.bin/sdiotool/cam_sdio.c
431
errx(1, "Error getting CCCR_CTL value");
usr.bin/sdiotool/cam_sdio.c
435
errx(1, "Error setting CCCR_CTL value");
usr.bin/sdiotool/sdiotool.c
187
errx(1, "Operation returned error %d", ret);
usr.bin/sdiotool/sdiotool.c
431
errx(1, "Cannot open firmware file");
usr.bin/sdiotool/sdiotool.c
433
errx(1, "Cannot get file stat");
usr.bin/sdiotool/sdiotool.c
436
errx(1, "Cannot map the file");
usr.bin/sdiotool/sdiotool.c
515
errx(1, "Cannot open device");
usr.bin/sdiotool/sdiotool.c
548
errx(1, "Reply magic is incorrect: expected %08x, got %08x",
usr.bin/sed/compile.c
1020
errx(1, "%lu: %s: duplicate label '%s'", linenum, fname, cp->t);
usr.bin/sed/compile.c
165
errx(1, "%lu: %s: unexpected EOF (pending }'s)",
usr.bin/sed/compile.c
210
errx(1, "%lu: %s: command expected", linenum, fname);
usr.bin/sed/compile.c
216
errx(1, "%lu: %s: invalid command code %c", linenum, fname, *p);
usr.bin/sed/compile.c
218
errx(1,
usr.bin/sed/compile.c
243
errx(1, "%lu: %s: unexpected }", linenum, fname);
usr.bin/sed/compile.c
257
errx(1, "%lu: %s: extra characters at the end of %c command",
usr.bin/sed/compile.c
264
errx(1,
usr.bin/sed/compile.c
269
errx(1,
usr.bin/sed/compile.c
280
errx(1, "%lu: %s: filename expected", linenum, fname);
usr.bin/sed/compile.c
293
errx(1, "%lu: %s: filename expected", linenum, fname);
usr.bin/sed/compile.c
310
errx(1, "%lu: %s: empty label", linenum, fname);
usr.bin/sed/compile.c
316
errx(1,
usr.bin/sed/compile.c
323
errx(1,
usr.bin/sed/compile.c
357
errx(1,
usr.bin/sed/compile.c
428
errx(1, "%lu: %s: \\ can not be used as a string delimiter",
usr.bin/sed/compile.c
431
errx(1, "%lu: %s: newline can not be used as a string delimiter",
usr.bin/sed/compile.c
437
errx(1,
usr.bin/sed/compile.c
546
errx(1, "%lu: %s: RE error: %s",
usr.bin/sed/compile.c
607
errx(1, "%lu: %s: \\%c not defined in the RE",
usr.bin/sed/compile.c
654
errx(1,
usr.bin/sed/compile.c
667
errx(1, "%lu: %s: unterminated substitute in regular expression",
usr.bin/sed/compile.c
692
errx(1,
usr.bin/sed/compile.c
712
errx(1,
usr.bin/sed/compile.c
718
errx(1,
usr.bin/sed/compile.c
743
errx(1, "%lu: %s: no wfile specified", linenum, fname);
usr.bin/sed/compile.c
751
errx(1, "%lu: %s: bad flag in substitute command: '%c'",
usr.bin/sed/compile.c
779
errx(1,
usr.bin/sed/compile.c
784
errx(1, "%lu: %s: unterminated transform source string",
usr.bin/sed/compile.c
788
errx(1, "%lu: %s: unterminated transform target string",
usr.bin/sed/compile.c
800
errx(1, "%lu: %s: transform strings are not the same length",
usr.bin/sed/compile.c
913
errx(1, "%lu: %s: unterminated regular expression", linenum, fname);
usr.bin/sed/compile.c
942
errx(1, "%lu: %s: expected context address", linenum, fname);
usr.bin/sed/compile.c
995
errx(1, "%lu: %s: undefined label '%s'", linenum, fname, cp->t);
usr.bin/sed/main.c
329
errx(1, "-I or -i may not be used with stdin");
usr.bin/sed/main.c
397
errx(1, "%s: %s %s", fname,
usr.bin/sed/main.c
406
errx(1, "%s: name too long", fname);
usr.bin/sed/main.c
417
errx(1, "%s: name too long", fname);
usr.bin/sed/process.c
395
errx(1, "%lu: %s: \\%u not defined in the RE",
usr.bin/sed/process.c
576
errx(1, "%s: %s", outfname, strerror(errno ? errno : EIO));
usr.bin/sed/process.c
657
errx(1, "%s: %s", outfname, strerror(errno ? errno : EIO));
usr.bin/sed/process.c
668
errx(1, "first RE may not be empty");
usr.bin/sed/process.c
684
errx(1, "RE error: %s", strregerror(eval, defpreg));
usr.bin/seq/seq.c
156
errx(1, "zero %screment", (first < last) ? "in" : "de");
usr.bin/seq/seq.c
164
errx(1, "needs positive increment");
usr.bin/seq/seq.c
167
errx(1, "needs negative decrement");
usr.bin/seq/seq.c
171
errx(1, "invalid format string: `%s'", fmt);
usr.bin/seq/seq.c
174
errx(1, "invalid format string");
usr.bin/seq/seq.c
430
errx(2, "invalid floating point argument: %s", num);
usr.bin/showmount/showmount.c
154
errx(1, "-E cannot be used with -e");
usr.bin/showmount/showmount.c
156
errx(1, "-E cannot be used with -a or -d");
usr.bin/showmount/showmount.c
172
errx(1, "can't do mountdump rpc");
usr.bin/showmount/showmount.c
179
errx(1, "can't do exports rpc");
usr.bin/sort/file.c
1150
errx(2, "%s", getstr(10));
usr.bin/sort/sort.c
1190
errx(1, "%c:%c: %s", 'm', 'c', getstr(1));
usr.bin/sort/sort.c
505
errx(2, "%s: %s", getstr(3), what);
usr.bin/sort/sort.c
526
errx(1, "%c:%c: %s", c, mec, getstr(1));
usr.bin/sort/sort.c
532
errx(1, "%c:%c: %s", c, mutually_exclusive_flags[fo_index], getstr(1));
usr.bin/sort/sort.c
809
errx(2, "%s", getstr(11));
usr.bin/sort/sort.c
821
errx(2, "%s", getstr(11));
usr.bin/sort/sort.c
943
errx(EX_USAGE, "random seed is too large (%jd >"
usr.bin/sort/sort.c
947
errx(EX_USAGE, "random seed is too small ("
usr.bin/sort/sort.c
957
errx(EX_SOFTWARE, "short read from %s", random_source);
usr.bin/sort/sort.c
964
errx(EX_USAGE, "random seed is a character "
usr.bin/split/split.c
104
errx(EX_USAGE, "%s: suffix length is %s",
usr.bin/split/split.c
116
errx(EX_USAGE, "%s: byte count is invalid",
usr.bin/split/split.c
131
errx(EX_USAGE, "%s: line count is %s",
usr.bin/split/split.c
138
errx(EX_USAGE, "%s: number of chunks is %s",
usr.bin/split/split.c
147
errx(EX_USAGE, "%s: regex is invalid: %s",
usr.bin/split/split.c
168
errx(EX_USAGE, "%s: file name prefix is too long",
usr.bin/split/split.c
178
errx(EX_USAGE, "suffix is too long");
usr.bin/split/split.c
334
errx(1, "can't split into more than %d files",
usr.bin/split/split.c
395
errx(EX_USAGE, "combined filenames would be too long");
usr.bin/split/split.c
417
errx(EX_USAGE, "suffix is too long (max %ld)", i);
usr.bin/split/split.c
422
errx(EX_DATAERR, "too many files");
usr.bin/split/split.c
98
errx(EX_USAGE, "%c%s: line count is invalid",
usr.bin/stat/stat.c
1086
errx(1, "%.*s: bad format", (int)flen, fmt);
usr.bin/stat/stat.c
282
errx(1, "can't use format '%c' with '%c'",
usr.bin/stat/stat.c
326
errx(1, "can't use format '%c' with -F", fmtchar);
usr.bin/stat/stat.c
625
errx(1, "%.*s: bad format",
usr.bin/stat/stat.c
970
errx(1, "%.*s: bad format", (int)flen, fmt);
usr.bin/stat/stat.c
978
errx(1, "%.*s: bad format", (int)flen, fmt);
usr.bin/su/su.c
116
errx(1, "pam_set_item(" #what "): %s", \
usr.bin/su/su.c
206
errx(1, "not running setuid");
usr.bin/su/su.c
211
errx(1, "Permission denied");
usr.bin/su/su.c
218
errx(1, "Permission denied");
usr.bin/su/su.c
220
errx(1, "username too long");
usr.bin/su/su.c
225
errx(1, "malloc failure");
usr.bin/su/su.c
253
errx(1, "Permission denied");
usr.bin/su/su.c
255
errx(1, "who are you?");
usr.bin/su/su.c
279
errx(1, "pam_start: %s", pam_strerror(pamh, retcode));
usr.bin/su/su.c
294
errx(1, "Permission denied");
usr.bin/su/su.c
298
errx(1, "Sorry");
usr.bin/su/su.c
302
errx(1, "Permission denied");
usr.bin/su/su.c
315
errx(1, "Permission denied");
usr.bin/su/su.c
317
errx(1, "unknown login: %s", user);
usr.bin/su/su.c
331
errx(1, "Permission denied");
usr.bin/su/su.c
335
errx(1, "Sorry");
usr.bin/su/su.c
342
errx(1, "Permission denied");
usr.bin/su/su.c
346
errx(1, "Sorry");
usr.bin/su/su.c
357
errx(1, "Permission denied");
usr.bin/su/su.c
359
errx(1, "only root may use -c");
usr.bin/su/su.c
365
errx(1, "unknown class: %s", class);
usr.bin/su/su.c
371
errx(1, "permission denied (shell)");
usr.bin/su/su.c
404
errx(1, "failed to establish credentials.");
usr.bin/su/su.c
411
errx(1, "failed to open session.");
usr.bin/su/su.c
525
errx(1, "no directory");
usr.bin/systat/devs.c
108
errx(1, "%s", devstat_errbuf);
usr.bin/systat/devs.c
130
errx(1, "%s", devstat_errbuf);
usr.bin/systat/devs.c
145
errx(1, "%d %s", __LINE__, devstat_errbuf);
usr.bin/systat/devs.c
156
errx(1, "%s", devstat_errbuf);
usr.bin/systat/devs.c
414
errx(1, "%s", devstat_errbuf);
usr.bin/systat/iolat.c
280
errx(1, "string");
usr.bin/systat/iostat.c
144
errx(1, "%s", devstat_errbuf);
usr.bin/systat/iostat.c
310
errx(1, "%s", devstat_errbuf);
usr.bin/systat/main.c
110
errx(1, "memory allocating failure");
usr.bin/systat/main.c
115
errx(1, "invalid arguments list");
usr.bin/systat/main.c
157
errx(1, "%s: ambiguous request", &argv[0][1]);
usr.bin/systat/main.c
159
errx(1, "%s: unknown request", &argv[0][1]);
usr.bin/systat/main.c
96
errx(1, "memory allocating failure");
usr.bin/systat/main.c
99
errx(1, "memory allocating failure");
usr.bin/systat/vmstat.c
540
errx(1, "%s", devstat_errbuf);
usr.bin/systat/vmstat.c
570
errx(1, "%s", devstat_errbuf);
usr.bin/systat/vmstat.c
800
errx(2, "out of memory");
usr.bin/tabs/tabs.c
107
errx(1, "%s: invalid increment", arg + 1);
usr.bin/tabs/tabs.c
143
errx(1, "terminal cannot clear tabs");
usr.bin/tabs/tabs.c
145
errx(1, "terminal cannot set tabs");
usr.bin/tabs/tabs.c
205
errx(1, "too many tab stops (limit %d)", NSTOPS);
usr.bin/tabs/tabs.c
209
errx(1, "%s: invalid tab stop", tok);
usr.bin/tabs/tabs.c
212
errx(1, "%s: first tab may not be relative",
usr.bin/tabs/tabs.c
217
errx(1, "cannot go backwards");
usr.bin/tabs/tabs.c
98
errx(1, "%s: invalid margin width",
usr.bin/tail/extern.h
39
errx(1, "stdout"); \
usr.bin/tail/tail.c
104
errx(1, "illegal offset -- %s", optarg); \
usr.bin/tail/tail.c
333
errx(1, "illegal option -- %s", *argv);
usr.bin/talk/get_addrs.c
52
errx(1, "%s: %s", his_machine_name, hstrerror(h_errno));
usr.bin/talk/get_addrs.c
59
errx(1, "ntalk/udp: service is not registered");
usr.bin/talk/get_names.c
68
errx(1, "standard input must be a tty, not a pipe or a file");
usr.bin/talk/get_names.c
73
errx(1, "you don't exist. Go away");
usr.bin/talk/init_disp.c
63
errx(1, "The callee cannot write to this terminal, use \"mesg y\".");
usr.bin/talk/init_disp.c
76
errx(1, "Terminal type unset or lacking necessary features.");
usr.bin/tcopy/tcopy.cc
101
errx(1, "Cannot find a sane max blocksize");
usr.bin/tcopy/tcopy.cc
138
errx(5, "copy aborted");
usr.bin/tcopy/tcopy.cc
271
errx(17, "write error (%zd != %zd)", nwrite, expect);
usr.bin/tcopy/tcopy.cc
281
errx(17, "write error (%zd != %zd)", nwrite, sizeof tbuf);
usr.bin/tcopy/tcopy.cc
293
errx(17,
usr.bin/tcopy/tcopy.cc
331
errx(EX_USAGE,
usr.bin/tcopy/tcopy.cc
351
errx(EX_SOFTWARE, "That was not supposed to happen");
usr.bin/tcopy/tcopy.cc
377
errx(17, "write error (%zd != %zd)", nwrite, len);
usr.bin/tcopy/tcopy.cc
390
errx(17, "truncate error, %s to %jd", name, (intmax_t)where);
usr.bin/tcopy/tcopy.cc
423
errx(EX_SOFTWARE, "That was not supposed to happen");
usr.bin/tcopy/tcopy.cc
438
errx(17, "write error (%zd != %zd)", nwrite, len);
usr.bin/tcopy/tcopy.cc
450
errx(EX_SOFTWARE, "That was not supposed to happen");
usr.bin/tcopy/tcopy.cc
485
errx(EX_USAGE,
usr.bin/tcopy/tcopy.cc
576
errx(11, "no memory");
usr.bin/tcopy/tcopy.cc
732
errx(EX_CANTCREAT, "Cannot open %s", optarg);
usr.bin/tcopy/tcopy.cc
777
errx(EX_USAGE,
usr.bin/top/display.c
1351
errx(4, "can't allocate sufficient memory");
usr.bin/top/top.c
319
errx(0, "version FreeBSD");
usr.bin/top/top.c
329
errx(1, "%s: unknown user\n", optarg);
usr.bin/top/top.c
415
errx(1, "warning: `-m' option can only take args 'io' or 'cpu'");
usr.bin/top/top.c
465
errx(1,
usr.bin/top/top.c
530
errx(4, "can't allocate sufficient memory");
usr.bin/touch/touch.c
270
errx(1, "out of range or illegal time specification: "
usr.bin/touch/touch.c
299
errx(1, "out of range or illegal time specification: "
usr.bin/touch/touch.c
349
errx(1, "out of range or illegal time specification: "
usr.bin/touch/touch.c
366
errx(1, "Invalid offset spec, must be [-][[HH]MM]SS");
usr.bin/tr/str.c
174
errx(1, "unknown class %s", s->str);
usr.bin/tr/str.c
196
errx(1, "misplaced equivalence equals sign");
usr.bin/tr/str.c
204
errx(1, "misplaced equivalence equals sign");
usr.bin/tr/str.c
297
errx(1, "sequences only valid in string2");
usr.bin/tr/str.c
309
errx(1, "misplaced sequence asterisk");
usr.bin/tr/str.c
327
errx(1, "illegal sequence count");
usr.bin/tr/tr.c
195
errx(1, "strdup(argv[1])");
usr.bin/tr/tr.c
200
errx(1, "empty string2");
usr.bin/truncate/truncate.c
106
errx(EXIT_FAILURE,
usr.bin/truncate/truncate.c
114
errx(EXIT_FAILURE,
usr.bin/truncate/truncate.c
96
errx(EXIT_FAILURE,
usr.bin/truss/main.c
122
errx(1, "maximum string size is %s: %s", errstr, optarg);
usr.bin/truss/main.c
81
errx(1, "calloc() failed");
usr.bin/truss/main.c
94
errx(2, "attempt to grab self.");
usr.bin/truss/setup.c
272
errx(1, "Duplicate thread for LWP %ld", (long)lwpid);
usr.bin/truss/setup.c
331
errx(1, "Duplicate process for pid %ld", (long)pid);
usr.bin/truss/setup.c
405
errx(1, "could not find thread");
usr.bin/truss/setup.c
827
errx(1, "waitid reported CLD_STOPPED");
usr.bin/truss/syscalls.c
1795
errx(1, "Unsupported pointer size: %zu",
usr.bin/truss/syscalls.c
2784
errx(1, "Invalid argument type %d\n", sc->type & ARG_MASK);
usr.bin/truss/syscalls.c
709
errx(1, "Unknown lookup base");
usr.bin/tsort/tsort.c
169
errx(1, "odd data count");
usr.bin/tsort/tsort.c
346
errx(1, "internal error -- could not find cycle");
usr.bin/ul/ul.c
241
errx(1, "unknown escape sequence in input: %o, %o", IESC, c);
usr.bin/unexpand/unexpand.c
203
errx(1, "bad tab stop spec");
usr.bin/unexpand/unexpand.c
205
errx(1, "bad tab stop spec");
usr.bin/unexpand/unexpand.c
207
errx(1, "too many tab stops");
usr.bin/unexpand/unexpand.c
212
errx(1, "bad tab stop spec");
usr.bin/uniq/uniq.c
118
errx(1, "field skip value is %s: %s", errstr, optarg);
usr.bin/uniq/uniq.c
123
errx(1, "character skip value is %s: %s", errstr, optarg);
usr.bin/uniq/uniq.c
259
errx(1, "conversion buffer length overflow");
usr.bin/uniq/uniq.c
263
errx(1, "internal mbstowcs() error");
usr.bin/units/units.c
129
errx(1, "unable to open units file '%s'", userfile);
usr.bin/units/units.c
150
errx(1, "can't find units file '%s'", UNITSFILE);
usr.bin/usbhidaction/usbhidaction.c
164
errx(1, "report too large");
usr.bin/usbhidaction/usbhidaction.c
314
errx(1, "config file `%s', line %d,"
usr.bin/usbhidaction/usbhidaction.c
345
errx(1, "config file `%s', line %d, "
usr.bin/usbhidaction/usbhidaction.c
361
errx(1, "config file `%s', line %d, "
usr.bin/usbhidaction/usbhidaction.c
438
errx(1, "config file `%s', line %d, HID item "
usr.bin/usbhidctl/usbhid.c
126
errx(1, "Must specify -w to write variables");
usr.bin/usbhidctl/usbhid.c
130
errx(1, "Must not specify -w to read variables");
usr.bin/usbhidctl/usbhid.c
176
errx(1, "Unknown item '%s'", var->name);
usr.bin/usbhidctl/usbhid.c
516
errx(1, "USB_GET_REPORT_DESC");
usr.bin/usbhidctl/usbhid.c
80
errx(1, "Must not specify -w to read variables");
usr.bin/vtfontcvt/vtfontcvt.c
1052
errx(1, "Invalid format: %s", optarg);
usr.bin/vtfontcvt/vtfontcvt.c
193
errx(1, "memory allocation failure");
usr.bin/vtfontcvt/vtfontcvt.c
243
errx(1, "Character %u not in normal font!",
usr.bin/vtfontcvt/vtfontcvt.c
286
errx(1, "too many glyphs (%u)", glyph_unique);
usr.bin/vtfontcvt/vtfontcvt.c
386
errx(1, "invalid height %d", h);
usr.bin/vtfontcvt/vtfontcvt.c
394
errx(1, "invalid width %d", w);
usr.bin/vtfontcvt/vtfontcvt.c
434
errx(1, "invalid FONTBOUNDINGBOX at line %u",
usr.bin/vtfontcvt/vtfontcvt.c
442
errx(1, "broken font header");
usr.bin/vtfontcvt/vtfontcvt.c
444
errx(1, "font spacing \"C\" (character cell) required");
usr.bin/vtfontcvt/vtfontcvt.c
453
errx(1, "invalid DWIDTH at line %u", linenum);
usr.bin/vtfontcvt/vtfontcvt.c
455
errx(1, "bitmap with unsupported DWIDTH %d %d (not %d or %d) at line %u",
usr.bin/vtfontcvt/vtfontcvt.c
481
errx(1, "invalid BBX at line %u", linenum);
usr.bin/vtfontcvt/vtfontcvt.c
485
errx(1, "broken bitmap with BBX %d %d %d %d at line %u",
usr.bin/vtfontcvt/vtfontcvt.c
491
errx(1, "broken char header at line %u!",
usr.bin/vtfontcvt/vtfontcvt.c
505
errx(1, "unexpected EOF");
usr.bin/vtfontcvt/vtfontcvt.c
511
errx(1, "broken bitmap at line %u",
usr.bin/vtfontcvt/vtfontcvt.c
561
errx(1, "malformed input: Height tag after font data");
usr.bin/vtfontcvt/vtfontcvt.c
565
errx(1, "malformed input: Width tag after font data");
usr.bin/vtfontcvt/vtfontcvt.c
577
errx(1,
usr.bin/whereis/whereis.c
401
errx(EX_DATAERR, "no directories to search");
usr.bin/whereis/whereis.c
407
errx(EX_UNAVAILABLE, "regcomp(%s) failed: %s",
usr.bin/whereis/whereis.c
625
errx(EX_UNAVAILABLE,
usr.bin/whois/whois.c
268
errx(EX_SOFTWARE, "no default whois server");
usr.bin/write/write.c
141
errx(1, "can't find your tty");
usr.bin/write/write.c
143
errx(1, "can't find your tty's name");
usr.bin/write/write.c
149
errx(1, "you have write permission turned off");
usr.bin/write/write.c
161
errx(1, "%s is not logged in on %s", argv[0], argv[1]);
usr.bin/write/write.c
165
errx(1, "%s has messages disabled on %s", argv[0], argv[1]);
usr.bin/write/write.c
245
errx(1, "%s is not logged in", user);
usr.bin/write/write.c
251
errx(1, "%s has messages disabled", user);
usr.bin/xargs/xargs.c
138
errx(1, "sysconf(_SC_ARG_MAX) failed");
usr.bin/xargs/xargs.c
165
errx(1, "-%c %s: %s", ch, optarg, errstr);
usr.bin/xargs/xargs.c
171
errx(1, "-%c %s: %s", ch, optarg, errstr);
usr.bin/xargs/xargs.c
179
errx(1, "-%c %s: %s", ch, optarg, errstr);
usr.bin/xargs/xargs.c
181
errx(1, "getrlimit failed");
usr.bin/xargs/xargs.c
191
errx(1, "-%c %s: %s", ch, optarg, errstr);
usr.bin/xargs/xargs.c
193
errx(1, "-%c %s: %s", ch, optarg, "must be non-zero");
usr.bin/xargs/xargs.c
201
errx(1, "-%c %s: %s", ch, optarg, errstr);
usr.bin/xargs/xargs.c
206
errx(1, "-%c %s: %s", ch, optarg, errstr);
usr.bin/xargs/xargs.c
237
errx(1, "replstr may not be empty");
usr.bin/xargs/xargs.c
248
errx(1, "malloc failed");
usr.bin/xargs/xargs.c
288
errx(1, "insufficient space for command");
usr.bin/xargs/xargs.c
291
errx(1, "malloc failed");
usr.bin/xargs/xargs.c
695
errx(1, "malloc failed");
usr.bin/xargs/xargs.c
744
errx(1, "internal error: no free pid slot");
usr.bin/xinstall/xinstall.c
1322
errx(EX_SOFTWARE, "strip command %s failed on %s",
usr.bin/xinstall/xinstall.c
1366
errx(EX_OSERR, "%s exists but is not a directory", path);
usr.bin/xinstall/xinstall.c
232
errx(1, "%c: invalid link type", *p);
usr.bin/xinstall/xinstall.c
243
errx(EX_USAGE, "invalid file mode: %s",
usr.bin/xinstall/xinstall.c
331
errx(1, "unknown group %s", group);
usr.bin/xinstall/xinstall.c
341
errx(1, "unknown user %s", owner);
usr.bin/xinstall/xinstall.c
349
errx(EX_USAGE, "%s: invalid flag", fflags);
usr.bin/xinstall/xinstall.c
405
errx(EX_USAGE, "%s and %s are the same file",
usr.bin/xinstall/xinstall.c
752
errx(1, "resolved pathname too long");
usr.bin/xinstall/xinstall.c
755
errx(1, "resolved pathname too long");
usr.bin/xinstall/xinstall.c
837
errx(EX_USAGE, "destination cannot be an empty string");
usr.bin/xinstall/xinstall.c
951
errx(EX_OSERR, "%s: backup filename too long",
usr.bin/xstr/xstr.c
229
errx(1, "message too long");
usr.bin/xstr/xstr.c
343
errx(8, "calloc");
usr.bin/ypcat/ypcat.c
135
errx(1, "not running ypbind");
usr.bin/ypcat/ypcat.c
137
errx(1, "no such map %s. Reason: %s",
usr.bin/ypmatch/ypmatch.c
130
errx(1, "not running ypbind");
usr.bin/ypmatch/ypmatch.c
132
errx(1, "can't match key %s in map %s. reason: %s",
usr.bin/ypwhich/ypwhich.c
148
errx(1, "YP domain name not set");
usr.bin/ypwhich/ypwhich.c
192
errx(1, "host %s unknown",
usr.bin/ypwhich/ypwhich.c
230
errx(1, "not running ypbind");
usr.bin/ypwhich/ypwhich.c
232
errx(1, "can't find master for map %s: reason: %s",
usr.bin/ypwhich/ypwhich.c
270
errx(1, "not running ypbind");
usr.bin/ypwhich/ypwhich.c
272
errx(1, "can't get map list for domain %s: reason: %s",
usr.sbin/ac/ac.c
109
errx(1, "malloc failed");
usr.sbin/ac/ac.c
194
errx(1, "malloc failed");
usr.sbin/ac/ac.c
392
errx(1, "malloc failed");
usr.sbin/acpi/acpiconf/acpiconf.c
251
errx(EX_USAGE, "invalid battery");
usr.sbin/acpi/acpiconf/acpiconf.c
257
errx(EX_USAGE, "invalid ack argument");
usr.sbin/acpi/acpiconf/acpiconf.c
265
errx(EX_USAGE, "invalid sleep type");
usr.sbin/acpi/acpiconf/acpiconf.c
267
errx(EX_USAGE, "invalid sleep type (%d)",
usr.sbin/acpi/acpiconf/acpiconf.c
280
errx(EX_USAGE, "-i, -k and -s are mutually exclusive");
usr.sbin/acpi/acpiconf/acpiconf.c
284
errx(EX_USAGE, "-i and -k are mutually exclusive");
usr.sbin/acpi/acpiconf/acpiconf.c
286
errx(EX_USAGE, "-i and -s are mutually exclusive");
usr.sbin/acpi/acpiconf/acpiconf.c
292
errx(EX_USAGE, "-k and -s are mutually exclusive");
usr.sbin/acpi/acpiconf/acpiconf.c
94
errx(EX_USAGE, "invalid battery %d", num);
usr.sbin/acpi/acpidump/acpi.c
2313
errx(1, "uuid_to_string: status=%u", status);
usr.sbin/acpi/acpidump/acpi.c
280
errx(1, "FACS is corrupt");
usr.sbin/acpi/acpidump/acpi.c
2825
errx(1, "Can't find ACPI information");
usr.sbin/acpi/acpidump/acpi.c
2833
errx(1, "RSDT is corrupted");
usr.sbin/acpi/acpidump/acpi.c
2839
errx(1, "XSDT is corrupted");
usr.sbin/acpi/acpidump/acpi.c
289
errx(1, "DSDT is corrupt");
usr.sbin/acpi/acpidump/acpi.c
3035
errx(1, "RSDT entry %d is corrupt", i);
usr.sbin/acpi/acpidump/acpi.c
3053
errx(1, "DSDT is corrupt\n");
usr.sbin/acpi/acpidump/acpi_user.c
205
errx(1, "opening %s", infile);
usr.sbin/acpi/acpidump/acpi_user.c
210
errx(1, "fstat %s", infile);
usr.sbin/acpi/acpidump/acpi_user.c
214
errx(1, "mmap %s", infile);
usr.sbin/acpi/acpidump/acpi_user.c
86
errx(1, "out of memory");
usr.sbin/bhyve/aarch64/bhyverun_machdep.c
134
errx(EX_USAGE, "invalid cpu topology '%s'",
usr.sbin/bhyve/aarch64/bhyverun_machdep.c
158
errx(EX_USAGE,
usr.sbin/bhyve/aarch64/bhyverun_machdep.c
165
errx(EX_USAGE,
usr.sbin/bhyve/amd64/bhyverun_machdep.c
143
errx(EX_USAGE, "invalid vcpu pinning "
usr.sbin/bhyve/amd64/bhyverun_machdep.c
149
errx(EX_USAGE, "invalid cpu topology "
usr.sbin/bhyve/amd64/bhyverun_machdep.c
158
errx(EX_USAGE, "invalid fwcfg item '%s'",
usr.sbin/bhyve/amd64/bhyverun_machdep.c
176
errx(EX_USAGE, "invalid lpc device "
usr.sbin/bhyve/amd64/bhyverun_machdep.c
204
errx(EX_USAGE,
usr.sbin/bhyve/amd64/bhyverun_machdep.c
209
errx(EX_USAGE, "NUMA emulation requires ACPI");
usr.sbin/bhyve/amd64/bhyverun_machdep.c
213
errx(EX_USAGE,
usr.sbin/bhyve/amd64/pci_lpc.c
106
errx(4, "invalid bootrom option \"%s\"", opts);
usr.sbin/bhyve/amd64/pci_lpc.c
133
errx(4, "invalid tpm type \"%s\"", opts);
usr.sbin/bhyve/amd64/pci_lpc.c
139
errx(4, "invalid tpm path \"%s\"", opts);
usr.sbin/bhyve/audio.c
113
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/audio.c
115
errx(EX_OSERR, "Unable to limit ioctl rights for sandbox");
usr.sbin/bhyve/bhyverun.c
1031
errx(EX_OSERR, "Failed to start checkpoint thread");
usr.sbin/bhyve/bhyverun.c
1038
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/bhyverun.c
1041
errx(EX_OSERR, "cap_enter() failed");
usr.sbin/bhyve/bhyverun.c
152
errx(4, "Failed to allocate memory");
usr.sbin/bhyve/bhyverun.c
186
errx(4, "Invalid value for %s: '%s'", key, value);
usr.sbin/bhyve/bhyverun.c
205
errx(4, "Failed to allocate memory");
usr.sbin/bhyve/bhyverun.c
266
errx(EX_USAGE, "invalid memsize for domain %d: '%s'", i,
usr.sbin/bhyve/bhyverun.c
272
errx(EX_OSERR, "Failed to allocate domainset mask");
usr.sbin/bhyve/bhyverun.c
281
errx(EX_USAGE, "failed to parse domain policy '%s'", value);
usr.sbin/bhyve/bhyverun.c
346
errx(4, "Computed number of vCPUs too high: %ju",
usr.sbin/bhyve/bhyverun.c
351
errx(4, "Topology (%d sockets, %d cores, %d threads) "
usr.sbin/bhyve/bhyverun.c
409
errx(4, "invalid cpuset for vcpu %d: '%s'", vcpu, list);
usr.sbin/bhyve/bhyverun.c
411
errx(4, "hostcpu '%d' outside valid range from 0 to %d",
usr.sbin/bhyve/bhyverun.c
418
errx(4, "Invalid hostcpu range %d-%d",
usr.sbin/bhyve/bhyverun.c
430
errx(4, "invalid cpuset for vcpu %d: '%s'",
usr.sbin/bhyve/bhyverun.c
435
errx(4, "invalid cpuset for vcpu %d: '%s'", vcpu, list);
usr.sbin/bhyve/bhyverun.c
706
errx(4, "no bootrom was configured");
usr.sbin/bhyve/bhyverun.c
722
errx(EX_OSERR, "vm_set_topology");
usr.sbin/bhyve/bhyverun.c
764
errx(4, "%s line %u: invalid config option '%s'", path,
usr.sbin/bhyve/bhyverun.c
850
errx(EX_USAGE, "invalid memsize '%s'", value);
usr.sbin/bhyve/block_if.c
571
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/block_if.c
605
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/config.c
139
errx(4, "Invalid config node name %s", name);
usr.sbin/bhyve/config.c
145
errx(4,
usr.sbin/bhyve/config.c
177
errx(4, "Failed to allocate memory");
usr.sbin/bhyve/config.c
180
errx(4, "Failed to create configuration node %s",
usr.sbin/bhyve/config.c
189
errx(4, "Attempting to add value %s to existing node %s",
usr.sbin/bhyve/config.c
219
errx(4, "Failed to allocate memory");
usr.sbin/bhyve/config.c
246
errx(4, "Failed to allocate memory");
usr.sbin/bhyve/config.c
284
errx(4, "Failed to allocate memory");
usr.sbin/bhyve/config.c
350
errx(4, "Invalid config node name %s", name);
usr.sbin/bhyve/config.c
57
errx(4, "Failed to allocate memory");
usr.sbin/bhyve/config.c
94
errx(4, "Failed to allocate memory");
usr.sbin/bhyve/gdb.c
2171
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/gdb.c
2173
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/gdb.c
2195
errx(4, "Failed to allocate memory");
usr.sbin/bhyve/gdb.c
2221
errx(1, "gdb address resolution: %s", gai_strerror(error));
usr.sbin/bhyve/mevent.c
146
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/mevent.c
527
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/mevent.c
529
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/net_backend_netgraph.c
158
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/net_backends.c
131
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/pci_emul.c
1054
errx(4, "Invalid bootindex %d for %s", bootindex, pi->pi_name);
usr.sbin/bhyve/pci_emul.c
1068
errx(4,
usr.sbin/bhyve/pci_emul.c
1534
errx(EX_OSERR, "Invalid lowmem limit");
usr.sbin/bhyve/pci_emul.c
2350
errx(4, "%s: invalid BAR offset %d", __func__,
usr.sbin/bhyve/pci_passthru.c
1411
errx(4, "%s: munmap_memseg @ [%016lx - %016lx] failed",
usr.sbin/bhyve/pci_passthru.c
1418
errx(4, "%s: mmap_memseg @ [%016lx - %016lx] failed",
usr.sbin/bhyve/pci_passthru.c
1442
errx(4, "%s: invalid BAR type %d", __func__,
usr.sbin/bhyve/pci_passthru.c
158
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/pci_passthru.c
163
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/pci_virtio_console.c
346
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/pci_virtio_input.c
714
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/pci_virtio_rnd.c
160
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/rfb.c
1438
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/riscv/bhyverun_machdep.c
128
errx(EX_USAGE, "invalid cpu topology '%s'",
usr.sbin/bhyve/riscv/bhyverun_machdep.c
149
errx(EX_USAGE,
usr.sbin/bhyve/riscv/bhyverun_machdep.c
156
errx(EX_USAGE,
usr.sbin/bhyve/slirp/slirp-helper.c
287
errx(1, "parent process closed connection");
usr.sbin/bhyve/slirp/slirp-helper.c
392
errx(1, "unable to parse hostfwd rule '%s': %s", rule,
usr.sbin/bhyve/slirp/slirp-helper.c
398
errx(1, "Unable to add hostfwd rule '%s': %s", rule,
usr.sbin/bhyve/slirp/slirp-helper.c
432
errx(1, "unable to open libslirp.so.0: %s", dlerror());
usr.sbin/bhyve/slirp/slirp-helper.c
437
errx(1, "failed to resolve %s", #sym); \
usr.sbin/bhyve/snapshot.c
1447
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/snapshot.c
803
errx(EX_DATAERR, "Cannot find kern struct %s",
usr.sbin/bhyve/snapshot.c
807
errx(EX_DATAERR, "data with zero size for %s",
usr.sbin/bhyve/uart_backend.c
369
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/uart_backend.c
371
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/uart_backend.c
403
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/uart_backend.c
405
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/uart_backend.c
490
errx(EX_OSERR, "Unable to apply rights for sandbox");
usr.sbin/bhyve/uart_backend.c
492
errx(EX_OSERR, "Unable to apply ioctls for sandbox");
usr.sbin/bhyve/uart_backend.c
494
errx(EX_OSERR, "Unable to apply fcntls for sandbox");
usr.sbin/bhyve/vmgenc.c
62
errx(4, "%s: bootrom_alloc", __func__);
usr.sbin/bhyveload/bhyveload.c
783
errx(EX_OSERR, "dlopen: %s", dlerror());
usr.sbin/bhyveload/bhyveload.c
809
errx(EX_USAGE, "Could not open '%s'", optarg);
usr.sbin/bhyveload/bhyveload.c
815
errx(EX_USAGE, "Could not open '%s'", optarg);
usr.sbin/bhyveload/bhyveload.c
828
errx(EX_USAGE, "-l can only be given once");
usr.sbin/bhyveload/bhyveload.c
840
errx(EX_USAGE, "Invalid memsize '%s'", optarg);
usr.sbin/bhyveload/bhyveload.c
926
errx(1, "dlsym: %s", dlerror());
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
76
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/bluetooth/bthidd/bthidd.c
86
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/bluetooth/btpand/btpand.c
106
errx(EXIT_FAILURE, "%s: %s",
usr.sbin/bluetooth/btpand/btpand.c
125
errx(EXIT_FAILURE, "%s: invalid session limit",
usr.sbin/bluetooth/btpand/btpand.c
139
errx(EXIT_FAILURE, "%s: invalid PSM", optarg);
usr.sbin/bluetooth/btpand/btpand.c
152
errx(EXIT_FAILURE, "%s: unknown service", optarg);
usr.sbin/bluetooth/btpand/btpand.c
88
errx(EXIT_FAILURE, "%s: %s",
usr.sbin/bluetooth/hccontrol/hccontrol.c
112
errx(7, "Could not find HCI nodes");
usr.sbin/bluetooth/hcsecd/hcsecd.c
102
errx(1, "** ERROR: You should run %s as privileged user!",
usr.sbin/bluetooth/l2control/l2control.c
71
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/bluetooth/l2ping/l2ping.c
128
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/bluetooth/l2ping/l2ping.c
159
errx(1, "Failed to create remote hostname");
usr.sbin/bluetooth/l2ping/l2ping.c
99
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
152
errx(1, "Must specify PPP label");
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
156
errx(1, "Must specify server BD_ADDR");
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
166
errx(1, "Invalid RFCOMM channel number %d", channel);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
88
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
146
errx(1, "Could not create SDP session object");
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
72
errx(1, "%s: %s", optarg, hstrerror(h_errno));
usr.sbin/boot0cfg/boot0cfg.c
161
errx(1, "bad argument %s", optarg);
usr.sbin/boot0cfg/boot0cfg.c
188
errx(1, "Unable to get providername for %s\n", *argv);
usr.sbin/boot0cfg/boot0cfg.c
247
errx(1, "incompatible boot block, cannot set volume ID");
usr.sbin/boot0cfg/boot0cfg.c
319
errx(1, "%s: short read", disk);
usr.sbin/boot0cfg/boot0cfg.c
321
errx(1, "%s: bad magic", disk);
usr.sbin/boot0cfg/boot0cfg.c
325
errx(1, "%s: unknown or incompatible boot code", disk);
usr.sbin/boot0cfg/boot0cfg.c
329
errx(1, "%s: unable to allocate read buffer", disk);
usr.sbin/boot0cfg/boot0cfg.c
334
errx(1, "%s: short read", disk);
usr.sbin/boot0cfg/boot0cfg.c
339
errx(1, "%s: unable to allocate MBR buffer", disk);
usr.sbin/boot0cfg/boot0cfg.c
386
errx(1, "%s: short write", fname);
usr.sbin/boot0cfg/boot0cfg.c
423
errx(1, "GEOM_PART: write bootcode to %s failed: %s",
usr.sbin/boot0cfg/boot0cfg.c
427
errx(1, "can't write MBR to %s", fname);
usr.sbin/boot0cfg/boot0cfg.c
561
errx(1, "%s: Unknown -o option", q);
usr.sbin/boot0cfg/boot0cfg.c
585
errx(1, "%s: Bad argument to -%c option", arg, opt);
usr.sbin/bootparamd/bootparamd/bootparamd.c
199
errx(1, "no %s", bootpfile);
usr.sbin/bootparamd/bootparamd/bootparamd.c
301
errx(1, "no %s", bootpfile);
usr.sbin/bootparamd/bootparamd/main.c
102
errx(1, "cannot create udp service");
usr.sbin/bootparamd/bootparamd/main.c
104
errx(1, "unable to register (BOOTPARAMPROG, BOOTPARAMVERS, udp)");
usr.sbin/bootparamd/bootparamd/main.c
107
errx(1, "svc_run returned");
usr.sbin/bootparamd/bootparamd/main.c
65
errx(1, "no such host %s", optarg);
usr.sbin/bootparamd/callbootd/callbootd.c
104
errx(1, "bad answer returned from server %s", server);
usr.sbin/bootparamd/callbootd/callbootd.c
127
errx(1, "bad answer returned from server %s", server);
usr.sbin/bootparamd/callbootd/callbootd.c
89
errx(1, "could not contact bootparam server on host %s", server);
usr.sbin/bootparamd/callbootd/callbootd.c
97
errx(2, "bogus addr %s", argv[2]);
usr.sbin/bsdinstall/distextract/distextract.c
56
#define _errx(...) (bsddialog_end(), errx(__VA_ARGS__))
usr.sbin/bsdinstall/distextract/distextract.c
74
errx(EXIT_FAILURE, "DISTRIBUTIONS variable is not set");
usr.sbin/bsdinstall/distextract/distextract.c
78
errx(EXIT_FAILURE, "memory error");
usr.sbin/bsdinstall/distextract/distextract.c
81
errx(EXIT_FAILURE, "Error libbsdialog: %s",
usr.sbin/bsdinstall/distfetch/distfetch.c
136
errx(EXIT_FAILURE, "Error: distfetch minibars out of memory!");
usr.sbin/bsdinstall/distfetch/distfetch.c
58
errx(EXIT_FAILURE, "DISTRIBUTIONS variable is not set");
usr.sbin/bsdinstall/distfetch/distfetch.c
69
errx(EXIT_FAILURE, "Error: distfetch URLs out of memory!");
usr.sbin/bsdinstall/distfetch/distfetch.c
74
errx(EXIT_FAILURE, "Error libbsddialog: %s\n",
usr.sbin/bsdinstall/runconsoles/child.c
215
errx(EX_SOFTWARE, "failed to reap grandchild");
usr.sbin/bsdinstall/runconsoles/runconsoles.c
274
errx(EX_OSERR, "kern.console malformed: no / found");
usr.sbin/bsdinstall/runconsoles/runconsoles.c
352
errx(EX_IOERR, "%s controlled by another group",
usr.sbin/bsdinstall/runconsoles/runconsoles.c
356
errx(EX_OSERR,
usr.sbin/bsdinstall/runconsoles/runconsoles.c
378
errx(EX_OSERR, "no consoles found");
usr.sbin/bsdinstall/runconsoles/runconsoles.c
582
errx(EX_SOFTWARE, "failed to find first child that exited");
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
132
errx(EX_SOFTWARE, "hrDeviceTable index wrap");
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
136
errx(EXIT_FAILURE,
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c
169
errx(EX_SOFTWARE, "hrFSTable index wrap");
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c
176
errx(EX_SOFTWARE, "hrPartitionTable index wrap");
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
156
errx(EX_SOFTWARE, "hrStorageTable index wrap");
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swinstalled_tbl.c
145
errx(EX_SOFTWARE, "hrSWInstalledTable index wrap");
usr.sbin/btxld/btxld.c
251
errx(2, "%s: Filename too long", oname);
usr.sbin/btxld/btxld.c
310
errx(1, "%s: Not a BTX kernel", fname);
usr.sbin/btxld/btxld.c
333
errx(1, "%s: Too big", fname);
usr.sbin/btxld/btxld.c
451
errx(2, "%s: Short read", fname);
usr.sbin/btxld/btxld.c
484
errx(2, "%s: Short write", tname);
usr.sbin/btxld/btxld.c
507
errx(1, "%s: Unknown format", arg);
usr.sbin/btxld/btxld.c
523
errx(1, "%s: Illegal address", arg);
usr.sbin/btxld/btxld.c
539
errx(1, "%s: Illegal page number", arg);
usr.sbin/camdd/camdd.c
1003
errx(1, "Cannot find status entry %s",
usr.sbin/camdd/camdd.c
1087
errx(1, "cannot operate on directory %s",
usr.sbin/camdd/camdd.c
1092
errx(1, "Cannot determine file type for %s",
usr.sbin/camdd/camdd.c
1115
errx(1, "Unable to probe tape %s",
usr.sbin/camdd/camdd.c
1155
errx(1, "Unable to derive valid blocksize for "
usr.sbin/camdd/camdd.c
1179
errx(1, "DIOCGSECTORSIZE ioctl returned "
usr.sbin/camdd/camdd.c
1190
errx(1, "DIOCGMEDIASIZE ioctl returned "
usr.sbin/camdd/camdd.c
1196
errx(1, "%s blocksize %u not a multiple of "
usr.sbin/camdd/camdd.c
1496
errx(1, "Unsupported SCSI device type %d", scsi_dev_type);
usr.sbin/camdd/camdd.c
1514
errx(1, "Unsupported PROTO type %d", cgd.protocol);
usr.sbin/camdd/camdd.c
2017
errx(1, "Found buffers with duplicate LBA %ju!",
usr.sbin/camdd/camdd.c
2068
errx(1, "%s: should have a data buffer, not an "
usr.sbin/camdd/camdd.c
2214
errx(1, "%s: should have a data buffer, not an "
usr.sbin/camdd/camdd.c
3563
errx(1, "retry count %d is < 0",
usr.sbin/camdd/camdd.c
3575
errx(1, "Only one input and output path "
usr.sbin/camdd/camdd.c
3594
errx(1, "invalid timeout %d", timeout);
usr.sbin/camdd/camdd.c
3611
errx(1, "Must specify both -i and -o");
usr.sbin/certctl/certctl.c
358
errx(1, "unexpected duplicate");
usr.sbin/certctl/certctl.c
441
errx(1, "unable to disambiguate %08lx", cert->hash);
usr.sbin/certctl/certctl.c
996
errx(1, "DISTBASE=%s does not begin with a slash", distbase);
usr.sbin/chown/chown.c
124
errx(1, "the -R%c and -h options may not be "
usr.sbin/chown/chown.c
242
errx(1, "%s: illegal %s name", name, type);
usr.sbin/chroot/chroot.c
161
errx(1, "too many supplementary groups provided");
usr.sbin/chroot/chroot.c
178
errx(1, "unprivileged use requires -n");
usr.sbin/chroot/chroot.c
71
errx(1, "no such group '%s'", group);
usr.sbin/chroot/chroot.c
90
errx(1, "no such user '%s'", user);
usr.sbin/ckdist/ckdist.c
135
errx(2, "%s: not a directory", opt_dir);
usr.sbin/config/config.y
155
errx(1, "%s:%d: only one machine directive is allowed",
usr.sbin/config/config.y
166
errx(1, "%s:%d: only one machine directive is allowed",
usr.sbin/config/config.y
231
errx(1, "%s:%d: The `=' in options should not be "
usr.sbin/config/config.y
313
errx(1, "%s:%d: %s", yyfile, yyline + 1, s);
usr.sbin/config/main.cc
144
errx(EXIT_FAILURE, "directory already set");
usr.sbin/config/main.cc
165
errx(EXIT_FAILURE, "src directory already set");
usr.sbin/config/main.cc
251
errx(EXIT_FAILURE, "%s isn't a directory", p);
usr.sbin/config/main.cc
319
errx(EXIT_FAILURE, "failed to generate line buffer, "
usr.sbin/config/main.cc
566
errx(EXIT_FAILURE, "Something went terribly wrong!");
usr.sbin/config/main.cc
740
errx(EXIT_FAILURE, "'%s' is a directory", file);
usr.sbin/config/main.cc
752
errx(EXIT_FAILURE, "asprintf() failed");
usr.sbin/config/main.cc
755
errx(EXIT_FAILURE, "popen() failed");
usr.sbin/config/main.cc
762
errx(EXIT_FAILURE, "%s: incoherent ELF headers", file);
usr.sbin/config/main.cc
764
errx(EXIT_FAILURE, "File %s doesn't contain configuration "
usr.sbin/config/mkheaders.c
59
errx(1, "%d errors", errors);
usr.sbin/cron/cron/cron.c
507
errx(ERROR_EXIT,
usr.sbin/cron/cron/cron.c
513
errx(ERROR_EXIT,
usr.sbin/cron/cron/cron.c
90
errx(ERROR_EXIT, "%s", buf);
usr.sbin/cron/crontab/crontab.c
123
errx(ERROR_EXIT, "your UID isn't in the passwd file, bailing out");
usr.sbin/cron/crontab/crontab.c
138
errx(ERROR_EXIT, "must be privileged to use -u");
usr.sbin/cron/crontab/crontab.c
140
errx(ERROR_EXIT, "user `%s' unknown", optarg);
usr.sbin/cron/crontab/crontab.c
258
errx(ERROR_EXIT, "no crontab for %s", User);
usr.sbin/cron/crontab/crontab.c
286
errx(ERROR_EXIT, "path too long");
usr.sbin/cron/crontab/crontab.c
289
errx(ERROR_EXIT, "no crontab for %s", User);
usr.sbin/cron/crontab/crontab.c
319
errx(ERROR_EXIT, "path too long");
usr.sbin/cron/crontab/crontab.c
369
errx(ERROR_EXIT, "temp file must be edited in place");
usr.sbin/cron/crontab/crontab.c
399
errx(ERROR_EXIT, "editor or filename too long");
usr.sbin/cron/crontab/crontab.c
439
errx(ERROR_EXIT, "temp file must be edited in place");
usr.sbin/crunch/crunchgen/crunchgen.c
270
errx(1, "fatal: input file \"%s\" not found", infilename);
usr.sbin/crunch/crunchgen/crunchgen.c
655
errx(1, "Can't resolve path: %s\n", p->srcdir);
usr.sbin/ctladm/ctladm.c
2634
errx(1, "%s: backend name (-b) must be specified", __func__);
usr.sbin/ctladm/ctladm.c
2637
errx(1, "%s: LUN id (-l) must be specified", __func__);
usr.sbin/ctladm/ctladm.c
2749
errx(1, "%s: backend name (-b) must be specified", __func__);
usr.sbin/ctladm/ctladm.c
2752
errx(1, "%s: LUN id (-l) must be specified", __func__);
usr.sbin/ctladm/ctladm.c
2755
errx(1, "%s: size (-s) or options (-o) must be specified",
usr.sbin/ctladm/ctladm.c
2842
errx(1, "%s: too many nesting levels, %zd max", __func__,
usr.sbin/ctladm/ctladm.c
2851
errx(1, "%s: improper connection element nesting",
usr.sbin/ctladm/ctladm.c
2869
errx(1,
usr.sbin/ctladm/ctladm.c
2889
errx(1, "%s: cur_conn == NULL! (name = %s)", __func__, name);
usr.sbin/ctladm/ctladm.c
2892
errx(1, "%s: no valid sbuf at level %d (name %s)", __func__,
usr.sbin/ctladm/ctladm.c
3120
errx(1, "%s: either -a, -c, -i, or -p must be specified",
usr.sbin/ctladm/ctladm.c
3123
errx(1, "%s: only one of -a, -c, -i, or -p may be specified",
usr.sbin/ctladm/ctladm.c
3193
errx(1, "%s: either -a, -c, -i, or -p must be specified",
usr.sbin/ctladm/ctladm.c
3196
errx(1, "%s: only one of -a, -c, -i, or -p may be specified",
usr.sbin/ctladm/ctladm.c
3275
errx(1, "%s: too many nesting levels, %zd max", __func__,
usr.sbin/ctladm/ctladm.c
3284
errx(1, "%s: improper lun element nesting", __func__);
usr.sbin/ctladm/ctladm.c
3301
errx(1, "%s: invalid LUN attribute %s = %s",
usr.sbin/ctladm/ctladm.c
3321
errx(1, "%s: cur_lun == NULL! (name = %s)", __func__, name);
usr.sbin/ctladm/ctladm.c
3324
errx(1, "%s: no valid sbuf at level %d (name %s)", __func__,
usr.sbin/ctladm/ctladm.c
3527
errx(1, "%s: too many nesting levels, %zd max", __func__,
usr.sbin/ctladm/ctladm.c
3544
errx(1, "%s: improper port element nesting", __func__);
usr.sbin/ctladm/ctladm.c
3577
errx(1, "%s: cur_port == NULL! (name = %s)", __func__, name);
usr.sbin/ctladm/ctladm.c
3580
errx(1, "%s: no valid sbuf at level %d (name %s)", __func__,
usr.sbin/ctladm/ctladm.c
3878
errx(1, "%s: too many nesting levels, %zd max", __func__,
usr.sbin/ctladm/ctladm.c
3887
errx(1, "%s: improper connection element nesting",
usr.sbin/ctladm/ctladm.c
3905
errx(1,
usr.sbin/ctladm/ctladm.c
3924
errx(1, "%s: cur_conn == NULL! (name = %s)", __func__, name);
usr.sbin/ctladm/ctladm.c
3927
errx(1, "%s: no valid sbuf at level %d (name %s)", __func__,
usr.sbin/ctladm/ctladm.c
4125
errx(1, "%s: either -a, -c, or -h must be specified",
usr.sbin/ctladm/ctladm.c
4128
errx(1, "%s: only one of -a, -c, or -h may be specified",
usr.sbin/cxgbetool/cxgbetool.c
3864
errx(1, "invalid nexus name \"%s\"", s);
usr.sbin/cxgbetool/cxgbetool.c
3882
errx(1, "%s is not a Terminator device.", s);
usr.sbin/cxgbetool/cxgbetool.c
3896
errx(rc, "failed to read whoami(0x%x): %d", whoami, rc);
usr.sbin/daemon/daemon.c
221
errx(6, "invalid restart count: %s", e);
usr.sbin/daemon/daemon.c
234
errx(5, "unrecognized syslog facility");
usr.sbin/daemon/daemon.c
242
errx(6, "unrecognized listening mask: %s", e);
usr.sbin/daemon/daemon.c
257
errx(6, "unrecognized output file mode: %s", optarg);
usr.sbin/daemon/daemon.c
281
errx(6, "invalid restart delay: %s", e);
usr.sbin/daemon/daemon.c
289
errx(4, "unrecognized syslog priority");
usr.sbin/daemon/daemon.c
472
errx(EXIT_FAILURE, "Event error: %s",
usr.sbin/daemon/daemon.c
628
errx(3, "process already running, pid: %d",
usr.sbin/daemon/daemon.c
642
errx(3, "process already running, pid: %d",
usr.sbin/daemon/daemon.c
668
errx(1, "unknown user: %s", user);
usr.sbin/daemon/daemon.c
672
errx(1, "failed to set user environment");
usr.sbin/dconschat/dconschat.c
1033
errx(1, "invalid target: %s", optarg);
usr.sbin/dconschat/dconschat.c
1113
errx(1, "kvm_open");
usr.sbin/dconschat/dconschat.c
1116
errx(1, "kvm_nlist: %s", kvm_geterr(dc->kd));
usr.sbin/dconschat/dconschat.c
1120
errx(1, "kvm_read: %s", kvm_geterr(dc->kd));
usr.sbin/dconschat/dconschat.c
669
errx(1, "tcp/%s: %s\n", service, gai_strerror(error));
usr.sbin/devinfo/devinfo.c
357
errx(1, "%s: Not found", path);
usr.sbin/devinfo/devinfo.c
409
errx(1, "can't find root device");
usr.sbin/diskinfo/diskinfo.c
148
errx(1, "Can't allocate memory buffer");
usr.sbin/diskinfo/diskinfo.c
334
errx(1, "disk too small for test.");
usr.sbin/diskinfo/diskinfo.c
346
errx(1, "disk too small for test.");
usr.sbin/diskinfo/diskinfo.c
609
errx(1, "short read");
usr.sbin/dumpcis/printcis.c
310
errx(1, "print_num(0x%x): Illegal arguments", sz);
usr.sbin/dumpcis/readcis.c
102
errx(1, "malloc");
usr.sbin/dumpcis/readcis.c
271
errx(1, "CIS code read");
usr.sbin/dumpcis/readcis.c
281
errx(1, "CIS len read");
usr.sbin/dumpcis/readcis.c
315
errx(1, "Can't read CIS data");
usr.sbin/edquota/edquota.c
118
errx(1, "permission denied");
usr.sbin/edquota/edquota.c
156
errx(2, "out of memory");
usr.sbin/edquota/edquota.c
238
errx(1,
usr.sbin/edquota/edquota.c
378
errx(2, "out of memory");
usr.sbin/edquota/edquota.c
854
errx(2, "No space permitted between value and units for %s\n",
usr.sbin/edquota/edquota.c
858
errx(2, "%ju%c: unknown units for %s, specify "
usr.sbin/edquota/edquota.c
905
errx(2, "No space permitted between value and units for %s\n",
usr.sbin/edquota/edquota.c
909
errx(2, "%ju%c: unknown units for %s, specify "
usr.sbin/efibootmgr/efibootmgr.c
1008
errx(1, "Can't report both UEFI device-path and Unix path together");
usr.sbin/efibootmgr/efibootmgr.c
1030
errx(1, "malformed boot variable %s", name);
usr.sbin/efibootmgr/efibootmgr.c
1035
errx(1, "malformed boot variable %s", name);
usr.sbin/efibootmgr/efibootmgr.c
1042
errx(1, "Can't convert to unix path");
usr.sbin/efibootmgr/efibootmgr.c
1045
errx(1, "Can't find where %s:%s is mounted",
usr.sbin/efibootmgr/efibootmgr.c
1065
errx(1, "boot to fw ui not supported");
usr.sbin/efibootmgr/efibootmgr.c
1072
errx(1, "failed to set boot to fw ui");
usr.sbin/efibootmgr/efibootmgr.c
1089
errx(1, "Resulting device path too long.");
usr.sbin/efibootmgr/efibootmgr.c
1107
errx(1, "must be run as root");
usr.sbin/efibootmgr/efibootmgr.c
1108
errx(1, "efi variables not supported on this system. kldload efirt?");
usr.sbin/efibootmgr/efibootmgr.c
229
errx(1, "Copy not implemented");
usr.sbin/efibootmgr/efibootmgr.c
255
errx(1, "%s", USAGE);
usr.sbin/efibootmgr/efibootmgr.c
304
errx(1, "%s",CREATE_USAGE);
usr.sbin/efibootmgr/efibootmgr.c
309
errx(1, "%s", ORDER_USAGE);
usr.sbin/efibootmgr/efibootmgr.c
312
errx(1, "%s", ACTIVE_USAGE);
usr.sbin/efibootmgr/efibootmgr.c
315
errx(1, "%s", DELETE_USAGE);
usr.sbin/efibootmgr/efibootmgr.c
318
errx(1, "%s", BOOTNEXT_USAGE);
usr.sbin/efibootmgr/efibootmgr.c
383
errx(1, "%s", ORDER_USAGE);
usr.sbin/efibootmgr/efibootmgr.c
508
errx(1, "Bad boot variable %#x", bootnum);
usr.sbin/efibootmgr/efibootmgr.c
679
errx(1, "Must specify boot loader");
usr.sbin/efibootmgr/efibootmgr.c
695
errx(1, "Loader path too long.");
usr.sbin/efibootmgr/efibootmgr.c
698
errx(1, "Kernel path too long.");
usr.sbin/efibootmgr/efibootmgr.c
701
errx(1, "Can't allocate memory for new device paths");
usr.sbin/efibootmgr/efibootmgr.c
717
errx(1, "Can't create loadopt");
usr.sbin/efibootmgr/efibootmgr.c
990
errx(1, "Can't set Timeout for booting.");
usr.sbin/efidp/efidp.c
224
errx(1, "Can't allocate memory.");
usr.sbin/efidp/efidp.c
229
errx(1, "Can't parse %s", walker);
usr.sbin/efidp/efidp.c
57
errx(1, "efidp [-efpu]");
usr.sbin/efivar/efivar.c
81
errx(1, "efivar [-abdDHlLNpqRtuw] [-n name] [-f file] [--append] [--ascii]\n"
usr.sbin/fdcontrol/fdcontrol.c
142
errx(EX_USAGE,
usr.sbin/fdcontrol/fdcontrol.c
53
errx(EX_USAGE,
usr.sbin/fdformat/fdformat.c
114
errx(EX_USAGE,
usr.sbin/fdformat/fdformat.c
209
errx(EX_UNAVAILABLE, "out of memory");
usr.sbin/fdformat/fdformat.c
249
errx(EX_OSERR, "not a floppy disk: %s", device);
usr.sbin/fdformat/fdformat.c
256
errx(EX_USAGE,
usr.sbin/fdformat/fdformat.c
324
errx(EX_IOERR,
usr.sbin/fdformat/fdformat.c
99
errx(EX_UNAVAILABLE, "out of memory");
usr.sbin/fdread/fdread.c
174
errx(EX_TEMPFAIL, "out of memory");
usr.sbin/fdread/fdread.c
223
errx(EX_IOERR,
usr.sbin/fdread/fdread.c
275
errx(EX_OSERR, "unexpected read() result: %d",
usr.sbin/fdread/fdread.c
326
errx(EX_IOERR,
usr.sbin/fdread/fdread.c
58
errx(EX_USAGE,
usr.sbin/fdread/fdutil.c
203
errx(EX_USAGE,
usr.sbin/fdread/fdutil.c
209
errx(EX_USAGE,
usr.sbin/fdread/fdutil.c
216
errx(EX_USAGE, "bad sector size %d", j);
usr.sbin/fdread/fdutil.c
221
errx(EX_USAGE,
usr.sbin/fdread/fdutil.c
224
errx(EX_USAGE, "bad datalen %d", j);
usr.sbin/fdread/fdutil.c
230
errx(EX_USAGE,
usr.sbin/fdread/fdutil.c
236
errx(EX_USAGE,
usr.sbin/fdread/fdutil.c
239
errx(EX_USAGE, "bad # of cylinders %d", j);
usr.sbin/fdread/fdutil.c
245
errx(EX_USAGE,
usr.sbin/fdread/fdutil.c
256
errx(EX_USAGE, "bad speed %d", j);
usr.sbin/fdread/fdutil.c
267
errx(EX_USAGE, "bad speed %d", j);
usr.sbin/fdread/fdutil.c
280
errx(EX_USAGE, "bad speed %d", j);
usr.sbin/fdread/fdutil.c
287
errx(EX_USAGE,
usr.sbin/fdread/fdutil.c
292
errx(EX_USAGE, "bad # of heads %d", j);
usr.sbin/fdread/fdutil.c
297
errx(EX_USAGE,
usr.sbin/fdread/fdutil.c
303
errx(EX_USAGE,
usr.sbin/fdread/fdutil.c
309
errx(EX_USAGE,
usr.sbin/fdread/fdutil.c
331
errx(EX_USAGE, "bad flag: %s", s1);
usr.sbin/fdwrite/fdwrite.c
131
errx(1, "not a floppy disk: %s", device);
usr.sbin/fdwrite/fdwrite.c
136
if(!trackbuf) errx(1, "malloc");
usr.sbin/fdwrite/fdwrite.c
140
if(!vrfybuf) errx(1, "malloc");
usr.sbin/fifolog/fifolog_create/fifolog_create.c
86
errx(1, "Inconsistent -l, -r and -s values");
usr.sbin/fifolog/fifolog_create/fifolog_create.c
89
errx(1,
usr.sbin/fifolog/fifolog_create/fifolog_create.c
94
errx(1, "-s arg not divisible by -l arg");
usr.sbin/fifolog/fifolog_create/fifolog_create.c
98
errx(1, "-s arg not divisible by %jd", recsize);
usr.sbin/fifolog/fifolog_reader/fifolog_reader.c
111
errx(1, "Didn't understand \"%s\"", optarg);
usr.sbin/fifolog/fifolog_reader/fifolog_reader.c
119
errx(1, "Didn't understand \"%s\"", optarg);
usr.sbin/fifolog/fifolog_reader/fifolog_reader.c
156
errx(1, "Begin time not before End time");
usr.sbin/flowctl/flowctl.c
164
errx(1, "ambiguous command: %s", argv[0]);
usr.sbin/flowctl/flowctl.c
168
errx(1, "bad command: %s", argv[0]);
usr.sbin/flowctl/flowctl.c
273
errx(EX_SOFTWARE, "%s: version mismatch: %u",
usr.sbin/flowctl/flowctl.c
307
errx(EX_SOFTWARE, "%s: version mismatch: %u",
usr.sbin/flowctl/flowctl.c
341
errx(EX_SOFTWARE, "%s: version mismatch: %u",
usr.sbin/flowctl/flowctl.c
384
errx(EX_SOFTWARE, "%s: version mismatch: %u",
usr.sbin/fstyp/fstyp.c
195
errx(1, "%s: not a disk", path);
usr.sbin/fstyp/hammer2.c
226
errx(1, "failed to read volume header");
usr.sbin/fwcontrol/fwcontrol.c
407
errx(1, "no such node %d.", node);
usr.sbin/fwcontrol/fwcontrol.c
722
errx(1, "Unsupported format for receiving: fmt=0x%x", ciph->fmt);
usr.sbin/fwcontrol/fwcontrol.c
796
errx(EX_USAGE, "%s: priority_budget out of range: %s", __func__, optarg);
usr.sbin/fwcontrol/fwcontrol.c
806
errx(EX_USAGE, "%s:Invalid value for node", __func__);
usr.sbin/fwcontrol/fwcontrol.c
827
errx(EX_USAGE, "%s:set_root_node out of range", __func__);
usr.sbin/fwcontrol/fwcontrol.c
835
errx(EX_USAGE, "%s:set_gap_count out of range", __func__);
usr.sbin/fwcontrol/fwcontrol.c
853
errx(EX_USAGE, "%s: invalid target: %s", __func__, optarg);
usr.sbin/fwcontrol/fwcontrol.c
858
errx(EX_USAGE, "%s: node out of range: %s\n",__func__, optarg);
usr.sbin/fwcontrol/fwcontrol.c
878
errx(EX_USAGE, "%s: node out of range: %s\n", __func__, optarg);
usr.sbin/fwcontrol/fwcontrol.c
904
errx(EX_USAGE, "unrecognized method: %s",
usr.sbin/fwcontrol/fwdv.c
173
errx(1, "unknown format 0x%x", ciph->fmt);
usr.sbin/fwcontrol/fwmpegts.c
212
errx(1, "unknown format 0x%x", ciph->fmt);
usr.sbin/fwcontrol/fwmpegts.c
214
errx(1,
usr.sbin/gstat/gstat.c
138
errx(EX_USAGE, "Filter string too long");
usr.sbin/gstat/gstat.c
140
errx(EX_USAGE,
usr.sbin/gstat/gstat.c
149
errx(1, "Invalid argument to -I");
usr.sbin/iostat/iostat.c
210
errx(1, "count %d is < 1", count);
usr.sbin/iostat/iostat.c
234
errx(1, "number of devices %d is < 0",
usr.sbin/iostat/iostat.c
246
errx(1, "%s", devstat_errbuf);
usr.sbin/iostat/iostat.c
253
errx(1, "wait time is < 1ms");
usr.sbin/iostat/iostat.c
273
errx(1, "kvm_openfiles: %s", errbuf);
usr.sbin/iostat/iostat.c
276
errx(1, "kvm_nlist: %s", kvm_geterr(kd));
usr.sbin/iostat/iostat.c
285
errx(1, "%s", devstat_errbuf);
usr.sbin/iostat/iostat.c
335
errx(1, "%s", devstat_errbuf);
usr.sbin/iostat/iostat.c
382
errx(1, "%s", devstat_errbuf);
usr.sbin/iostat/iostat.c
524
errx(1, "%s", devstat_errbuf);
usr.sbin/iostat/iostat.c
544
errx(1, "%s", devstat_errbuf);
usr.sbin/iostat/iostat.c
581
errx(1,"%s", devstat_errbuf);
usr.sbin/iostat/iostat.c
858
errx(1, "%s", devstat_errbuf);
usr.sbin/iovctl/iovctl.c
142
errx(1, "Provided file name too long");
usr.sbin/iovctl/iovctl.c
286
errx(1, "Could not parse config");
usr.sbin/iovctl/iovctl.c
355
errx(1, "Unexpected type in schema: '%s'", type);
usr.sbin/iovctl/parse.c
157
errx(1, "Value '%s' of key '%s' is a multicast address",
usr.sbin/iovctl/parse.c
215
errx(1, "Unexpected type '%s' in schema", type);
usr.sbin/iovctl/parse.c
234
errx(1, "Multiple definitions of '%s' in config file",
usr.sbin/iovctl/parse.c
263
errx(1, "%s: Invalid config key '%s'", subsystem, key);
usr.sbin/iovctl/parse.c
293
errx(1, "Could not compile VF regex");
usr.sbin/iovctl/parse.c
304
errx(1, "Could not parse '%s': %s", filename, errmsg);
usr.sbin/iovctl/parse.c
334
errx(1,
usr.sbin/iovctl/parse.c
342
errx(1, "Unexpected top-level node: %s", key);
usr.sbin/iovctl/parse.c
414
errx(1, "Could not parse '%s': %s", filename, errmsg);
usr.sbin/iovctl/parse.c
428
errx(1, "Config file does not specify device");
usr.sbin/iovctl/parse.c
49
errx(1, "Value '%s' of key '%s' is not of type %s",
usr.sbin/iovctl/validate.c
138
errx(1, "Unexpected type '%d'", type);
usr.sbin/iovctl/validate.c
181
errx(1,
usr.sbin/iovctl/validate.c
242
errx(1, "PF.num_vfs must be at least 1");
usr.sbin/iovctl/validate.c
265
errx(1,
usr.sbin/iovctl/validate.c
83
errx(1, "VF number %lu is too large to be valid",
usr.sbin/ip6addrctl/ip6addrctl.c
151
errx(1, "jail not found");
usr.sbin/ip6addrctl/ip6addrctl.c
153
errx(1, "cannot attach to jail");
usr.sbin/ip6addrctl/ip6addrctl.c
174
errx(1, "malloc failed");
usr.sbin/ip6addrctl/ip6addrctl.c
187
errx(1, "malloc failed\n");
usr.sbin/ip6addrctl/ip6addrctl.c
292
errx(1, "malloc failed\n");
usr.sbin/ip6addrctl/ip6addrctl.c
302
errx(1, "parse failed at line %d", count);
usr.sbin/ip6addrctl/ip6addrctl.c
314
errx(1, "strdup failed");
usr.sbin/ip6addrctl/ip6addrctl.c
447
errx(1, "bad prefix: %s", prefix);
usr.sbin/ip6addrctl/ip6addrctl.c
468
errx(1, "bad prefix: %s", prefix);
usr.sbin/ip6addrctl/ip6addrctl.c
97
errx(1, "not built with jail support");
usr.sbin/jail/config.c
290
errx(1, "maximum include depth exceeded");
usr.sbin/jail/config.c
309
errx(1, "%s: filename glob failed", cfname);
usr.sbin/jexec/jexec.c
116
errx(1, "%s", jail_errmsg);
usr.sbin/jexec/jexec.c
191
errx(1, "%s: no such user", username);
usr.sbin/jexec/jexec.c
200
errx(1, "unknown uid: %d", uid);
usr.sbin/jexec/jexec.c
83
errx(1, "%s: Invalid environment variable.", optarg);
usr.sbin/kbdcontrol/kbdcontrol.c
297
errx(1, "invalid key definition");
usr.sbin/kbdcontrol/kbdcontrol.c
304
errx(1, "invalid accent key definition");
usr.sbin/kbdcontrol/kbdcontrol.c
312
errx(1, "illegal definition line");
usr.sbin/kbdcontrol/kbdcontrol.c
357
errx(1, "duplicated accent key definition");
usr.sbin/kldxref/kldxref.c
134
errx(1, "record buffer overflow");
usr.sbin/kldxref/kldxref.c
172
errx(1, "string %s too long", str);
usr.sbin/kldxref/kldxref.c
402
errx(1, "Impossible type %x\n", elt->pe_kind);
usr.sbin/kldxref/kldxref.c
408
errx(1, "Exhausted space converting description %s", desc);
usr.sbin/kldxref/kldxref.c
411
errx(1, "Failed to close memory stream");
usr.sbin/kldxref/kldxref.c
414
errx(1, "Parse error of description string %s", desc);
usr.sbin/kldxref/kldxref.c
490
errx(1, "Invalid size somehow %#x", elt->pe_kind);
usr.sbin/kldxref/kldxref.c
805
errx(1, "unsupported libelf");
usr.sbin/lpr/chkprintcap/chkprintcap.c
189
errx(++problems, "unknown printcap library error %d", error);
usr.sbin/lpr/chkprintcap/chkprintcap.c
299
errx(++problems, "cannot locate daemon group");
usr.sbin/lpr/lpd/lpd.c
140
errx(EX_NOPERM,"must run as root");
usr.sbin/lpr/lpd/lpd.c
195
errx(EX_USAGE, "lpd compiled sans INET6 (IPv6 support)");
usr.sbin/lpr/lpd/lpd.c
222
errx(EX_USAGE, "port # %d is invalid", i);
usr.sbin/lpr/lpd/lpd.c
230
errx(EX_OSFILE, "printer/tcp: unknown service");
usr.sbin/lpr/lpd/lpd.c
257
errx(EX_OSFILE, "%d errors in printcap file, exiting",
usr.sbin/lpr/lpr/lpr.c
157
errx(1, "Bad argument to -#, number expected");
usr.sbin/lpr/lpr/lpr.c
223
errx(1, "Bad argument to -i, number expected");
usr.sbin/lpr/lpr/lpr.c
265
errx(1, "multiple copies are not allowed");
usr.sbin/lpr/lpr/lpr.c
267
errx(1, "only %ld copies are allowed", pp->max_copies);
usr.sbin/lpr/lpr/lpr.c
278
errx(1, "only privileged users may use the `-U' flag");
usr.sbin/lpr/lpr/lpr.c
284
errx(1, "Who are you?");
usr.sbin/lpr/lpr/lpr.c
294
errx(1, "Restricted group specified incorrectly");
usr.sbin/lpr/lpr/lpr.c
302
errx(1, "Not a member of the restricted group");
usr.sbin/lpr/lpr/lpr.c
310
errx(1, "Printer queue is disabled");
usr.sbin/lpr/lpr/lpr.c
789
errx(1, "%s: %s", ptrname, pcaperr(status));
usr.sbin/lpr/lpr/lpr.c
791
errx(1, "%s: unknown printer", ptrname);
usr.sbin/lpr/lpr/lpr.c
861
errx(1, "out of memory");
usr.sbin/lpr/pac/pac.c
428
errx(3, "accounting not enabled for printer %s", ptrname);
usr.sbin/lpr/pac/pac.c
433
errx(1, "asprintf failed");
usr.sbin/mailwrapper/mailwrapper.c
137
errx(EX_CONFIG, "no mapping in %s", mailerconf);
usr.sbin/mailwrapper/mailwrapper.c
181
errx(EX_CONFIG, "parse error in %s at line %lu",
usr.sbin/makefs/cd9660.c
1563
errx(EXIT_FAILURE, "Pathname too long.");
usr.sbin/makefs/cd9660.c
478
errx(EXIT_FAILURE, "allow-multidot requires iso level of 2");
usr.sbin/makefs/cd9660.c
511
errx(EXIT_FAILURE, "%s: converted directory is empty. "
usr.sbin/makefs/cd9660.c
514
errx(EXIT_FAILURE, "%s: tree conversion failed", __func__);
usr.sbin/makefs/cd9660.c
546
errx(EXIT_FAILURE, "setup_boot failed");
usr.sbin/makefs/cd9660/cd9660_eltorito.c
212
errx(EXIT_FAILURE, "Attempted to add boot option, "
usr.sbin/makefs/ffs.c
1028
errx(EXIT_FAILURE, "Reading `%s', %lld bytes to go, "
usr.sbin/makefs/ffs.c
1182
errx(1, "ffs_write_inode: cg %d: bad magic number", cg);
usr.sbin/makefs/ffs.c
1191
errx(1, "ffs_write_inode: fs out of inodes for ino %u",
usr.sbin/makefs/ffs.c
1194
errx(1,
usr.sbin/makefs/ffs.c
282
errx(1, "Image file `%s' not created.", image);
usr.sbin/makefs/ffs.c
294
errx(1, "Image file `%s' not populated.", image);
usr.sbin/makefs/ffs.c
372
errx(1, "`%s' minsize of %lld rounded up to ffs bsize of %d "
usr.sbin/makefs/ffs.c
447
errx(1, "`%s' size of %lld is larger than the maxsize of %lld.",
usr.sbin/makefs/ffs.c
904
errx(1, "Pathname too long.");
usr.sbin/makefs/ffs.c
947
errx(1, "Pathname too long.");
usr.sbin/makefs/ffs/ffs_alloc.c
434
errx(1, "blkfree: bad size: bno %lld bsize %d size %ld",
usr.sbin/makefs/ffs/ffs_alloc.c
457
errx(1, "blkfree: freeing free block %lld",
usr.sbin/makefs/ffs/ffs_alloc.c
478
errx(1, "blkfree: freeing free frag: block %lld",
usr.sbin/makefs/ffs/ffs_alloc.c
558
errx(1,
usr.sbin/makefs/ffs/ffs_alloc.c
584
errx(1, "ffs_alloccg: block not in map: bno %lld", (long long)bno);
usr.sbin/makefs/ffs/ffs_alloc.c
97
errx(1, "ffs_alloc: bad size: bsize %d size %d",
usr.sbin/makefs/ffs/mkfs.c
834
errx(1, "%s: read error for sector %lld", __func__,
usr.sbin/makefs/ffs/mkfs.c
856
errx(1, "%s: write error for sector %lld", __func__,
usr.sbin/makefs/ffs/mkfs.c
880
errx(1, "%s: %d is not a power of 2", __func__, val);
usr.sbin/makefs/makefs.c
116
errx(1, "Unknown default fs type `%s'.", DEFAULT_FSTYPE);
usr.sbin/makefs/makefs.c
207
errx(1,
usr.sbin/makefs/makefs.c
228
errx(1, "Empty option");
usr.sbin/makefs/makefs.c
262
errx(1, "Unknown fs type `%s'.", optarg);
usr.sbin/makefs/makefs.c
268
errx(1, "Cannot get timestamp from `%s'",
usr.sbin/makefs/makefs.c
301
errx(1, "-x requires -F mtree-specfile.");
usr.sbin/makefs/makefs.c
325
errx(1, "%s: not a file or directory", argv[1]);
usr.sbin/makefs/makefs.c
334
errx(1, "%s: not a directory", argv[i]);
usr.sbin/makefs/msdos.c
197
errx(1, "Image file `%s' not created.", image);
usr.sbin/makefs/msdos.c
201
errx(1, "Unable to update FSInfo block.");
usr.sbin/makefs/walk.c
132
errx(1, "Pathname too long.");
usr.sbin/makefs/walk.c
165
errx(1, "Pathname too long.");
usr.sbin/makefs/walk.c
193
errx(1, "Can't merge %s `%s' with existing %s",
usr.sbin/makefs/walk.c
335
errx(1, "Specfile `%s' did not contain a tree", specfile);
usr.sbin/makefs/walk.c
359
errx(1, "Specfile node `%s/%s' is not a directory",
usr.sbin/makefs/walk.c
362
errx(1, "Directory node `%s/%s' is not a directory",
usr.sbin/makefs/walk.c
409
errx(1, "Pathname too long.");
usr.sbin/makefs/walk.c
424
errx(1, "`%s': %s not provided", path, m)
usr.sbin/makefs/walk.c
472
errx(1, "`%s' is not a directory", path);
usr.sbin/makefs/walk.c
487
errx(1, "`%s/%s' type mismatch: specfile %s, tree %s",
usr.sbin/makefs/walk.c
574
errx(1, "Pathname too long.");
usr.sbin/makefs/zfs.c
124
errx(1, "invalid filesystem parameters `%s'", option);
usr.sbin/makefs/zfs.c
158
errx(1, "maximum image size is too small");
usr.sbin/makefs/zfs.c
160
errx(1, "image size bounds must be multiples of %d",
usr.sbin/makefs/zfs.c
185
errx(1, "metaslab size must be a power of 2");
usr.sbin/makefs/zfs.c
218
errx(1, "unhandled offset option");
usr.sbin/makefs/zfs.c
220
errx(1, "an image size must be specified");
usr.sbin/makefs/zfs.c
223
errx(1, "a pool name must be specified");
usr.sbin/makefs/zfs.c
225
errx(1, "the pool name must begin with a letter");
usr.sbin/makefs/zfs.c
228
errx(1, "invalid character '%c' in pool name",
usr.sbin/makefs/zfs.c
234
errx(1, "pool name '%s' is reserved and cannot be used",
usr.sbin/makefs/zfs.c
241
errx(1, "mountpoint `%s' must be absolute", zfs->rootpath);
usr.sbin/makefs/zfs/dsl.c
162
errx(1, "missing value for property `%s'", key);
usr.sbin/makefs/zfs/dsl.c
164
errx(1, "property `%s' already set", key);
usr.sbin/makefs/zfs/dsl.c
169
errx(1, "mountpoint `%s' is not absolute", val);
usr.sbin/makefs/zfs/dsl.c
174
errx(1, "mountpoint `%s' is not prefixed by "
usr.sbin/makefs/zfs/dsl.c
186
errx(1, "invalid value `%s' for %s", val, key);
usr.sbin/makefs/zfs/dsl.c
195
errx(1, "invalid value `%s' for %s", val, key);
usr.sbin/makefs/zfs/dsl.c
228
errx(1, "invalid compression algorithm `%s'", val);
usr.sbin/makefs/zfs/dsl.c
230
errx(1, "unknown property `%s'", key);
usr.sbin/makefs/zfs/dsl.c
302
errx(1, "dataset `%s' must be a child of `%s'",
usr.sbin/makefs/zfs/dsl.c
445
errx(1, "no parent at `%s' for filesystem `%s'",
usr.sbin/makefs/zfs/fs.c
1099
errx(1, "no mounted dataset matches bootfs property `%s'",
usr.sbin/makefs/zfs/fs.c
590
errx(1, "unexpected EOF reading '%s'",
usr.sbin/makefs/zfs/fs.c
900
errx(1, "missing mountpoint directory for `%s'",
usr.sbin/makefs/zfs/fs.c
904
errx(1,
usr.sbin/makefs/zfs/vdev.c
260
errx(1, "failed to find %ju bytes of space",
usr.sbin/makefs/zfs/vdev.c
286
errx(1, "image size is too large");
usr.sbin/memcontrol/memcontrol.c
137
errx(1, "can't allocate %zd bytes for %d range descriptors",
usr.sbin/mfiutil/mfiutil.c
163
errx(1, "Can't allocate memory for device name\n");
usr.sbin/mfiutil/mfiutil.c
168
errx(1, "Can't allocate memory for device name\n");
usr.sbin/mixer/mixer.c
117
errx(1, "%s: no such mixer", name);
usr.sbin/mixer/mixer.c
132
errx(1, "cannot open default mixer");
usr.sbin/mixer/mixer.c
233
errx(1, "cannot make mixer controls");
usr.sbin/mixer/mixer.c
98
errx(1, "no mixers present in the system");
usr.sbin/mld6query/mld6.c
153
errx(1, "inet_pton failed");
usr.sbin/mld6query/mld6.c
185
errx(1, "descriptor too big");
usr.sbin/mld6query/mld6.c
240
errx(1, "no linklocal address is available");
usr.sbin/mld6query/mld6.c
250
errx(1, "inet6_opt_init(0) failed");
usr.sbin/mld6query/mld6.c
253
errx(1, "inet6_opt_append(0) failed");
usr.sbin/mld6query/mld6.c
255
errx(1, "inet6_opt_finish(0) failed");
usr.sbin/mld6query/mld6.c
259
errx(1, "can't allocate enough memory for cmsg");
usr.sbin/mld6query/mld6.c
277
errx(1, "inet6_opt_init(len = %d) failed", hbhlen);
usr.sbin/mld6query/mld6.c
281
errx(1, "inet6_opt_append(currentlen = %d, hbhlen = %d) failed",
usr.sbin/mld6query/mld6.c
285
errx(1, "inet6_opt_finish(buf) failed");
usr.sbin/mountd/mountd.c
1020
errx(1, "Cannot get port number");
usr.sbin/mountd/mountd.c
2072
errx(1, "Can't malloc hash tables");
usr.sbin/mountd/mountd.c
443
errx(1, "mountd already running, pid: %d.", otherpid);
usr.sbin/mountd/mountd.c
558
errx(1, "NFS server is not available");
usr.sbin/mpsutil/mpsutil.c
105
errx(1, "Invalid device: %s", optarg);
usr.sbin/mpsutil/mpsutil.c
111
errx(1, "Invalid unit: %s", optarg);
usr.sbin/newsyslog/newsyslog.c
1558
errx(1, "missing field in config file:\n%s", errline);
usr.sbin/newsyslog/newsyslog.c
1685
errx(1, "Invalid log filename - became '/'");
usr.sbin/newsyslog/newsyslog.c
1717
errx(1, "Too many old logfiles found");
usr.sbin/newsyslog/newsyslog.c
2188
errx(1, "sbuf_new");
usr.sbin/newsyslog/newsyslog.c
2200
errx(1, "asprintf");
usr.sbin/newsyslog/newsyslog.c
2221
errx(1, "Exiting...");
usr.sbin/newsyslog/newsyslog.c
2769
errx(1, "%s exists but is not a directory",
usr.sbin/newsyslog/newsyslog.c
340
errx(1, "must have root privs");
usr.sbin/nfscbd/nfscbd.c
114
errx(1, "nfscl is not available");
usr.sbin/nfscbd/nfscbd.c
320
errx(1, "usage: nfscbd %s", USAGE);
usr.sbin/nfsd/nfsd.c
1231
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
1238
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
1243
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
1248
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
1253
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
1289
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
1303
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
1370
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
1382
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
206
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
209
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
234
errx(1, "Mirror level out of range 2<-->%d",
usr.sbin/nfsd/nfsd.c
261
errx(EX_USAGE,
usr.sbin/nfsd/nfsd.c
281
errx(1, "NFS server is not available");
usr.sbin/nfsd/nfsd.c
301
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
304
errx(1, "Out of memory");
usr.sbin/nfsd/nfsd.c
430
errx(1, "daemon already running, pid: %jd.",
usr.sbin/nfsdumpstate/nfsdumpstate.c
110
errx(1, "usage: nfsdumpstate [-o] [-l]");
usr.sbin/nfsdumpstate/nfsdumpstate.c
128
errx(1, "Can't perform dump clients syscall");
usr.sbin/nfsdumpstate/nfsdumpstate.c
189
errx(1, "Can't dump locks for %s\n", fname);
usr.sbin/nfsdumpstate/nfsdumpstate.c
73
errx(1, "nfsd not loaded - self terminating");
usr.sbin/nfsdumpstate/nfsdumpstate.c
93
errx(1, "-o and -l cannot both be specified");
usr.sbin/nfsrevoke/nfsrevoke.c
119
errx(1, "Usage: nfsrevoke <ClientID>");
usr.sbin/nfsrevoke/nfsrevoke.c
68
errx(1, "nfsd not loaded - self terminating");
usr.sbin/nfsrevoke/nfsrevoke.c
86
errx(1, "Non hexadecimal digit in %s", argv[1]);
usr.sbin/nfsrevoke/nfsrevoke.c
93
errx(1, "Clientid %s, loo long", argv[1]);
usr.sbin/nfsuserd/nfsuserd.c
136
errx(1, "Experimental nfs subsystem is not available");
usr.sbin/nfsuserd/nfsuserd.c
265
errx(1, "Domain name all '.'");
usr.sbin/nfsuserd/nfsuserd.c
275
errx(1, "Domain name has non-ascii char");
usr.sbin/nfsuserd/nfsuserd.c
285
errx(1, "Can't do nfssvc() to delete the port");
usr.sbin/nfsuserd/nfsuserd.c
370
errx(1, "Can't initialize nfs user/groups");
usr.sbin/nfsuserd/nfsuserd.c
390
errx(1, "Can't add group %s", grp->gr_name);
usr.sbin/nfsuserd/nfsuserd.c
443
errx(1, "Can't add user %s", pwd->pw_name);
usr.sbin/nfsuserd/nfsuserd.c
916
errx(1,
usr.sbin/ngctl/main.c
172
errx(EX_UNAVAILABLE, "not built with jail support");
usr.sbin/ngctl/main.c
194
errx((errno == EPERM) ? EX_NOPERM : EX_NOHOST,
usr.sbin/ngctl/main.c
197
errx((errno == EPERM) ? EX_NOPERM : EX_OSERR,
usr.sbin/ngctl/main.c
448
errx(EX_OSERR, "EOF from hook \"%s\"?", hook);
usr.sbin/nghook/main.c
152
errx(EX_OSERR, "can't get sockets");
usr.sbin/nghook/main.c
161
errx(EX_OSERR, "can't connect to node");
usr.sbin/nghook/main.c
208
errx(EX_OSERR, "read EOF from hook?!");
usr.sbin/nghook/main.c
217
errx(EX_OSERR,
usr.sbin/nghook/main.c
238
errx(EX_OSERR, "EOF(stdin)");
usr.sbin/nscd/nscd.c
682
errx(EXIT_FAILURE, "There is no daemon running.");
usr.sbin/nscd/nscd.c
689
errx(EXIT_FAILURE, "Can't read from pidfile.");
usr.sbin/nscd/nscd.c
692
errx(EXIT_FAILURE, "Invalid pidfile.");
usr.sbin/nscd/nscd.c
701
errx(EXIT_FAILURE, "Can't connect to the daemon.");
usr.sbin/nscd/nscd.c
717
errx(EXIT_FAILURE, "Only root can initiate "
usr.sbin/nscd/nscd.c
742
errx(EXIT_FAILURE, "Daemon already running, pid: %d.",
usr.sbin/nvram/nvram.c
116
errx(1, "%s: short read", DEVICE_NAME);
usr.sbin/nvram/nvram.c
127
errx(1, "%s: no common block", DEVICE_NAME);
usr.sbin/nvram/nvram.c
151
errx(1, "%s: invalid argument", *argv);
usr.sbin/nvram/nvram.c
156
errx(1, "%s: error setting variable", *argv);
usr.sbin/nvram/nvram.c
169
errx(1, "%s: short write", DEVICE_NAME);
usr.sbin/pciconf/cap.c
891
errx(1, "list_caps: bad header type");
usr.sbin/pciconf/pciconf.c
1213
errx(1, "Empty device name");
usr.sbin/pciconf/pciconf.c
1220
errx(1, "Invalid device name");
usr.sbin/pciconf/pciconf.c
1222
errx(1, "Device name is too long");
usr.sbin/pciconf/pciconf.c
1226
errx(1, "Invalid device name");
usr.sbin/pciconf/pciconf.c
1236
errx(1, "error returned from PCIOCGETCONF ioctl");
usr.sbin/pciconf/pciconf.c
1239
errx(1, "Device not found");
usr.sbin/pciconf/pciconf.c
1275
errx(1, "cannot parse selector %s", str);
usr.sbin/pciconf/pciconf.c
1388
errx(1, "Invalid bar start specification %s",
usr.sbin/pciconf/pciconf.c
1395
errx(1, "Invalid count specification %s",
usr.sbin/pciconf/pciconf.c
1402
errx(1, "Invalid bar specification %s", reg);
usr.sbin/pciconf/pciconf.c
1416
errx(1, "(start + count) x width overflow");
usr.sbin/pciconf/pciconf.c
1439
errx(1, "error writing to stdout");
usr.sbin/pciconf/pciconf.c
1450
errx(1, "error writing to stdout");
usr.sbin/pciconf/pciconf.c
1461
errx(1, "error writing to stdout");
usr.sbin/pciconf/pciconf.c
1472
errx(1, "error writing to stdout");
usr.sbin/pciconf/pciconf.c
1478
errx(1, "invalid access width");
usr.sbin/pkg/config.c
197
errx(EXIT_FAILURE, "asprintf");
usr.sbin/pkg/config.c
487
errx(EXIT_FAILURE, "Failed to determine ABI");
usr.sbin/pkg/config.c
504
errx(EXIT_FAILURE, "Unable to parse configuration "
usr.sbin/pkg/config.c
633
errx(EXIT_FAILURE, "Failed to determine the system "
usr.sbin/pkg/pkg.c
1219
errx(EXIT_FAILURE, "pkg is not installed");
usr.sbin/pkg/pkg.c
493
errx(EXIT_FAILURE, "reading file");
usr.sbin/pkg/rsa.c
54
errx(EXIT_FAILURE, "Unable to read %s", file);
usr.sbin/pmc/cmd_pmc_filter.cc
113
errx(EX_USAGE, "ERROR: %s not usable value", token);
usr.sbin/pmc/cmd_pmc_filter.cc
129
errx(EX_USAGE, "ERROR: %s not usable value", token);
usr.sbin/pmc/cmd_pmc_filter.cc
193
errx(EX_OSERR, "ERROR: failed output write");
usr.sbin/pmc/cmd_pmc_filter.cc
214
errx(EX_OSERR, "ERROR: Cannot allocate pmclog parse state: %s\n", strerror(errno));
usr.sbin/pmc/cmd_pmc_filter.cc
232
errx(EX_OSERR, "ERROR: Cannot allocate pmclog parse state: %s\n", strerror(errno));
usr.sbin/pmc/cmd_pmc_filter.cc
234
errx(EX_OSERR, "ERROR: failed to allocate pmcid map");
usr.sbin/pmc/cmd_pmc_filter.cc
246
errx(EX_OSERR, "ERROR: Cannot allocate pmclog parse state: %s\n", strerror(errno));
usr.sbin/pmc/cmd_pmc_filter.cc
276
errx(EX_USAGE, "ERROR: unallocated pmcid: %d\n",
usr.sbin/pmc/cmd_pmc_filter.cc
349
errx(EX_OSERR, "ERROR: Cannot open \"%s\" for reading: %s.", argv[0],
usr.sbin/pmc/cmd_pmc_filter.cc
353
errx(EX_OSERR, "ERROR: Cannot open \"%s\" for writing: %s.", argv[1],
usr.sbin/pmc/cmd_pmc_filter.cc
91
errx(EX_USAGE,
usr.sbin/pmc/cmd_pmc_list.c
78
errx(EX_USAGE,
usr.sbin/pmc/cmd_pmc_stat.c
119
errx(EX_USAGE,
usr.sbin/pmc/cmd_pmc_stat.c
174
errx(EX_USAGE, "ERROR: system mode counters can only be used as root");
usr.sbin/pmc/cmd_pmc_stat.c
187
errx(EX_USAGE, "ERROR: %s not recognized on host", counter);
usr.sbin/pmc/cmd_pmc_stat.c
208
errx(EX_SOFTWARE, "ERROR: Out of memory.");
usr.sbin/pmc/cmd_pmc_stat.c
215
errx(EX_SOFTWARE, "ERROR: Out of memory.");
usr.sbin/pmc/cmd_pmc_stat.c
219
errx(EX_SOFTWARE, "ERROR: Out of memory.");
usr.sbin/pmc/cmd_pmc_stat.c
389
errx(EX_DATAERR,
usr.sbin/pmc/cmd_pmc_summary.cc
103
errx(EX_OSERR, "ERROR: Cannot allocate pmclog parse state: %s\n",
usr.sbin/pmc/cmd_pmc_summary.cc
211
errx(EX_OSERR, "ERROR: Cannot open \"%s\" for reading: %s.", argv[0],
usr.sbin/pmc/cmd_pmc_summary.cc
84
errx(EX_USAGE,
usr.sbin/pmc/pmc.c
74
errx(EX_USAGE,
usr.sbin/pmcannotate/pmcannotate.c
735
errx(1, "Invalid mode %s", optarg);
usr.sbin/pmccontrol/pmccontrol.c
147
errx(EX_CONFIG, "No PMCs found");
usr.sbin/pmccontrol/pmccontrol.c
160
errx(EX_DATAERR, "CPU id too large: \"%d\"", cpu);
usr.sbin/pmccontrol/pmccontrol.c
163
errx(EX_DATAERR, "PMC id too large: \"%d\"", pmc);
usr.sbin/pmccontrol/pmccontrol.c
386
errx(EX_DATAERR,
usr.sbin/pmccontrol/pmccontrol.c
406
errx(EX_DATAERR,
usr.sbin/pmccontrol/pmccontrol.c
439
errx(EX_USAGE,
usr.sbin/pmccontrol/pmccontrol.c
445
errx(EX_USAGE, "%s", usage_message);
usr.sbin/pmccontrol/pmccontrol.c
455
(void) errx(EX_USAGE, "%s", usage_message);
usr.sbin/pmccontrol/pmccontrol.c
476
errx(EX_USAGE,
usr.sbin/pmcstat/pmcpl_calltree.c
200
errx(EX_SOFTWARE, "ERROR: out of memory");
usr.sbin/pmcstat/pmcpl_calltree.c
239
errx(EX_SOFTWARE, "ERROR: out of memory");
usr.sbin/pmcstat/pmcpl_calltree.c
260
errx(EX_SOFTWARE, "ERROR: out of memory");
usr.sbin/pmcstat/pmcpl_gprof.c
351
errx(EX_CANTCREAT,
usr.sbin/pmcstat/pmcstat.c
1004
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
1011
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
1018
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
1025
errx(EX_USAGE, "ERROR: option -D is only used with -g.");
usr.sbin/pmcstat/pmcstat.c
1031
errx(EX_USAGE, "ERROR: option -M is only used with -g/-R.");
usr.sbin/pmcstat/pmcstat.c
1041
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
1268
errx(EX_DATAERR,
usr.sbin/pmcstat/pmcstat.c
132
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
218
errx(EX_SOFTWARE, "ERROR: Regex evaluation failed: %s",
usr.sbin/pmcstat/pmcstat.c
228
errx(EX_SOFTWARE, "Out of memory.");
usr.sbin/pmcstat/pmcstat.c
354
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
554
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
617
errx(EX_USAGE, "ERROR: Illegal duration time "
usr.sbin/pmcstat/pmcstat.c
644
errx(EX_SOFTWARE, "ERROR: Out of memory.");
usr.sbin/pmcstat/pmcstat.c
673
errx(EX_SOFTWARE, "ERROR: Out of memory.");
usr.sbin/pmcstat/pmcstat.c
707
errx(EX_SOFTWARE, "ERROR: Out of memory.");
usr.sbin/pmcstat/pmcstat.c
774
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
786
errx(EX_OSERR,
usr.sbin/pmcstat/pmcstat.c
794
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
810
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
849
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
865
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
880
errx(EX_USAGE, "pmu features not supported on host or hwpmc not loaded");
usr.sbin/pmcstat/pmcstat.c
914
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
920
errx(EX_USAGE, "ERROR: options -T and -l are mutually "
usr.sbin/pmcstat/pmcstat.c
925
errx(EX_USAGE, "ERROR: option %s requires an input file",
usr.sbin/pmcstat/pmcstat.c
931
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
943
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
954
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
961
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
968
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
975
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
983
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
990
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat.c
997
errx(EX_USAGE,
usr.sbin/pmcstat/pmcstat_log.c
604
errx(EX_DATAERR,
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
100
errx(1, "-r and -m are mutually exclusive");
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
122
errx(1, "Can't get vfs.nfs.pnfsmirror");
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
126
errx(1, "Can't migrate to same server");
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
137
errx(1, "Can't get extattr pnfsd.dsfile for %s", *argv);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
162
errx(1, "Can't stat %s", pnfsdarg.dspath);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
164
errx(1, "%s is not a directory", pnfsdarg.dspath);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
166
errx(1, "Can't fsstat %s", pnfsdarg.dspath);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
168
errx(1, "%s is not an NFS mount", pnfsdarg.dspath);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
170
errx(1, "%s is not the mounted-on dir for the new DS",
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
180
errx(1, "No <host>: in mount %s", host);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
186
errx(1, "Can't get address for %s", host);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
224
errx(1, "Can't stat %s", pnfsdarg.curdspath);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
226
errx(1, "%s is not a directory", pnfsdarg.curdspath);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
228
errx(1, "Can't fsstat %s", pnfsdarg.curdspath);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
230
errx(1, "%s is not an NFS mount", pnfsdarg.curdspath);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
232
errx(1, "%s is not the mounted-on dir of the cur DS",
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
242
errx(1, "No <host>: in mount %s", host);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
248
errx(1, "Can't get address for %s", host);
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
84
errx(1, "Must be run as root/su");
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
93
errx(1, "-r and -m are mutually exclusive");
usr.sbin/pnfsdsfile/pnfsdsfile.c
100
errx(1, "Can't get IP# for %s", hostn);
usr.sbin/pnfsdsfile/pnfsdsfile.c
103
errx(1, "Can't get IP# for %s", cp);
usr.sbin/pnfsdsfile/pnfsdsfile.c
109
errx(1, "-c, -m, -r, -s and -z are mutually "
usr.sbin/pnfsdsfile/pnfsdsfile.c
113
errx(1, "-m %d out of range", mirrorit);
usr.sbin/pnfsdsfile/pnfsdsfile.c
122
errx(1, "-c, -m, -r, -s and -z are mutually "
usr.sbin/pnfsdsfile/pnfsdsfile.c
127
errx(1, "Can't get IP# for %s", optarg);
usr.sbin/pnfsdsfile/pnfsdsfile.c
133
errx(1, "-c, -m and -r are mutually exclusive "
usr.sbin/pnfsdsfile/pnfsdsfile.c
136
errx(1, "Can't get IP# for %s", optarg);
usr.sbin/pnfsdsfile/pnfsdsfile.c
141
errx(1, "-c, -m and -r are mutually exclusive "
usr.sbin/pnfsdsfile/pnfsdsfile.c
173
errx(1, "Must be root/su to zerofh");
usr.sbin/pnfsdsfile/pnfsdsfile.c
212
errx(1, "Must be root/su to zerods");
usr.sbin/pnfsdsfile/pnfsdsfile.c
253
errx(1, "Must be root/su to replace the host"
usr.sbin/pnfsdsfile/pnfsdsfile.c
297
errx(1, "Hostname %s has no"
usr.sbin/pnfsdsfile/pnfsdsfile.c
92
errx(1, "-c, -m, -r, -s and -z are mutually "
usr.sbin/pnfsdsfile/pnfsdsfile.c
97
errx(1, "Bad -c argument %s", hostn);
usr.sbin/pnfsdskill/pnfsdskill.c
64
errx(1, "Must be run as root/su");
usr.sbin/powerd/powerd.c
535
errx(1, "bad option: -%c %s", (char)ch, optarg);
usr.sbin/powerd/powerd.c
552
errx(1, "bad option: -%c %s", (char)ch, optarg);
usr.sbin/powerd/powerd.c
598
errx(1, "must be root to run");
usr.sbin/powerd/powerd.c
688
errx(1, "no CPU frequencies in user-specified range");
usr.sbin/powerd/powerd.c
697
errx(1, "powerd already running, pid: %d",
usr.sbin/powerd/powerd.c
731
errx(1, "invalid AC line status %d", acline_status);
usr.sbin/powerd/powerd.c
812
errx(1, "invalid AC line status %d", acline_status);
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
591
errx(1, "bad regular expression '%s': %s",
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
606
errx(1, "bad regular expression '%s': %s",
usr.sbin/pstat/pstat.c
177
errx(1, "kvm_openfiles: %s", buf);
usr.sbin/pstat/pstat.c
180
errx(1, "kvm_nlist: %s", kvm_geterr(kd));
usr.sbin/pstat/pstat.c
232
errx(1, "kvm_read(): %s", kvm_geterr(kd));
usr.sbin/pstat/pstat.c
236
errx(1, "kvm_read(): %s", kvm_geterr(kd));
usr.sbin/pstat/pstat.c
333
errx(1, "struct xtty size mismatch");
usr.sbin/pstat/pstat.c
371
errx(1, "kvm_read(): %s", kvm_geterr(kd));
usr.sbin/pstat/pstat.c
426
errx(1, "files on dead kernel, not implemented");
usr.sbin/pstat/pstat.c
435
errx(1, "malloc");
usr.sbin/pstat/pstat.c
573
errx(1, "xswdev version mismatch");
usr.sbin/pw/psdate.c
143
errx(EXIT_FAILURE, "Invalid date");
usr.sbin/pw/pw.c
144
errx(EXIT_FAILURE, "Both '-R' and '-V' "
usr.sbin/pw/pw.c
150
errx(EX_OSFILE,
usr.sbin/pw/pw.c
154
errx(EX_OSFILE,
usr.sbin/pw/pw.c
184
errx(EX_OSERR,
usr.sbin/pw/pw.c
204
errx(EX_USAGE, "unknown keyword `%s'", argv[1]);
usr.sbin/pw/pw.c
217
errx(EXIT_FAILURE, "Unable to open '%s'", conf.rootdir);
usr.sbin/pw/pw.c
220
errx(EXIT_FAILURE,
usr.sbin/pw/pw_conf.c
208
errx(1, "Invalid value for default password");
usr.sbin/pw/pw_group.c
118
errx(EX_DATAERR, "groupname or id required");
usr.sbin/pw/pw_group.c
124
errx(EX_DATAERR, "unknown gid `%ju'", id);
usr.sbin/pw/pw_group.c
125
errx(EX_DATAERR, "unknown group `%s'", name);
usr.sbin/pw/pw_group.c
141
errx(EX_NOUSER, "user `%s' does not exist", user);
usr.sbin/pw/pw_group.c
186
errx(EX_DATAERR, "gid `%ju' has already been allocated",
usr.sbin/pw/pw_group.c
229
errx(EX_SOFTWARE, "unable to allocate a new gid - range fully "
usr.sbin/pw/pw_group.c
489
errx(EX_IOERR, "group '%s' already exists",
usr.sbin/pw/pw_group.c
537
errx(EX_USAGE, "'-h' and '-H' are mutually "
usr.sbin/pw/pw_group.c
542
errx(EX_USAGE, "-H expects a file descriptor");
usr.sbin/pw/pw_group.c
546
errx(EX_USAGE, "'-h' and '-H' are mutually "
usr.sbin/pw/pw_group.c
577
errx(EX_DATAERR, "group name required");
usr.sbin/pw/pw_group.c
579
errx(EX_DATAERR, "group name `%s' already exists", name);
usr.sbin/pw/pw_group.c
635
errx(EX_USAGE, "'-h' and '-H' are mutually "
usr.sbin/pw/pw_group.c
640
errx(EX_USAGE, "-H expects a file descriptor");
usr.sbin/pw/pw_group.c
644
errx(EX_USAGE, "'-h' and '-H' are mutually "
usr.sbin/pw/pw_group.c
708
errx(EX_IOERR, "group '%s' not available (NIS?)",
usr.sbin/pw/pw_group.c
719
errx(EX_SOFTWARE, "group disappeared during update");
usr.sbin/pw/pw_group.c
90
errx(EX_DATAERR, "empty password read on file descriptor %d",
usr.sbin/pw/pw_group.c
94
errx(EX_DATAERR, "wrong encrypted passwrd");
usr.sbin/pw/pw_user.c
101
errx(EX_OSFILE, "root home `/%s' is not a directory", dir);
usr.sbin/pw/pw_user.c
106
errx(EX_UNAVAILABLE, "out of memory");
usr.sbin/pw/pw_user.c
1085
errx(EX_NOUSER, "group `%s' does not exist", name);
usr.sbin/pw/pw_user.c
1088
errx(EX_NOUSER, "group `%s' does not exist", name);
usr.sbin/pw/pw_user.c
1129
errx(EX_DATAERR, "invalid directory creation mode '%s'", mode);
usr.sbin/pw/pw_user.c
1140
errx(EX_DATAERR, "-%c argument must be numeric "
usr.sbin/pw/pw_user.c
1281
errx(EX_OSFILE, "skeleton `%s' does not "
usr.sbin/pw/pw_user.c
1284
errx(EX_OSFILE, "skeleton `%s' is not a "
usr.sbin/pw/pw_user.c
1305
errx(EX_USAGE, "'-h' and '-H' are mutually "
usr.sbin/pw/pw_user.c
1310
errx(EX_USAGE, "-H expects a file descriptor");
usr.sbin/pw/pw_user.c
1314
errx(EX_USAGE, "'-h' and '-H' are mutually "
usr.sbin/pw/pw_user.c
1359
errx(EX_DATAERR, "can't combine `-D' with `-n name'");
usr.sbin/pw/pw_user.c
1388
errx(EX_DATAERR, "user name or id required");
usr.sbin/pw/pw_user.c
1391
errx(EX_DATAERR, "login name required");
usr.sbin/pw/pw_user.c
1394
errx(EX_DATAERR, "login name `%s' already exists", name);
usr.sbin/pw/pw_user.c
1433
errx(EX_IOERR, "user '%s' already exists",
usr.sbin/pw/pw_user.c
1471
errx(EX_NOUSER, "user '%s' disappeared during update", name);
usr.sbin/pw/pw_user.c
1611
errx(EX_OSFILE, "skeleton `%s' does not "
usr.sbin/pw/pw_user.c
1614
errx(EX_OSFILE, "skeleton `%s' is not a "
usr.sbin/pw/pw_user.c
1628
errx(EX_USAGE, "'-h' and '-H' are mutually "
usr.sbin/pw/pw_user.c
1633
errx(EX_USAGE, "-H expects a file descriptor");
usr.sbin/pw/pw_user.c
1637
errx(EX_USAGE, "'-h' and '-H' are mutually "
usr.sbin/pw/pw_user.c
1671
errx(EX_DATAERR, "username or id required");
usr.sbin/pw/pw_user.c
1676
errx(EX_NOUSER, "no such uid `%ju'",
usr.sbin/pw/pw_user.c
1678
errx(EX_NOUSER, "no such user `%s'", name);
usr.sbin/pw/pw_user.c
1691
errx(EX_NOUSER, "Cannot modify NIS user `%s'",
usr.sbin/pw/pw_user.c
1694
errx(EX_NOUSER, "Cannot modify non local user `%s'",
usr.sbin/pw/pw_user.c
1701
errx(EX_DATAERR, "can't rename `root' account");
usr.sbin/pw/pw_user.c
1712
errx(EX_DATAERR, "can't change uid of `root' account");
usr.sbin/pw/pw_user.c
1839
errx(EX_NOUSER, "user '%s' disappeared during update", name);
usr.sbin/pw/pw_user.c
210
errx(EX_DATAERR, "empty password read on file descriptor %d",
usr.sbin/pw/pw_user.c
214
errx(EX_DATAERR, "bad encrypted password");
usr.sbin/pw/pw_user.c
239
errx(EX_IOERR, "user '%s' does not exist (NIS?)", pwd->pw_name);
usr.sbin/pw/pw_user.c
257
errx(EX_NOPERM, "you must be root");
usr.sbin/pw/pw_user.c
281
errx(EX_DATAERR, "username or id required");
usr.sbin/pw/pw_user.c
295
errx(EX_NOUSER, "no such name or uid `%ju'", (uintmax_t) id);
usr.sbin/pw/pw_user.c
296
errx(EX_NOUSER, "no such user `%s'", name);
usr.sbin/pw/pw_user.c
305
errx(EX_DATAERR, "user '%s' is already locked", pwd->pw_name);
usr.sbin/pw/pw_user.c
307
errx(EX_DATAERR, "user '%s' is not locked", pwd->pw_name);
usr.sbin/pw/pw_user.c
312
errx(EX_UNAVAILABLE, "out of memory");
usr.sbin/pw/pw_user.c
338
errx(EX_DATAERR, "uid `%ju' has already been allocated",
usr.sbin/pw/pw_user.c
373
errx(EX_SOFTWARE, "unable to allocate a new uid - range fully used");
usr.sbin/pw/pw_user.c
433
errx(EX_CONFIG, "no base home directory set");
usr.sbin/pw/pw_user.c
468
errx(EX_OSFILE, "can't find shell `%s' in shell paths", sh);
usr.sbin/pw/pw_user.c
469
errx(EX_CONFIG, "no default shell available or defined");
usr.sbin/pw/pw_user.c
503
errx(EX_CONFIG, "crypt(3) failure");
usr.sbin/pw/pw_user.c
670
errx(EX_DATAERR, "invalid character %s at position %td in %s",
usr.sbin/pw/pw_user.c
674
errx(EX_USAGE, "name too long `%s' (max is %d)", name,
usr.sbin/pw/pw_user.c
819
errx(EX_DATAERR, "username or id required");
usr.sbin/pw/pw_user.c
827
errx(EX_NOUSER, "no such uid `%ju'",
usr.sbin/pw/pw_user.c
829
errx(EX_NOUSER, "no such user `%s'", name);
usr.sbin/pw/pw_user.c
898
errx(EX_DATAERR, "username or id required");
usr.sbin/pw/pw_user.c
908
errx(EX_NOUSER, "no such uid `%ju'", (uintmax_t) id);
usr.sbin/pw/pw_user.c
909
errx(EX_NOUSER, "no such user `%s'", name);
usr.sbin/pw/pw_user.c
916
errx(EX_NOUSER, "Cannot remove NIS user `%s'",
usr.sbin/pw/pw_user.c
919
errx(EX_NOUSER, "Cannot remove non local user `%s'",
usr.sbin/pw/pw_user.c
929
errx(EX_DATAERR, "cannot remove user 'root'");
usr.sbin/pw/pw_user.c
95
errx(EX_DATAERR, "invalid base directory for home '%s'", dir);
usr.sbin/pw/pw_utils.c
113
errx(1, "metalog_emit: unhandled file type for %s", path);
usr.sbin/pw/pw_utils.c
118
errx(1, "metalog_emit: fflagstostr failed");
usr.sbin/pw/pw_utils.c
126
errx(1, "metalog_emit: write error");
usr.sbin/pw/pw_utils.c
48
errx(EX_USAGE, "Bad file descriptor '%s': %s",
usr.sbin/pw/pw_utils.c
61
errx(EX_USAGE, "Bad id '%s': %s", nptr, errstr);
usr.sbin/pw/pw_utils.c
92
errx(i, "make exited with status %d", i);
usr.sbin/pw/pw_vpw.c
172
errx(EXIT_FAILURE, "Invalid group entry in '%s':"
usr.sbin/pw/pw_vpw.c
93
errx(EXIT_FAILURE, "Invalid user entry in '%s':"
usr.sbin/pw/pwupd.c
122
errx(1, "pw_mkdb()");
usr.sbin/pw/tests/crypt.c
36
errx(1, "Usage: crypt <salt> <password>");
usr.sbin/quot/quot.c
126
errx(1, "allocate cg");
usr.sbin/quot/quot.c
132
errx(1, "cg has bad magic");
usr.sbin/quot/quot.c
135
errx(1, "allocate inodes");
usr.sbin/quot/quot.c
169
errx(1, "unknown IFMT 0%o", DIP(super, dp, di_mode) & IFMT);
usr.sbin/quot/quot.c
193
errx(1, "allocate users");
usr.sbin/quot/quot.c
212
errx(1, "allocate users");
usr.sbin/quot/quot.c
238
errx(1, "allocate users");
usr.sbin/quot/quot.c
327
errx(1, "allocate fsize structure");
usr.sbin/quot/quot.c
372
errx(1, "allocate users");
usr.sbin/quotaon/quotaon.c
73
errx(1, "name must be quotaon or quotaoff");
usr.sbin/repquota/repquota.c
314
errx(1, "out of memory for fileusage structures");
usr.sbin/rip6query/rip6query.c
113
errx(1, "%s: %s", argv[0], gai_strerror(error));
usr.sbin/rip6query/rip6query.c
117
errx(1, "%s: %s", argv[0], "resolved to multiple addrs");
usr.sbin/rip6query/rip6query.c
121
errx(1, "%s: %s", argv[0], "invalid addrlen");
usr.sbin/rip6query/rip6query.c
85
errx(1, "invalid interface %s", optarg);
usr.sbin/rpc.lockd/lockd.c
704
errx(1, "Cannot get port number");
usr.sbin/rpc.lockd/lockd.c
850
errx(1, "usage: rpc.lockd [-d <debuglevel>]"
usr.sbin/rpc.lockd/test.c
310
errx(1, "Failed to create client\n");
usr.sbin/rpc.statd/file.c
186
errx(1, "unable to open status file %s", filename);
usr.sbin/rpc.statd/statd.c
505
errx(1, "Cannot get port number");
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
126
errx(1, "rpctlscd already running, pid: %d.", otherpid);
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
134
errx(1, "Kernel TLS not enabled");
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
181
errx(1, "-r requires the -l <CAfile> and/or "
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
187
errx(1, "Kernel RPC is not available");
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
152
errx(1, "rpctlssd already running, pid: %d.", otherpid);
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
160
errx(1, "Kernel TLS not enabled");
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
205
errx(1, "maximum threads must be between 1 and "
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
229
errx(1, "options -w and -W are mutually "
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
235
errx(1, "options -w and -W are mutually "
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
255
errx(1, "-m requires the -l <CAfile> and/or "
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
259
errx(1, "-h requires the -m plus the "
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
263
errx(1, "The -w or -W options require the -h option");
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
266
errx(1, "-u requires the -m plus the "
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
272
errx(1, "Kernel RPC is not available");
usr.sbin/rpcbind/rpcbind.c
174
errx(1, "another rpcbind is already running. Aborting");
usr.sbin/rpcbind/rpcbind.c
876
errx(1, "Out of memory");
usr.sbin/rpcbind/rpcbind.c
879
errx(1, "Out of memory");
usr.sbin/rrenumd/rrenumd.c
321
errx(1, "%s", ipsec_strerror());
usr.sbin/rrenumd/rrenumd.c
385
errx(1, "%s", ipsec_strerror());
usr.sbin/rtadvd/rtadvd.c
250
errx(1, "%s already running, pid: %d",
usr.sbin/rtprio/rtprio.c
134
errx(1, "%s must be a number", errname);
usr.sbin/rtprio/rtprio.c
136
errx(1, "Integer overflow parsing %s", errname);
usr.sbin/rtprio/rtprio.c
65
errx(1, "invalid progname");
usr.sbin/rtprio/rtprio.c
87
errx(1, "invalid priority type %d", rtp.type);
usr.sbin/rtsold/rtsold.c
204
errx(1, "configuration script (%s) must be an absolute path",
usr.sbin/rtsold/rtsold.c
207
errx(1, "configuration script (%s) must be an absolute path",
usr.sbin/rtsold/rtsold.c
210
errx(1, "configuration script (%s) must be an absolute path",
usr.sbin/rtsold/rtsold.c
213
errx(1, "configuration script (%s) must be an absolute path",
usr.sbin/rtsold/rtsold.c
219
errx(1, "failed to open pidfile: %s", strerror(errno));
usr.sbin/rtsold/rtsold.c
221
errx(1, "failed to daemonize");
usr.sbin/rwhod/rwhod.c
174
errx(1, "not super user");
usr.sbin/rwhod/rwhod.c
188
errx(1, "ttl must not exceed %u",
usr.sbin/sa/main.c
186
errx(1, "only one of -f requires -v");
usr.sbin/sa/main.c
188
errx(1, "only one of -a and -v may be specified");
usr.sbin/sa/main.c
194
errx(1, "process accounting initialization failed");
usr.sbin/sa/main.c
196
errx(1, "user accounting initialization failed");
usr.sbin/services_mkdb/services_mkdb.c
415
errx(1, "Ran out of protocols adding `%s';"
usr.sbin/setaudit/setaudit.c
119
errx(1, "%s: invalid user", aflag);
usr.sbin/setaudit/setaudit.c
132
errx(1, "%s", gai_strerror(error));
usr.sbin/setfib/setfib.c
58
errx(1, "Multiple FIBS not supported");
usr.sbin/setfib/setfib.c
78
errx(1, "%s: invalid FIB (max %d)",
usr.sbin/setfmac/setfmac.c
159
errx(1, "labeling not supported in %s",
usr.sbin/setfmac/setfmac.c
173
errx(1, "CANNOT HAPPEN (%d) traversing %s",
usr.sbin/setfmac/setfmac.c
262
errx(1, "%s ended prematurely", file);
usr.sbin/setfmac/setfmac.c
311
errx(1, "%s: need regular expression", file);
usr.sbin/setfmac/setfmac.c
314
errx(1, "%s: need a label", file);
usr.sbin/setfmac/setfmac.c
321
errx(1, "%s: extraneous fields at end of line", file);
usr.sbin/setfmac/setfmac.c
333
errx(1, "%s: %s: %s", file, entry->regexstr, regerrorstr);
usr.sbin/setfmac/setfmac.c
347
errx(1, "%s: invalid mode string: %s", file, modestr);
usr.sbin/setfmac/setfmac.c
378
errx(1, "%s: invalid mode string: %s", file, modestr);
usr.sbin/setfmac/setfmac.c
433
errx(1, "%s: %s", ent->regexstr, regerrorstr);
usr.sbin/smbmsg/smbmsg.c
237
errx(EX_USAGE, "Invalid number: %s", optarg);
usr.sbin/smbmsg/smbmsg.c
239
errx(EX_USAGE,
usr.sbin/smbmsg/smbmsg.c
250
errx(EX_USAGE, "Invalid number: %s", optarg);
usr.sbin/smbmsg/smbmsg.c
252
errx(EX_USAGE,
usr.sbin/smbmsg/smbmsg.c
259
errx(EX_USAGE, "Invalid number: %s", optarg);
usr.sbin/smbmsg/smbmsg.c
261
errx(EX_USAGE,
usr.sbin/smbmsg/smbmsg.c
272
errx(EX_USAGE, "Invalid number: %s", optarg);
usr.sbin/smbmsg/smbmsg.c
275
errx(EX_USAGE,
usr.sbin/smbmsg/smbmsg.c
295
errx(EX_USAGE, "Illegal # IO bytes for word IO");
usr.sbin/smbmsg/smbmsg.c
297
errx(EX_USAGE, "Nothing to do");
usr.sbin/smbmsg/smbmsg.c
303
errx(EX_USAGE, "Too few arguments for -o count");
usr.sbin/smbmsg/smbmsg.c
305
errx(EX_USAGE, "Invalid number: %s", *argv);
usr.sbin/smbmsg/smbmsg.c
307
errx(EX_USAGE, "Value out of range: %d", n);
usr.sbin/smbmsg/smbmsg.c
313
errx(EX_USAGE, "Too few arguments for -o count");
usr.sbin/smbmsg/smbmsg.c
315
errx(EX_USAGE, "Invalid number: %s", *argv);
usr.sbin/smbmsg/smbmsg.c
317
errx(EX_USAGE, "Value out of range: %d", n);
usr.sbin/smbmsg/smbmsg.c
340
errx(EX_USAGE, "Invalid option combination");
usr.sbin/spray/spray.c
123
errx(1, "%s", clnt_spcreateerror(""));
usr.sbin/spray/spray.c
139
errx(1, "%s", clnt_sperror(cl, ""));
usr.sbin/spray/spray.c
160
errx(1, "%s", clnt_sperror(cl, ""));
usr.sbin/syslogd/syslogd.c
3387
errx(1, "timed out waiting for child");
usr.sbin/syslogd/syslogd.c
3390
errx(1, "child pid %d exited with return code %d",
usr.sbin/syslogd/syslogd.c
3393
errx(1, "child pid %d exited on signal %d%s",
usr.sbin/syslogd/syslogd.c
586
errx(1, "socket name must be absolute "
usr.sbin/syslogd/syslogd.c
592
errx(1, "invalid mode %s, exiting",
usr.sbin/syslogd/syslogd.c
596
errx(1, "invalid mode %s, exiting",
usr.sbin/syslogd/syslogd.c
599
errx(1, "invalid filename %s, exiting",
usr.sbin/syslogd/syslogd.c
607
errx(1, "minimum length limit of forwarded "
usr.sbin/syslogd/syslogd.c
658
errx(1, "RFC 3164 messages may not exceed 1024 bytes");
usr.sbin/syslogd/syslogd.c
663
errx(1, "syslogd already running, pid: %d", spid);
usr.sbin/syslogd/syslogd_cap_config.c
86
errx(1, "RE calloc() error");
usr.sbin/syslogd/syslogd_cap_config.c
93
errx(1, "RE compilation error");
usr.sbin/tcpdrop/tcpdrop.c
172
errx(1, "%s is empty", name);
usr.sbin/tcpdrop/tcpdrop.c
176
errx(1, "malloc failed");
usr.sbin/tcpdrop/tcpdrop.c
304
errx(1, "getaddrinfo: %s port %s: %s", lhost, lport,
usr.sbin/tcpdrop/tcpdrop.c
310
errx(1, "getaddrinfo: %s port %s: %s", fhost, fport,
usr.sbin/tcpsso/tcpsso.c
304
errx(1, "unsupported level %s", optname_str);
usr.sbin/tcpsso/tcpsso.c
307
errx(1, "level negative %s", optname_str);
usr.sbin/tcpsso/tcpsso.c
309
errx(1, "level too large %s", optname_str);
usr.sbin/tcpsso/tcpsso.c
326
errx(1, "unsupported option name %s", optname_str);
usr.sbin/tcpsso/tcpsso.c
329
errx(1, "option name negative %s", optname_str);
usr.sbin/tcpsso/tcpsso.c
331
errx(1, "option name too large %s", optname_str);
usr.sbin/tcpsso/tcpsso.c
345
errx(1, "option value too small %s", optval_str);
usr.sbin/tcpsso/tcpsso.c
347
errx(1, "option value too large %s", optval_str);
usr.sbin/tcpsso/tcpsso.c
64
errx(1, "%s is empty", name);
usr.sbin/tcpsso/tcpsso.c
68
errx(1, "malloc failed");
usr.sbin/traceroute/traceroute.c
535
errx(1, "unable to create casper process");
usr.sbin/traceroute/traceroute.c
538
errx(1, "unable to open system.dns service");
usr.sbin/traceroute/traceroute.c
540
errx(1, "unable to limit access to system.dns service");
usr.sbin/traceroute/traceroute.c
543
errx(1, "unable to limit access to system.dns service");
usr.sbin/traceroute/traceroute.c
811
errx(1, "%s", ipsec_strerror());
usr.sbin/traceroute/traceroute.c
814
errx(1, "%s", ipsec_strerror());
usr.sbin/traceroute/traceroute.c
988
errx(1, "%s", ipsec_strerror());
usr.sbin/traceroute/traceroute.c
991
errx(1, "%s", ipsec_strerror());
usr.sbin/traceroute6/traceroute6.c
1565
errx(1, "unable to create casper process");
usr.sbin/traceroute6/traceroute6.c
1568
errx(1, "unable to open system.dns service");
usr.sbin/traceroute6/traceroute6.c
1570
errx(1, "unable to limit access to system.dns service");
usr.sbin/traceroute6/traceroute6.c
1573
errx(1, "unable to limit access to system.dns service");
usr.sbin/traceroute6/traceroute6.c
735
errx(1, "%s", ipsec_strerror());
usr.sbin/traceroute6/traceroute6.c
737
errx(1, "%s", ipsec_strerror());
usr.sbin/traceroute6/traceroute6.c
791
errx(1, "%s", ipsec_strerror());
usr.sbin/traceroute6/traceroute6.c
793
errx(1, "%s", ipsec_strerror());
usr.sbin/trim/trim.c
162
errx(EX_OSERR, "no memory");
usr.sbin/trim/trim.c
192
errx(EX_DATAERR,
usr.sbin/trim/trim.c
81
errx(EX_USAGE,
usr.sbin/trim/trim.c
95
errx(EX_USAGE,
usr.sbin/tzsetup/tzsetup.c
114
errx(1, "Failed to allocate memory in xdialog_menu");
usr.sbin/tzsetup/tzsetup.c
251
errx(1, "%s:%d: invalid entry `%s'", path_zonetab, lineno,
usr.sbin/tzsetup/tzsetup.c
260
errx(1, "%s:%d: continent `%s' unknown", path_zonetab, lineno, cname);
usr.sbin/tzsetup/tzsetup.c
322
errx(1, "%s:%d: invalid format", path_iso3166, lineno);
usr.sbin/tzsetup/tzsetup.c
330
errx(1, "%s:%d: invalid format", path_iso3166, lineno);
usr.sbin/tzsetup/tzsetup.c
332
errx(1, "%s:%d: invalid code `%s'", path_iso3166,
usr.sbin/tzsetup/tzsetup.c
338
errx(1, "%s:%d: invalid format", path_iso3166, lineno);
usr.sbin/tzsetup/tzsetup.c
341
errx(1, "%s:%d: invalid format", path_iso3166, lineno);
usr.sbin/tzsetup/tzsetup.c
347
errx(1, "%s:%d: country code `%s' multiply defined: %s",
usr.sbin/tzsetup/tzsetup.c
351
errx(1, "malloc failed");
usr.sbin/tzsetup/tzsetup.c
354
errx(1, "malloc failed");
usr.sbin/tzsetup/tzsetup.c
367
errx(1, "%s:%d: country code `%s' invalid", path_zonetab,
usr.sbin/tzsetup/tzsetup.c
372
errx(1, "%s:%d: country code `%s' unknown", path_zonetab,
usr.sbin/tzsetup/tzsetup.c
398
errx(1, "malloc(%zu)", sizeof(*zp));
usr.sbin/tzsetup/tzsetup.c
406
errx(1, "malloc failed");
usr.sbin/tzsetup/tzsetup.c
412
errx(1, "malloc failed");
usr.sbin/tzsetup/tzsetup.c
470
errx(1, "%s:%d: invalid format", path_zonetab, lineno);
usr.sbin/tzsetup/tzsetup.c
531
errx(1, "malloc failed");
usr.sbin/tzsetup/tzsetup.c
616
errx(1, "malloc for continent menu");
usr.sbin/tzsetup/tzsetup.c
634
errx(1, "malloc for submenu");
usr.sbin/tzsetup/tzsetup.c
799
errx(1, "%s/%s name too long", path_zoneinfo, zoneinfo);
usr.sbin/tzsetup/tzsetup.c
909
errx(1, "Error reading %s.\n", path_db);
usr.sbin/tzsetup/tzsetup.c
912
errx(1,
usr.sbin/tzsetup/tzsetup.c
916
errx(1, "Cannot open %s for reading. Does it exist?", path_db);
usr.sbin/tzsetup/tzsetup.c
952
errx(1, "Error bsddialog: %s\n", bsddialog_geterror());
usr.sbin/uathload/uathload.c
118
errx(-1, "usage: uathload [-v] -d devname [firmware]");
usr.sbin/uathload/uathload.c
151
errx(-1, "No device name; use -d to specify the ugen device");
usr.sbin/uefisign/child.c
111
errx(1, "EVP_get_digestbyname(\"%s\") failed", DIGEST);
usr.sbin/uefisign/child.c
117
errx(1, "EVP_MD_CTX_create(3) failed");
usr.sbin/uefisign/child.c
123
errx(1, "EVP_DigestInit_ex(3) failed");
usr.sbin/uefisign/child.c
167
errx(1, "number of bytes hashed is larger than file size");
usr.sbin/uefisign/child.c
180
errx(1, "EVP_DigestFinal_ex(3) failed");
usr.sbin/uefisign/child.c
248
errx(1, "file not signed");
usr.sbin/uefisign/child.c
258
errx(1, "file already signed");
usr.sbin/uefisign/child.c
67
errx(1, "%s: file is empty", x->x_path);
usr.sbin/uefisign/child.c
91
errx(1, "EVP_DigestUpdate(3) failed");
usr.sbin/uefisign/pe.c
147
errx(1, "%s starts at negative offset %jd",
usr.sbin/uefisign/pe.c
151
errx(1, "%s starts at %jd, past the end of executable at %zd",
usr.sbin/uefisign/pe.c
155
errx(1, "%s size %zd is larger than the executable size %zd",
usr.sbin/uefisign/pe.c
159
errx(1, "%s extends to %jd, past the end of executable at %zd",
usr.sbin/uefisign/pe.c
209
errx(1, "wrong certificate chunk revision, is %d, should be %d",
usr.sbin/uefisign/pe.c
213
errx(1, "wrong certificate chunk type, is %d, should be %d",
usr.sbin/uefisign/pe.c
234
errx(1, "section table outside of headers");
usr.sbin/uefisign/pe.c
239
errx(1, "too many sections: got %d, should be %d",
usr.sbin/uefisign/pe.c
247
errx(1, "section points inside the headers");
usr.sbin/uefisign/pe.c
271
errx(1, "wrong NumberOfRvaAndSizes %d; should be at least %d",
usr.sbin/uefisign/pe.c
278
errx(1, "PE Data Directory outside of headers");
usr.sbin/uefisign/pe.c
365
errx(1, "wrong PE Optional Header subsystem 0x%x",
usr.sbin/uefisign/pe.c
389
errx(1, "invalid SizeOfHeaders %d", po->po_size_of_headers);
usr.sbin/uefisign/pe.c
414
errx(1, "wrong PE Optional Header subsystem 0x%x",
usr.sbin/uefisign/pe.c
438
errx(1, "invalid SizeOfHeaders %d", po->po_size_of_headers);
usr.sbin/uefisign/pe.c
463
errx(1, "wrong PE Optional Header magic 0x%x", po->po_magic);
usr.sbin/uefisign/pe.c
478
errx(1, "wrong PE signature 0x%x", pe->pe_signature);
usr.sbin/uefisign/pe.c
495
errx(1, "MZ header not found");
usr.sbin/uefisign/uefisign.c
175
errx(1, "BIO_new_mem_buf(3) failed");
usr.sbin/uefisign/uefisign.c
181
errx(1, "NCONF_new(3) failed");
usr.sbin/uefisign/uefisign.c
187
errx(1, "NCONF_load_bio(3) failed");
usr.sbin/uefisign/uefisign.c
193
errx(1, "NCONF_get_string(3) failed");
usr.sbin/uefisign/uefisign.c
199
errx(1, "ASN1_generate_nconf(3) failed");
usr.sbin/uefisign/uefisign.c
221
errx(1, "PKCS7_dataInit(3) failed");
usr.sbin/uefisign/uefisign.c
229
errx(1, "PKCS7_dataFinal(3) failed");
usr.sbin/uefisign/uefisign.c
259
errx(1, "BIO_new_mem_buf(3) failed");
usr.sbin/uefisign/uefisign.c
265
errx(1, "PKCS7_sign(3) failed");
usr.sbin/uefisign/uefisign.c
271
errx(1, "EVP_get_digestbyname(\"%s\") failed", DIGEST);
usr.sbin/uefisign/uefisign.c
277
errx(1, "PKCS7_sign_add_signer(3) failed");
usr.sbin/uefisign/uefisign.c
300
errx(1, "BIO_new(3) failed");
usr.sbin/uefisign/uefisign.c
306
errx(1, "i2d_PKCS7_bio(3) failed");
usr.sbin/uefisign/uefisign.c
312
errx(1, "BIO_get_mem_data(3) failed");
usr.sbin/uefisign/uefisign.c
383
errx(1, "-V and -c are mutually exclusive");
usr.sbin/uefisign/uefisign.c
385
errx(1, "-V and -k are mutually exclusive");
usr.sbin/uefisign/uefisign.c
387
errx(1, "-V and -o are mutually exclusive");
usr.sbin/uefisign/uefisign.c
390
errx(1, "-c option is mandatory");
usr.sbin/uefisign/uefisign.c
392
errx(1, "-k option is mandatory");
usr.sbin/uefisign/uefisign.c
394
errx(1, "-o option is mandatory");
usr.sbin/uefisign/uefisign.c
423
errx(1, "failed to load certificate from %s", certpath);
usr.sbin/uefisign/uefisign.c
430
errx(1, "failed to load private key from %s", keypath);
usr.sbin/ugidfw/ugidfw.c
105
errx(1, "bsde_get_rule_slots: %s", errstr);
usr.sbin/ugidfw/ugidfw.c
110
errx(1, "bsde_get_rule_count: %s", errstr);
usr.sbin/uhsoctl/uhsoctl.c
1178
errx(1, "%s", buf[0]);
usr.sbin/uhsoctl/uhsoctl.c
1185
errx(1, "device requires PIN");
usr.sbin/uhsoctl/uhsoctl.c
1191
errx(1, "wrong PIN");
usr.sbin/uhsoctl/uhsoctl.c
1230
errx(1, "device is not configured and no APN given");
usr.sbin/uhsoctl/uhsoctl.c
1235
errx(1, "failed to configure device");
usr.sbin/uhsoctl/uhsoctl.c
1435
errx(1, "no interface given");
usr.sbin/uhsoctl/uhsoctl.c
1461
errx(1, "setitimer");
usr.sbin/uhsoctl/uhsoctl.c
1469
errx(1, "Failed to open %s", tty);
usr.sbin/uhsoctl/uhsoctl.c
1474
errx(1, "%s does not appear to be a uhso device", ifnam);
usr.sbin/uhsoctl/uhsoctl.c
1493
errx(1, "Failed to obtain a control port, "
usr.sbin/usbconfig/usbconfig.c
239
errx(1, "%s: illegal %s name", name, type);
usr.sbin/usbconfig/usbconfig.c
256
errx(1, "illegal number: %s", s);
usr.sbin/usbconfig/usbconfig.c
586
errx(1, "cannot "
usr.sbin/usbdump/usbdump.c
177
errx(EX_SOFTWARE, "Out of memory.");
usr.sbin/usbdump/usbdump.c
200
errx(EX_SOFTWARE, "Out of memory.");
usr.sbin/usbdump/usbdump.c
676
errx(EX_SOFTWARE, "Out of memory.");
usr.sbin/usbdump/usbdump.c
735
errx(EX_SOFTWARE, "Invalid magic field(0x%08x) "
usr.sbin/usbdump/usbdump.c
740
errx(EX_SOFTWARE, "Invalid major version(%d) "
usr.sbin/usbdump/usbdump.c
747
errx(EX_SOFTWARE, "Invalid minor version(%d) "
usr.sbin/usbdump/usbdump.c
934
errx(EXIT_FAILURE, "Kernel BPF filter out of date");
usr.sbin/usbdump/usbdump.c
949
errx(EXIT_FAILURE, "No buffer size worked.");
usr.sbin/usbdump/usbdump.c
957
errx(EX_SOFTWARE, "Out of memory.");
usr.sbin/vidcontrol/vidcontrol.c
1010
errx(1, "argument to -m must be either on or off");
usr.sbin/vidcontrol/vidcontrol.c
1032
errx(1, "argument to -S must be either on or off");
usr.sbin/vidcontrol/vidcontrol.c
1212
errx(1, "argument to -i must be active, adapter, or mode");
usr.sbin/vidcontrol/vidcontrol.c
1283
errx(1, "failed to allocate memory for dump");
usr.sbin/vidcontrol/vidcontrol.c
1308
errx(1, "failed to allocate memory for line buffer");
usr.sbin/vidcontrol/vidcontrol.c
1349
errx(1, "argument must not be less than zero");
usr.sbin/vidcontrol/vidcontrol.c
226
errx(1, "option requires two arguments -- %c", oc);
usr.sbin/vidcontrol/vidcontrol.c
285
errx(1, "screenmap file not found");
usr.sbin/vidcontrol/vidcontrol.c
296
errx(1, "bad screenmap file");
usr.sbin/vidcontrol/vidcontrol.c
503
errx(1, "%s: can't load font file", filename);
usr.sbin/vidcontrol/vidcontrol.c
526
errx(1, "%s: bad font size specification", type);
usr.sbin/vidcontrol/vidcontrol.c
556
errx(1, "%s: can't guess font size", filename);
usr.sbin/vidcontrol/vidcontrol.c
571
errx(1, "%s: bad font file", filename);
usr.sbin/vidcontrol/vidcontrol.c
601
errx(1, "argument must be a positive number");
usr.sbin/vidcontrol/vidcontrol.c
657
errx(1,
usr.sbin/vidcontrol/vidcontrol.c
759
errx(1, "invalid video mode number");
usr.sbin/vidcontrol/vidcontrol.c
936
errx(1, "bad console number");
usr.sbin/vidcontrol/vidcontrol.c
943
errx(1, "console number out of range");
usr.sbin/vidcontrol/vidcontrol.c
963
errx(1, "invalid color '%s'", arg);
usr.sbin/vipw/vipw.c
104
errx(0, "password list updated");
usr.sbin/vipw/vipw.c
98
errx(0, "no changes made");
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
485
errx(EX_USAGE, "No devicename specified");
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
489
errx(EX_SOFTWARE, "Cannot become daemon");
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
493
errx(1, "%s", dlerror());
usr.sbin/virtual_oss/virtual_oss/audio_delay.c
123
errx(EX_SOFTWARE, "Out of memory");
usr.sbin/virtual_oss/virtual_oss/httpd.c
679
errx(EX_SOFTWARE, "Could not bind to "
usr.sbin/virtual_oss/virtual_oss/httpd.c
695
errx(EX_SOFTWARE, "Polling failed");
usr.sbin/virtual_oss/virtual_oss/main.c
1657
errx(1, "%s", dlerror());
usr.sbin/virtual_oss/virtual_oss/main.c
2560
errx(EX_USAGE, "Could not connect to cuse module");
usr.sbin/virtual_oss/virtual_oss/main.c
2574
errx(EX_USAGE, "%s", ptrerr);
usr.sbin/virtual_oss/virtual_oss/main.c
2577
errx(EX_USAGE, "Missing -f argument");
usr.sbin/virtual_oss/virtual_oss/main.c
2589
errx(EX_USAGE, "Too many buffer samples given by -s argument");
usr.sbin/virtual_oss/virtual_oss/main.c
2593
errx(EX_SOFTWARE, "Cannot become daemon");
usr.sbin/virtual_oss/virtual_oss/main.c
2601
errx(EX_SOFTWARE, "Cannot create PID file '%s'", voss_pid_path);
usr.sbin/virtual_oss/virtual_oss/main.c
2604
errx(EX_SOFTWARE, "Cannot write PID file");
usr.sbin/virtual_oss/virtual_oss/main.c
2617
errx(EX_USAGE, "Could not create '/dev/%s'", voss_ctl_device);
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
264
errx(1, "Cannot allocate buffer memory");
usr.sbin/virtual_oss/virtual_oss_cmd/command.c
107
errx(EX_SOFTWARE, "One or more invalid options");
usr.sbin/virtual_oss/virtual_oss_cmd/command.c
110
errx(EX_SOFTWARE, "%s", options);
usr.sbin/virtual_oss/virtual_oss_cmd/command.c
71
errx(EX_SOFTWARE, "Could not open '%s'", argv[1]);
usr.sbin/virtual_oss/virtual_oss_cmd/command.c
76
errx(EX_SOFTWARE, "Too many options passed");
usr.sbin/virtual_oss/virtual_oss_cmd/command.c
86
errx(EX_SOFTWARE, "Cannot get system information");
usr.sbin/watch/watch.c
143
errx(error, "fatal: %s", buf);
usr.sbin/watchdogd/watchdogd.c
125
errx(EX_SOFTWARE, "not super user");
usr.sbin/watchdogd/watchdogd.c
139
errx(EX_SOFTWARE, "unable to initialize watchdog");
usr.sbin/watchdogd/watchdogd.c
149
errx(EX_SOFTWARE, "%s already running, pid: %d",
usr.sbin/watchdogd/watchdogd.c
217
errx(1, "Timeout for %s%s is too small, please choose a higher timeout.", longopt ? "-" : "", longopt ? longopt : shortopt);
usr.sbin/watchdogd/watchdogd.c
492
errx(EX_USAGE, "--%s argument %s", longopt, errstr);
usr.sbin/watchdogd/watchdogd.c
494
errx(EX_USAGE, "-%c argument %s", opt, errstr);
usr.sbin/watchdogd/watchdogd.c
736
errx(EX_USAGE, "extra arguments.");
usr.sbin/watchdogd/watchdogd.c
738
errx(EX_USAGE, "-t argument is less than one second.");
usr.sbin/watchdogd/watchdogd.c
741
errx(EX_USAGE,
usr.sbin/wlandebug/wlandebug.c
181
errx(1, "expecting a wlan interface name");
usr.sbin/wlandebug/wlandebug.c
207
errx(1, "missing interface name for -i option");
usr.sbin/wlandebug/wlandebug.c
244
errx(1, "unknown flag %.*s",
usr.sbin/wlanstat/main.c
203
errx(1, "%s: invalid ethernet address", optarg);
usr.sbin/wlanstat/wlanstat.c
475
errx(1, "did not find link layer address for interface %s",
usr.sbin/ypbind/ypbind.c
399
errx(1, "another ypbind is already running. Aborting");
usr.sbin/ypbind/ypbind.c
404
errx(1, "domainname not set. Aborting");
usr.sbin/ypbind/ypbind.c
418
errx(1, "unknown option: %s", argv[i]);
usr.sbin/ypbind/ypbind.c
446
errx(1, "cannot create udp service");
usr.sbin/ypbind/ypbind.c
449
errx(1, "unable to register (YPBINDPROG, YPBINDVERS, udp)");
usr.sbin/ypbind/ypbind.c
453
errx(1, "cannot create tcp service");
usr.sbin/ypbind/ypbind.c
457
errx(1, "unable to register (YPBINDPROG, YPBINDVERS, tcp)");
usr.sbin/ypbind/ypbind.c
462
errx(1, "malloc");
usr.sbin/ypldap/ldapclient.c
76
errx(1, "could not get numeric hostname");
usr.sbin/ypldap/parse.y
824
errx(1, "cmdline_symset: malloc");
usr.sbin/ypldap/ypldap.c
558
errx(1, "need root privileges");
usr.sbin/yppoll/yppoll.c
163
errx(1, "no such map %s: reason: %s",
usr.sbin/yppoll/yppoll.c
86
errx(1, "unknown host %s.", server);
usr.sbin/yppoll/yppoll.c
95
errx(1, "clntudp_create: no contact with host %s.", server);
usr.sbin/ypserv/common/yplib_host.c
105
errx(1, "clntudp_create: no contact with host %s.",
usr.sbin/ypserv/common/yplib_host.c
131
errx(1, "clntudp_create: no contact with localhost.");
usr.sbin/ypserv/common/yplib_host.c
82
errx(1, "inet_aton: invalid address %s.",
usr.sbin/ypserv/common/yplib_host.c
88
errx(1, "gethostbyname: unknown host %s.",
usr.sbin/ypset/ypset.c
133
errx(1, "host %s unknown\n", optarg);
usr.sbin/ypset/ypset.c
68
errx(1, "%s not running ypserv", server);
usr.sbin/ypset/ypset.c
76
errx(1, "can't find address for %s", server);