Searched refs:EXIT_FAILURE (Results 201 - 225 of 298) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/binutils/bfd/
H A Dbfd.c221 #ifndef EXIT_FAILURE
222 #define EXIT_FAILURE 1 macro
492 _exit (EXIT_FAILURE);
851 _exit (EXIT_FAILURE);
/freebsd-11.0-release/contrib/blacklist/test/
H A Dsrvtest.c171 exit(EXIT_FAILURE);
/freebsd-11.0-release/lib/libdpv/
H A Ddpv.c405 errx(EXIT_FAILURE, "%s: Oops, pprompt buffer overflow "
408 err(EXIT_FAILURE, "%s: replaceall()", __func__);
420 errx(EXIT_FAILURE, "%s: Oops, aprompt buffer overflow "
423 err(EXIT_FAILURE, "%s: replaceall()", __func__);
/freebsd-11.0-release/sbin/ifconfig/
H A Daf_inet6.c145 errx(EXIT_FAILURE, "%s not allowed for the AF", cmd);
148 errx(EXIT_FAILURE, "interface index is already filled");
150 err(EXIT_FAILURE, "getifaddrs");
162 errx(EXIT_FAILURE, "could not determine link local address");
/freebsd-11.0-release/tools/regression/ethernet/ethermulti/
H A Dethermulti.c218 exit(EXIT_FAILURE);
/freebsd-11.0-release/usr.bin/cmp/
H A Dregular.c171 _exit(EXIT_FAILURE);
/freebsd-11.0-release/tools/test/testfloat/
H A Dtestfloat.c43 if ( stop ) exit( EXIT_FAILURE );
/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A Dinit.c178 (*opts->pUsageProc)(opts, EXIT_FAILURE);
H A Drestore.c144 option_exits(EXIT_FAILURE);
H A Dversion.c169 option_exits(EXIT_FAILURE);
/freebsd-11.0-release/usr.sbin/pw/
H A Dpsdate.c150 errx(EXIT_FAILURE, "Invalid date");
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dheartbeat_test.c120 exit(EXIT_FAILURE);
463 return EXIT_FAILURE;
/freebsd-11.0-release/gnu/usr.bin/rcs/lib/
H A Drcssyn.c657 exitmain(EXIT_FAILURE);
679 void exiterr() { _exit(EXIT_FAILURE); }
/freebsd-11.0-release/contrib/byacc/
H A Dmkpar.c330 exit_code = EXIT_FAILURE;
337 exit_code = EXIT_FAILURE;
H A Dmain.c145 _exit(EXIT_FAILURE);
181 done(EXIT_FAILURE);
/freebsd-11.0-release/tools/regression/priv/
H A Dmain.c506 exit(something_failed ? EXIT_FAILURE : EXIT_SUCCESS);
558 return (something_failed ? EXIT_FAILURE : EXIT_SUCCESS);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c118 return EXIT_FAILURE;
226 return EXIT_FAILURE;
242 return EXIT_FAILURE;
251 return EXIT_FAILURE;
265 return EXIT_FAILURE;
507 return EXIT_FAILURE;
/freebsd-11.0-release/contrib/elftoolchain/elfdump/
H A Delfdump.c705 err(EXIT_FAILURE, "%s", optarg);
733 errx(EXIT_FAILURE, "ELF library initialization failed: %s",
802 err(EXIT_FAILURE, "lseek failed");
804 errx(EXIT_FAILURE, "%s", archive_error_string(a));
810 errx(EXIT_FAILURE, "%s", archive_error_string(a));
846 err(EXIT_FAILURE, "calloc failed");
1119 err(EXIT_FAILURE, "calloc failed");
1971 err(EXIT_FAILURE, "calloc failed");
2176 err(EXIT_FAILURE, "calloc failed");
2182 err(EXIT_FAILURE, "callo
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/svn/
H A Dsvn.c1918 *exit_code = EXIT_FAILURE;
1939 *exit_code = EXIT_FAILURE;
2500 *exit_code = EXIT_FAILURE;
2530 *exit_code = EXIT_FAILURE;
2564 *exit_code = EXIT_FAILURE;
3123 return EXIT_FAILURE;
3138 exit_code = EXIT_FAILURE;
/freebsd-11.0-release/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c781 errx(EXIT_FAILURE,
793 errx(EXIT_FAILURE, "Couldn't open %s", fname);
795 errx(EXIT_FAILURE, "Couldn't select records %s",
/freebsd-11.0-release/gnu/usr.bin/rcs/co/
H A Dco.c516 if (nerror) exitstatus = EXIT_FAILURE;
535 _exit(EXIT_FAILURE);
/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dprocess.c445 exit(EXIT_FAILURE);
608 exit(EXIT_FAILURE);
/freebsd-11.0-release/usr.sbin/pkg/
H A Dconfig.c353 errx(EXIT_FAILURE, "Unable to parse configuration "
483 errx(EXIT_FAILURE, "Failed to determine the system "
/freebsd-11.0-release/contrib/subversion/subversion/include/
H A Dsvn_error.h416 * and return @c EXIT_FAILURE.
431 return EXIT_FAILURE; } \
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgget.c124 _exit(EXIT_FAILURE);

Completed in 145 milliseconds

1234567891011>>