Searched refs:errx (Results 1 - 13 of 13) sorted by relevance

/haiku/src/tests/system/benchmarks/
H A Dctxbench.c5 #define errx(x,y...) { fprintf(stderr, y); fprintf(stderr, "\n"); exit(x); } macro
39 errx(1, "child write failed");
42 errx(1, "child read failed");
44 errx(1, "child write failed");
88 errx(1, "not supported");
101 errx(1, "Unable to create pipe");
103 errx(1, "Unable to create pipe");
137 errx(1, "error _lwp_create");
144 errx(1, "error forking");
151 errx(
[all...]
H A Dexecbench.c4 #define errx(x,y...) { fprintf(stderr, y); fprintf(stderr, "\n"); exit(x); } macro
21 errx(1, "Usage: %s iterations", argv[0]);
40 errx(1, "execl failed");
/haiku/headers/compatibility/bsd/
H A Derr.h62 void errx(int, const char *, ...) __dead2 __printf0like(2, 3);
/haiku/src/bin/network/ping/
H A Dping.c307 errx(EX_USAGE, "invalid PCP: `%s'", optarg);
310 errx(EX_UNAVAILABLE, "VLAN PCP not available");
316 errx(EX_USAGE,
340 errx(EX_USAGE, "invalid packet size: `%s'",
354 errx(EX_USAGE, "invalid packet size: `%s'",
371 errx(EX_USAGE, "invalid packet size: `%s'",
384 errx(EX_USAGE,
392 errx(EX_USAGE, "invalid timing interval: `%s'",
408 errx(EX_USAGE,
427 errx(EX_USAG
[all...]
H A Dping6.c378 errx(1,
397 errx(1, "invalid socket buffer size");
399 errx(1,
406 errx(1, "illegal vlan pcp %s", optarg);
408 errx(1, "illegal vlan pcp -- %s", optarg);
413 errx(1,
425 errx(1, "Must be superuser to flood ping");
440 errx(1, "illegal hoplimit %s", optarg);
442 errx(1,
455 errx(
[all...]
H A Dmain.c169 errx(EX_NOHOST, "cannot resolve %s: %s",
182 errx(EX_NOHOST, "cannot resolve %s", target);
/haiku/src/tools/
H A Delf2aout.c187 errx(1, "phdr size mismatch");
199 errx(1, "too many loadable segments");
242 errx(1, "phdr size mismatch");
254 errx(1, "too many loadable segments");
311 errx(1, "not an elf file");
313 errx(1, "wrong class");
316 errx(1, "wrong data format");
318 errx(1, "wrong elf version");
/haiku/src/bin/fwcontrol/
H A Dfwmpegts.c224 errx(1, "unknown format 0x%x", ciph->fmt);
226 errx(1,
H A Dfwcontrol.c419 errx(1, "no such node %d.", node);
736 errx(1, "Unsupported format for receiving: fmt=0x%x", ciph->fmt);
821 errx(EX_USAGE, "%s: priority_budget out of range: %s", __func__, optarg);
833 errx(EX_USAGE, "%s:Invalid value for node", __func__);
853 errx(EX_USAGE, "%s:set_root_node out of range", __func__);
861 errx(EX_USAGE, "%s:set_gap_count out of range", __func__);
880 errx(EX_USAGE, "%s: invalid target: %s", __func__, optarg);
886 errx(EX_USAGE, "%s: node out of range: %s\n",__func__, optarg);
906 errx(EX_USAGE, "%s: node out of range: %s\n", __func__, optarg);
932 errx(EX_USAG
[all...]
H A Dfwdv.c187 errx(1, "unknown format 0x%x", ciph->fmt);
/haiku/src/libs/bsd/
H A Derr.c114 errx(int eval, const char *fmt, ...) function
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c554 errx(1, "unable to create casper process");
557 errx(1, "unable to open system.dns service");
559 errx(1, "unable to limit access to system.dns service");
562 errx(1, "unable to limit access to system.dns service");
836 errx(1, "%s", ipsec_strerror());
839 errx(1, "%s", ipsec_strerror());
1017 errx(1, "%s", ipsec_strerror());
1020 errx(1, "%s", ipsec_strerror());
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c357 errx(1, "tcp/%s: %s\n", service, gai_strerror(error));
359 errx(1, "tcp/%s: %s\n", service, strerror(errno));

Completed in 92 milliseconds