Searched refs:EXIT_FAILURE (Results 76 - 100 of 298) sorted by relevance

1234567891011>>

/freebsd-11.0-release/usr.bin/at/
H A Dperm.c67 errx(EXIT_FAILURE, "virtual memory exhausted");
93 err(EXIT_FAILURE, "cannot access user database");
/freebsd-11.0-release/usr.bin/cpuset/
H A Dcpuset.c80 err(EXIT_FAILURE, "getaffinity");
89 errx(EXIT_FAILURE,
144 errx(EXIT_FAILURE, "Malformed cpu-list %s", list);
175 err(EXIT_FAILURE, "getaffinity");
300 err(EXIT_FAILURE, "setaffinity");
327 err(EXIT_FAILURE, "newid");
332 err(EXIT_FAILURE, "setid");
343 err(EXIT_FAILURE, "setaffinity");
/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A Dalias.c46 (*opts->pUsageProc)(opts, EXIT_FAILURE);
77 option_exits(EXIT_FAILURE);
H A Dtime.c52 (*(opts->pUsageProc))(opts, EXIT_FAILURE);
114 (*(opts->pUsageProc))(opts, EXIT_FAILURE);
/freebsd-11.0-release/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c55 errx(EXIT_FAILURE, "DISTRIBUTIONS variable is not set");
66 errx(EXIT_FAILURE, "Out of memory!");
85 return (EXIT_FAILURE);
97 return ((nfetched == ndists) ? EXIT_SUCCESS : EXIT_FAILURE);
122 errx(EXIT_FAILURE, "Out of memory!");
/freebsd-11.0-release/sbin/geom/core/
H A Dgeom.c146 errx(EXIT_FAILURE, "usage: %s <class> <command> [options]",
177 exit(EXIT_FAILURE);
192 errx(EXIT_FAILURE,
251 errx(EXIT_FAILURE, "Too many -%c options.", opt->go_char);
260 errx(EXIT_FAILURE, "No memory.");
270 err(EXIT_FAILURE, "Invalid value for '%c' argument",
275 errx(EXIT_FAILURE, "No memory.");
284 errx(EXIT_FAILURE, "No memory.");
462 exit(EXIT_FAILURE);
490 exit(EXIT_FAILURE);
[all...]
/freebsd-11.0-release/contrib/ldns/drill/
H A Ddrill.c170 result = EXIT_FAILURE;
193 result = EXIT_FAILURE;
219 exit(EXIT_FAILURE);
227 exit(EXIT_FAILURE);
235 exit(EXIT_FAILURE);
259 exit(EXIT_FAILURE);
264 exit(EXIT_FAILURE);
380 result = EXIT_FAILURE;
391 result = EXIT_FAILURE;
403 result = EXIT_FAILURE;
[all...]
/freebsd-11.0-release/contrib/elftoolchain/elfcopy/
H A Dpe.c65 errx(EXIT_FAILURE, "elf_begin() failed: %s",
69 errx(EXIT_FAILURE, "gelf_getehdr() failed: %s",
73 errx(EXIT_FAILURE, "elf_getshstrndx() failed: %s",
77 err(EXIT_FAILURE, "pe_init() failed");
94 err(EXIT_FAILURE, "pe_update_coff_header() failed");
223 err(EXIT_FAILURE, "pe_update_opt_header() failed");
227 err(EXIT_FAILURE, "pe_update() failed");
H A Dsegments.c175 errx(EXIT_FAILURE, "The VMA %#jx for "
182 errx(EXIT_FAILURE, "Not enough space to move "
198 errx(EXIT_FAILURE, "Not enough space to move "
215 errx(EXIT_FAILURE, "The extent of segment containing "
264 errx(EXIT_FAILURE, "Internal: section `%s' not"
365 errx(EXIT_FAILURE, "The LMA %#jx for "
401 errx(EXIT_FAILURE, "Internal: section `%s' not"
448 err(EXIT_FAILURE, "realloc failed");
474 errx(EXIT_FAILURE, "elf_getphnum failed: %s",
489 errx(EXIT_FAILURE, "gelf_getphd
[all...]
/freebsd-11.0-release/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c80 errx(EXIT_FAILURE, "DISTRIBUTIONS variable is not set");
105 _errx(EXIT_FAILURE, "Out of memory!");
110 _errx(EXIT_FAILURE, "Out of memory!");
116 _errx(EXIT_FAILURE, "Out of memory!");
129 return (EXIT_FAILURE);
143 return (EXIT_FAILURE);
154 _errx(EXIT_FAILURE, "Out of memory!");
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_nanosleep.c164 _exit(EXIT_FAILURE);
167 _exit(EXIT_FAILURE);
170 _exit(EXIT_FAILURE);
H A Dt_revoke.c158 _exit(EXIT_FAILURE);
163 _exit(EXIT_FAILURE);
166 _exit(EXIT_FAILURE);
169 _exit(EXIT_FAILURE);
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c72 SKIPX(EXIT_FAILURE, "clnt_create (%s)", clnt_spcreateerror(""));
84 ERRX(EXIT_FAILURE, "clnt_call (%s)", clnt_sperror(clnt, ""));
99 ERRX(EXIT_FAILURE, "%s", clnt_sperrno(clnt_stat));
120 return EXIT_FAILURE;
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/termios/
H A Dt_tcsetpgrp.c70 _exit(EXIT_FAILURE);
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_initscr.c89 exit(EXIT_FAILURE);
/freebsd-11.0-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-expandargv.c48 #ifndef EXIT_FAILURE
49 #define EXIT_FAILURE 1 macro
124 exit (EXIT_FAILURE);
294 exit (EXIT_FAILURE);
/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Dapplication.cpp236 errcode = EXIT_FAILURE;
239 errcode = EXIT_FAILURE;
243 errcode = EXIT_FAILURE;
246 errcode = EXIT_FAILURE;
/freebsd-11.0-release/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c285 *exit_code = EXIT_FAILURE;
311 *exit_code = EXIT_FAILURE;
356 *exit_code = EXIT_FAILURE;
391 *exit_code = EXIT_FAILURE;
409 *exit_code = EXIT_FAILURE;
465 *exit_code = EXIT_FAILURE;
523 return EXIT_FAILURE;
538 exit_code = EXIT_FAILURE;
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c130 exit(EXIT_FAILURE);
152 exit(EXIT_FAILURE);
/freebsd-11.0-release/contrib/ncurses/progs/
H A Dprogs.priv.h148 #ifndef EXIT_FAILURE
149 #define EXIT_FAILURE 1 macro
/freebsd-11.0-release/contrib/elftoolchain/ar/
H A Dacplex.l75 err(EXIT_FAILURE, "strdup failed");
/freebsd-11.0-release/tools/regression/environ/
H A Denvctl.c136 exit(EXIT_FAILURE);
209 exit(EXIT_FAILURE);
/freebsd-11.0-release/usr.bin/env/
H A Denv.c91 err(EXIT_FAILURE, "unsetenv %s", optarg);
116 err(EXIT_FAILURE, "setenv %s", *argv);
/freebsd-11.0-release/contrib/subversion/subversion/svnversion/
H A Dsvnversion.c173 *exit_code = EXIT_FAILURE;
196 *exit_code = EXIT_FAILURE;
209 *exit_code = EXIT_FAILURE;
257 *exit_code = EXIT_FAILURE;
300 return EXIT_FAILURE;
315 exit_code = EXIT_FAILURE;
/freebsd-11.0-release/usr.bin/mkesdb/
H A Dyacc.y126 errx(EXIT_FAILURE, "%s: %s", #func, strerror(ret)); \
205 err(EXIT_FAILURE, "fwrite");
266 err(EXIT_FAILURE, "fopen");
273 errx(EXIT_FAILURE, "%s\n", strerror(ret));
279 errx(EXIT_FAILURE,
317 err(EXIT_FAILURE, "%s", argv[0]);

Completed in 169 milliseconds

1234567891011>>