Searched refs:EXIT_FAILURE (Results 176 - 200 of 327) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dobstack.c87 #ifndef EXIT_FAILURE
88 #define EXIT_FAILURE 1 macro
90 int obstack_exit_failure = EXIT_FAILURE;
/freebsd-12-stable/contrib/atf/atf-c/
H A Dutils.c67 err(EXIT_FAILURE, "Failed to create output file: %s", buffer);
399 err(EXIT_FAILURE, "Cannot create %s", name);
402 err(EXIT_FAILURE, "Cannot redirect to fd %d", target_fd);
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dobstack.c87 #ifndef EXIT_FAILURE
88 #define EXIT_FAILURE 1 macro
90 int obstack_exit_failure = EXIT_FAILURE;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp103 return EXIT_FAILURE;
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_nice.c140 _exit(EXIT_FAILURE);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getgroups.c124 _exit(EXIT_FAILURE);
H A Dt_umask.c86 _exit(EXIT_FAILURE);
H A Dt_msgrcv.c124 _exit(EXIT_FAILURE);
270 _exit(EXIT_FAILURE);
/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dtp_main.c507 *exitcode = EXIT_FAILURE;
519 *exitcode = EXIT_FAILURE;
603 exitcode = EXIT_FAILURE; /* Silence GCC warning. */
608 exitcode = EXIT_FAILURE;
/freebsd-12-stable/contrib/atf/atf-sh/
H A Datf-sh.cpp178 return EXIT_FAILURE;
/freebsd-12-stable/contrib/bearssl/samples/
H A Dclient_basic.c254 return EXIT_FAILURE;
274 return EXIT_FAILURE;
373 return EXIT_FAILURE;
378 return EXIT_FAILURE;
/freebsd-12-stable/contrib/diff/src/
H A Dcmp.c340 exit (EXIT_FAILURE);
369 Return EXIT_SUCCESS if identical, EXIT_FAILURE if different,
508 return EXIT_FAILURE;
539 ret = EXIT_FAILURE;
552 return EXIT_FAILURE;
/freebsd-12-stable/contrib/elftoolchain/ar/
H A Dutil.c87 exit(EXIT_FAILURE);
/freebsd-12-stable/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c152 errx(EXIT_FAILURE, "unsupported format: %s",
/freebsd-12-stable/contrib/file/src/
H A Dder.c419 errx(EXIT_FAILURE, "corrupt der");
436 err(EXIT_FAILURE, "open `%s'", argv[1]);
438 err(EXIT_FAILURE, "stat `%s'", argv[1]);
441 err(EXIT_FAILURE, "mmap `%s'", argv[1]);
/freebsd-12-stable/usr.sbin/pkg/
H A Dconfig.c194 errx(EXIT_FAILURE, "asprintf");
229 err(EXIT_FAILURE, "open_memstream()");
385 errx(EXIT_FAILURE, "Unable to parse configuration "
517 errx(EXIT_FAILURE, "Failed to determine the system "
/freebsd-12-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c316 err(EXIT_FAILURE, "calloc");
318 err(EXIT_FAILURE, "strdup");
483 err(EXIT_FAILURE, "calloc");
509 err(EXIT_FAILURE, "calloc");
643 err(EXIT_FAILURE, "calloc");
895 errx(EXIT_FAILURE, "%s: cannot find section %s", exe, section);
956 err(EXIT_FAILURE, "%s", exe);
959 errx(EXIT_FAILURE, "dwarf_init: %s", dwarf_errmsg(de));
962 errx(EXIT_FAILURE, "dwarf_get_elf: %s", dwarf_errmsg(de));
/freebsd-12-stable/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c102 exit(EXIT_FAILURE);
117 exit(EXIT_FAILURE);
/freebsd-12-stable/contrib/netbsd-tests/net/net/
H A Dt_unix.c64 #define FAIL(msg, ...) err(EXIT_FAILURE, msg, ## __VA_ARGS__)
323 return EXIT_FAILURE;
/freebsd-12-stable/contrib/hyperv/tools/
H A Dhv_vss_daemon.c198 exit(EXIT_FAILURE);
267 exit(EXIT_FAILURE);
/freebsd-12-stable/contrib/ldns/drill/
H A Ddrill_util.c287 exit(EXIT_FAILURE);
300 exit(EXIT_FAILURE);
/freebsd-12-stable/contrib/elftoolchain/size/
H A Dsize.c128 errx(EXIT_FAILURE, "ELF library initialization failed: %s",
183 err(EXIT_FAILURE, "Error in option handling.");
809 err(EXIT_FAILURE, "calloc");
811 err(EXIT_FAILURE, "calloc");
813 err(EXIT_FAILURE, "calloc");
826 err(EXIT_FAILURE, "strdup");
852 err(EXIT_FAILURE, "realloc");
922 exit(EXIT_FAILURE);
/freebsd-12-stable/contrib/elftoolchain/strings/
H A Dstrings.c108 errx(EXIT_FAILURE, "ELF library initialization failed: %s",
441 exit(EXIT_FAILURE);
/freebsd-12-stable/tools/tools/pciroms/
H A Dpciroms.c151 exit ((err == 0) ? EXIT_SUCCESS : EXIT_FAILURE);
159 exit(EXIT_FAILURE);
/freebsd-12-stable/tools/tools/pirtool/
H A Dpirtool.c118 exit ((err == 0) ? EXIT_SUCCESS : EXIT_FAILURE);
127 exit(EXIT_FAILURE);

Completed in 369 milliseconds

1234567891011>>