Searched refs:EXIT_FAILURE (Results 151 - 175 of 298) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/ncurses/progs/
H A Dtabs.c51 ExitProgram(EXIT_FAILURE);
371 ExitProgram(EXIT_FAILURE);
377 int rc = EXIT_FAILURE;
H A Dtic.c133 ExitProgram(EXIT_FAILURE);
183 ExitProgram(EXIT_FAILURE);
422 ExitProgram(EXIT_FAILURE);
451 ExitProgram(EXIT_FAILURE);
455 ExitProgram(EXIT_FAILURE);
461 ExitProgram(EXIT_FAILURE);
469 ExitProgram(EXIT_FAILURE);
658 ExitProgram(EXIT_FAILURE);
857 ExitProgram(EXIT_FAILURE);
869 ExitProgram(EXIT_FAILURE);
[all...]
/freebsd-11.0-release/libexec/atrun/
H A Datrun.c318 exit(EXIT_FAILURE); /* setusercontext() logged the error */
364 exit(EXIT_FAILURE); /* setusercontext() logged the error */
418 exit(EXIT_FAILURE);
433 exit(EXIT_FAILURE);
589 exit(EXIT_FAILURE);
/freebsd-11.0-release/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c406 *exit_code = EXIT_FAILURE;
427 *exit_code = EXIT_FAILURE;
714 *exit_code = EXIT_FAILURE;
733 *exit_code = EXIT_FAILURE;
767 *exit_code = EXIT_FAILURE;
988 return EXIT_FAILURE;
1003 exit_code = EXIT_FAILURE;
/freebsd-11.0-release/usr.sbin/pkg/
H A Dpkg.c486 errx(EXIT_FAILURE, "Unable to read %s", file);
976 err(EXIT_FAILURE, "Unable to open %s", pkgpath);
1056 errx(EXIT_FAILURE, "pkg is not installed");
1068 exit(EXIT_FAILURE);
1072 exit(EXIT_FAILURE);
1075 exit(EXIT_FAILURE);
1087 exit(EXIT_FAILURE);
1092 exit(EXIT_FAILURE);
1095 exit(EXIT_FAILURE);
1108 return (EXIT_FAILURE);
[all...]
/freebsd-11.0-release/lib/libdpv/
H A Ddprompt.c257 errx(EXIT_FAILURE, "Out of memory?!");
282 errx(EXIT_FAILURE, "Out of memory?!");
307 errx(EXIT_FAILURE, "Out of memory?!");
360 errx(EXIT_FAILURE, "%s: Oops, dprompt buffer overflow",
692 errx(EXIT_FAILURE, "%s: Oops, dprompt buffer overflow "
695 err(EXIT_FAILURE, "%s: replaceall()", __func__);
/freebsd-11.0-release/usr.bin/at/
H A Dat.c133 _exit(EXIT_FAILURE);
159 errx(EXIT_FAILURE, "virtual memory exhausted");
175 errx(EXIT_FAILURE, "virtual memory exhausted");
583 errx(EXIT_FAILURE, "%s: not owner", argv[i]);
618 errx(EXIT_FAILURE, "internal error, process_jobs = %d",
849 errx(EXIT_FAILURE, "you do not have permission to use this program");
/freebsd-11.0-release/usr.sbin/nscd/
H A Dnscd.c679 errx(EXIT_FAILURE, "There is no daemon running.");
686 errx(EXIT_FAILURE, "Can't read from pidfile.");
689 errx(EXIT_FAILURE, "Invalid pidfile.");
698 errx(EXIT_FAILURE, "Can't connect to the daemon.");
714 errx(EXIT_FAILURE, "Only root can initiate "
739 errx(EXIT_FAILURE, "Daemon already running, pid: %d.",
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dobstack.c87 #ifndef EXIT_FAILURE
88 #define EXIT_FAILURE 1 macro
90 int obstack_exit_failure = EXIT_FAILURE;
/freebsd-11.0-release/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-11.0-release/contrib/binutils/libiberty/
H A Dobstack.c87 #ifndef EXIT_FAILURE
88 #define EXIT_FAILURE 1 macro
90 int obstack_exit_failure = EXIT_FAILURE;
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dsslv2conftest.c230 return testresult ? EXIT_SUCCESS : EXIT_FAILURE;
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_nice.c140 _exit(EXIT_FAILURE);
/freebsd-11.0-release/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_mlock.c272 _exit(EXIT_FAILURE);
288 _exit(EXIT_FAILURE);
H A Dt_msgrcv.c127 _exit(EXIT_FAILURE);
273 _exit(EXIT_FAILURE);
/freebsd-11.0-release/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-11.0-release/contrib/atf/atf-sh/
H A Datf-sh.cpp178 return EXIT_FAILURE;
/freebsd-11.0-release/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-11.0-release/contrib/elftoolchain/ar/
H A Dutil.c87 exit(EXIT_FAILURE);
/freebsd-11.0-release/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c152 errx(EXIT_FAILURE, "unsupported format: %s",
/freebsd-11.0-release/usr.sbin/sesutil/
H A Deltsub.c191 err(EXIT_FAILURE, "sbuf_new_auto()");
/freebsd-11.0-release/gnu/usr.bin/rcs/lib/
H A Dconf.h206 /* #undef EXIT_FAILURE */ /* Uncomment this if EXIT_FAILURE is broken. */
383 #ifndef EXIT_FAILURE
384 #define EXIT_FAILURE 1 macro
/freebsd-11.0-release/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c242 if (nerror) exitstatus = EXIT_FAILURE;
259 _exit(EXIT_FAILURE);

Completed in 135 milliseconds

1234567891011>>