Searched refs:EXIT_FAILURE (Results 126 - 150 of 351) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.c68 option_exits(EXIT_FAILURE);
81 option_exits(EXIT_FAILURE);
94 option_exits(EXIT_FAILURE);
275 (*opts->pUsageProc)(opts, EXIT_FAILURE);
385 (*opts->pUsageProc)(opts, EXIT_FAILURE);
H A Dnumeric.c93 pOpts->pUsageProc(pOpts, EXIT_FAILURE);
166 (*(opts->pUsageProc))(opts, EXIT_FAILURE);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgctl.c144 _exit(EXIT_FAILURE);
147 _exit(EXIT_FAILURE);
157 _exit(EXIT_FAILURE);
160 _exit(EXIT_FAILURE);
172 if (WEXITSTATUS(sta) == EXIT_FAILURE)
H A Dt_nanosleep.c169 _exit(EXIT_FAILURE);
172 _exit(EXIT_FAILURE);
175 _exit(EXIT_FAILURE);
237 _exit(EXIT_FAILURE);
241 _exit(EXIT_FAILURE);
H A Dt_mkdir.c131 _exit(EXIT_FAILURE);
134 _exit(EXIT_FAILURE);
/freebsd-13-stable/contrib/libucl/utils/
H A Dobjdump.c120 exit (EXIT_FAILURE);
138 exit (EXIT_FAILURE);
146 exit (EXIT_FAILURE);
/freebsd-13-stable/contrib/elftoolchain/brandelf/
H A Dbrandelf.c101 errx(EXIT_FAILURE, "elf_version error");
108 errx(EXIT_FAILURE, "ERROR: the -f option is "
130 errx(EXIT_FAILURE, "the -t option is "
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_hostent.c80 exit(EXIT_FAILURE);
174 errx(EXIT_FAILURE, "Unknown db type `%s'", type);
182 err(EXIT_FAILURE, "Can't parse `%s'", *argv);
/freebsd-13-stable/contrib/netbsd-tests/net/net/
H A Dt_pktinfo.c48 #define ERR(msg) err(EXIT_FAILURE, msg)
49 #define ERRX(msg, a) errx(EXIT_FAILURE, msg, a)
50 #define ERRX2(msg, a1, a2) errx(EXIT_FAILURE, msg, a1, a2)
/freebsd-13-stable/usr.sbin/pw/
H A Dpw.c142 errx(EXIT_FAILURE, "Both '-R' and '-V' "
197 errx(EXIT_FAILURE, "Unable to open '%s'", conf.rootdir);
383 exit(EXIT_FAILURE);
H A Dpw_vpw.c98 errx(EXIT_FAILURE, "Invalid user entry in '%s':"
177 errx(EXIT_FAILURE, "Invalid group entry in '%s':"
/freebsd-13-stable/contrib/bearssl/test/
H A Dtest_crypto.c86 exit(EXIT_FAILURE);
363 exit(EXIT_FAILURE);
414 exit(EXIT_FAILURE);
437 exit(EXIT_FAILURE);
617 exit(EXIT_FAILURE);
1507 exit(EXIT_FAILURE);
1549 exit(EXIT_FAILURE);
1658 exit(EXIT_FAILURE);
3668 exit(EXIT_FAILURE);
3816 exit(EXIT_FAILURE);
[all...]
/freebsd-13-stable/usr.sbin/config/
H A Dconfig.y172 err(EXIT_FAILURE, "calloc");
203 err(EXIT_FAILURE, "calloc");
349 err(EXIT_FAILURE, "calloc");
361 err(EXIT_FAILURE, "calloc");
400 err(EXIT_FAILURE, "calloc");
464 err(EXIT_FAILURE, "calloc");
H A Dmkoptions.c76 err(EXIT_FAILURE, "calloc");
94 err(EXIT_FAILURE, "calloc");
109 err(EXIT_FAILURE, "calloc");
237 err(EXIT_FAILURE, "calloc");
265 err(EXIT_FAILURE, "calloc");
336 err(EXIT_FAILURE, "calloc");
/freebsd-13-stable/contrib/tzcode/zic/
H A Dzic.c384 errx(EXIT_FAILURE, _("memory exhausted"));
493 exit(EXIT_FAILURE);
504 usage(stderr, EXIT_FAILURE);
512 errx(EXIT_FAILURE,
522 errx(EXIT_FAILURE,
529 errx(EXIT_FAILURE,
539 errx(EXIT_FAILURE,
549 errx(EXIT_FAILURE,
556 errx(EXIT_FAILURE,
567 usage(stderr, EXIT_FAILURE); /* usag
[all...]
/freebsd-13-stable/contrib/blacklist/bin/
H A Dblacklistctl.c67 exit(EXIT_FAILURE);
131 err(EXIT_FAILURE, "Can't open `%s'", dbname);
/freebsd-13-stable/contrib/kyua/cli/
H A Dcmd_db_exec.cpp195 return EXIT_FAILURE;
198 return EXIT_FAILURE;
H A Dcmd_test.cpp174 exit_code = (hooks.bad_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
185 EXIT_FAILURE : exit_code;
/freebsd-13-stable/contrib/libucl/tests/
H A Dtest_speed.c81 exit (EXIT_FAILURE);
89 exit (EXIT_FAILURE);
/freebsd-13-stable/sys/contrib/openzfs/lib/libuutil/
H A Duu_pname.c50 int uu_exit_fatal_value = EXIT_FAILURE;
77 uu_exit_fatal_value = EXIT_FAILURE;
/freebsd-13-stable/contrib/openbsm/bin/praudit/
H A Dpraudit.c194 err(EXIT_FAILURE, "cap_enter");
218 err(EXIT_FAILURE, "cap_enter");
/freebsd-13-stable/contrib/mandoc/
H A Dsoelim.c56 exit(EXIT_FAILURE);
149 err(EXIT_FAILURE, "sl_init()");
/freebsd-13-stable/contrib/ncurses/progs/
H A Dprogs.priv.h170 #ifndef EXIT_FAILURE
171 #define EXIT_FAILURE 1 macro
/freebsd-13-stable/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_file.c68 err(EXIT_FAILURE, "open()");
72 err(EXIT_FAILURE, "write()");
/freebsd-13-stable/usr.bin/soelim/
H A Dsoelim.c51 exit(EXIT_FAILURE);
144 err(EXIT_FAILURE, "sl_init()");

Completed in 279 milliseconds

1234567891011>>