/src/usr.sbin/crash/ |
unsupported.c | 39 errx(EXIT_FAILURE, "not yet supported on this platform");
|
/src/usr.sbin/tprof/arch/ |
tprof_noarch.c | 49 errx(EXIT_FAILURE, "architecture not supported"); 55 errx(EXIT_FAILURE, "architecture not supported"); 61 errx(EXIT_FAILURE, "architecture not supported");
|
/src/lib/libc/gen/ |
errx.c | 1 /* $NetBSD: errx.c,v 1.14 2007/06/18 14:13:54 ginsbach Exp $ */ 41 __RCSID("$NetBSD: errx.c,v 1.14 2007/06/18 14:13:54 ginsbach Exp $"); 50 __weak_alias(errx, _errx) 55 errx(int eval, const char *fmt, ...)
|
/src/tests/rump/rumpkern/h_client/ |
h_forkcli.c | 25 errx(1, "unexpected pid %d", pid1); 29 errx(1, "write newlyopened /dev/null"); 43 errx(1, "unexpected pid %d", pid2); 45 errx(1, "child and parent pids are equal"); 49 errx(1, "write child /dev/null"); 58 errx(1, "write parent /dev/null"); 62 errx(1, "child exited with status %d", status); 64 errx(1, "write parent /dev/null"); 87 errx(1, "pipe"); 104 errx(1, "teststring doesn't match, got %s", buf) [all...] |
/src/regress/sys/kern/kqueue/vnode/ |
revoke.c | 44 errx(1, "Usage: %s file", argv[0]);
|
write.c | 49 errx(1, "Usage: %s file", argv[0]); 62 errx(1, "write returned %d", n);
|
/src/tests/libexec/ld.elf_so/ |
h_df_1_noopen.c | 42 errx(1, "%s", dlerror());
|
/src/tests/lib/librumphijack/ |
h_client.c | 47 errx(1, "need testname as param"); 68 errx(EXIT_FAILURE, "select successful"); 71 errx(EXIT_FAILURE, "stdin fileno is still set"); 89 errx(EXIT_FAILURE, "select successful"); 95 errx(EXIT_FAILURE, "select2 successful"); 113 errx(EXIT_FAILURE, "poll unexpected rv %d (%d)", 116 errx(EXIT_FAILURE, "poll unexpected revents"); 131 errx(EXIT_FAILURE, "unexpected fd8 %d %d", fd, errno); 133 errx(EXIT_FAILURE, "fd leak?"); 135 errx(EXIT_FAILURE, "rump open %d %d", fd, errno) [all...] |
h_cwd.c | 87 errx(EXIT_FAILURE, "strcmp1"); 95 errx(EXIT_FAILURE, "strcmp2"); 103 errx(EXIT_FAILURE, "strcmp3"); 109 errx(EXIT_FAILURE, "strcmp4"); 116 errx(EXIT_FAILURE, "strcmp5"); 122 errx(EXIT_FAILURE, "strcmp6"); 142 errx(EXIT_FAILURE, "strcmp"); 150 errx(1, "usage"); 160 errx(EXIT_FAILURE, "invalid chdir type");
|
/src/usr.bin/skeyinfo/ |
skeyinfo.c | 58 errx(1, "Must be root to read /etc/skeykeys"); 73 errx(1, "%s: no such user", argv[0]); 75 errx(1, "Who are you?");
|
/src/usr.bin/talk/ |
get_addrs.c | 63 errx(EXIT_FAILURE, "%s: %s", my_machine_name, 68 errx(EXIT_FAILURE, "%s: %s", his_machine_name, 78 errx(EXIT_FAILURE, "%s/%s: service is not registered.",
|
/src/usr.bin/tip/ |
cu.c | 94 errx(3, "only one escape character allowed"); 106 errx(3, "bad flow setting"); 118 errx(3, "bad parity setting"); 132 errx(3,"more than one line specified"); 152 errx(3, "more than one parity specified"); 161 errx(3, "more than one parity specified"); 185 errx(3, "more than one phone number specified"); 217 errx(3,"all ports busy"); 220 errx(3, "link down"); 266 errx(3, "unsupported speed %ld", BR) [all...] |
/src/usr.sbin/wgconfig/ |
wgconfig.c | 90 errx(EXIT_FAILURE, "invalid key"); 95 errx(EXIT_FAILURE, "invalid key len: %zu", key_len); 98 errx(EXIT_FAILURE, "b64_ntop failed"); 114 errx(EXIT_FAILURE, "invalid endpoint"); 141 errx(EXIT_FAILURE, "invalid allowedips"); 195 errx(EXIT_FAILURE, "inet_ntop failed"); 219 errx(EXIT_FAILURE, "malloc failed"); 232 errx(EXIT_FAILURE, "prop_dictionary_internalize failed"); 307 errx(EXIT_FAILURE, "invalid peers"); 315 errx(EXIT_FAILURE, "invalid peer") [all...] |
/src/sbin/wsconsctl/ |
map_scan.l | 83 errx(EXIT_FAILURE, "%s: not a keysym", yytext); 99 errx(EXIT_FAILURE, "%c: illegal character in input", 102 errx(EXIT_FAILURE, "%03o: illegal character in input",
|
/src/games/hangman/ |
main.c | 68 errx(1, "minimum word length too short"); 78 errx(0, "couldn't initialize screen");
|
/src/tests/kernel/ |
h_fpufork.c | 60 errx(1, "child exited on signal %d", WTERMSIG(status)); 62 errx(1, "child didn't exit");
|
h_ps_strings2.c | 55 errx(1, "calloc failed"); 59 errx(1, "strdup failed");
|
/src/usr.sbin/crash/arch/ |
sparc.c | 60 errx(EXIT_FAILURE, "kvm_nlist: %s", kvm_geterr(kd)); 64 errx(EXIT_FAILURE, "cannot read dumppcb: %s", kvm_geterr(kd));
|
/src/sbin/mount_umap/ |
mount_umap.c | 164 errx(1, "%s does not belong to root%s", mapfile, not); 168 errx(1, "%s: nentries not found%s", mapfile, not); 170 errx(1, 180 errx(1, "%s: unexpected end-of-file%s", 182 errx(1, "%s: illegal format (line %d)%s", 190 errx(1, "mapping id 0 not permitted (line %d)%s", 212 errx(1, "%s does not belong to root%s", gmapfile, not); 216 errx(1, "nentries not found%s", not); 218 errx(1, 230 errx(1, "%s: unexpected end-of-file%s" [all...] |
/src/tests/lib/libutil/ |
t_pidfile.c | 79 errx(EXIT_FAILURE, "Cannot open expected pidfile '%s'", path); 82 errx(EXIT_FAILURE, "Failed to read pid from pidfile '%s'", 87 errx(EXIT_FAILURE, "Pid in pidfile (%d) does not match " 99 errx(EXIT_FAILURE, "The pidfile %s was not deleted", 137 errx(EXIT_FAILURE, "Cannot allocate memory for path"); 150 errx(EXIT_FAILURE, "Failed to create pidfile with default " 177 errx(EXIT_FAILURE, "Failed to create pidfile with custom " 204 errx(EXIT_FAILURE, "Failed to create pidfile '%s'", path); 229 errx(EXIT_FAILURE, "Failed to create pidfile with default " 233 errx(EXIT_FAILURE, "Failed to recreate pidfile with default [all...] |
/src/usr.bin/nbsvtool/ |
nbsvtool.c | 89 errx(EXIT_FAILURE, "Failed to create signature structure"); 135 errx(EXIT_FAILURE, "Failed to parse the signature file %s", 140 errx(EXIT_FAILURE, "Failed to verify signature"); 144 errx(EXIT_FAILURE, "Failed to get signers"); 147 errx(EXIT_FAILURE, "No signers ?"); 157 errx(EXIT_FAILURE, 210 errx(EXIT_FAILURE, "Can't read certificate file %s", 217 errx(EXIT_FAILURE, "No certificate found file %s", file); 252 errx(EXIT_FAILURE, "No certificate file given"); 254 errx(EXIT_FAILURE, "No private key file given") [all...] |
/src/usr.sbin/puffs/mount_9p/ |
fs.c | 49 if (rv) errx(1, "p9p_handshake io failed %d, %d", rv, *a4) 92 errx(1, "server invalid response to Tversion: %d", type); 94 errx(1, "server invalid tag: %d vs. %d", 99 errx(1, "server invalid response: no request length"); 101 errx(1, "server request length below minimum accepted: " 106 errx(1, "server invalid response: no version"); 108 errx(1, "server doesn't support %s", p9p_ver2str(p9p->protover)); 129 errx(1, "Rattach not received, got %d", type); 131 errx(1, "server invalid tag: %d vs. %d", tagid, rtagid); 179 errx(1, "Rwalk not received for rnode, got %d", type) [all...] |
/src/tests/lib/libc/stdio/ |
h_makenumbers.c | 12 errx(EXIT_FAILURE, "missing argument");
|
h_testnumbers.c | 12 errx(EXIT_FAILURE, "bad line \"%s\", expected %zu\n",
|
/src/usr.bin/revoke/ |
revoke.c | 41 errx(EXIT_FAILURE, "usage: %s <file>", getprogname());
|