HomeSort by: relevance | last modified time | path
    Searched defs:EXIT_SUCCESS (Results 1 - 25 of 110) sorted by relevancy

1 2 3 4 5

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
exit.h 25 #ifndef EXIT_SUCCESS
26 # define EXIT_SUCCESS 0
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
exit.h 25 #ifndef EXIT_SUCCESS
26 # define EXIT_SUCCESS 0
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
exit.h 25 #ifndef EXIT_SUCCESS
26 # define EXIT_SUCCESS 0
  /src/external/gpl2/texinfo/dist/lib/
xexit.c 26 EXIT_SUCCESS without the other. */
27 #ifdef EXIT_SUCCESS
35 #else /* not EXIT_SUCCESS */
37 # define EXIT_SUCCESS 1
40 # define EXIT_SUCCESS 0
43 #endif /* not EXIT_SUCCESS */
65 exit_status = exit_status == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
  /src/external/gpl2/xcvs/dist/lib/
exit.h 25 #ifndef EXIT_SUCCESS
26 # define EXIT_SUCCESS 0
  /src/external/bsd/openldap/dist/include/ac/
stdlib.h 35 #ifndef EXIT_SUCCESS
36 # define EXIT_SUCCESS 0
  /src/tests/kernel/kqueue/
t_proc3.c 72 _exit(EXIT_SUCCESS);
78 ATF_REQUIRE_EQ(WEXITSTATUS(status), EXIT_SUCCESS);
t_proc2.c 55 _exit(EXIT_SUCCESS);
79 _exit(EXIT_SUCCESS);
125 ATF_REQUIRE_EQ(WEXITSTATUS(status), EXIT_SUCCESS);
  /src/tests/kernel/
t_proccwd.c 140 _exit(EXIT_SUCCESS);
144 ATF_REQUIRE_EQ(WEXITSTATUS(status), EXIT_SUCCESS);
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-strtol.c 47 #ifndef EXIT_SUCCESS
48 #define EXIT_SUCCESS 0
183 exit (fails ? EXIT_FAILURE : EXIT_SUCCESS);
test-expandargv.c 47 #ifndef EXIT_SUCCESS
48 #define EXIT_SUCCESS 0
458 exit (EXIT_SUCCESS);
test-pexecute.c 72 #ifndef EXIT_SUCCESS
73 #define EXIT_SUCCESS 0
252 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_SUCCESS)
313 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
314 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
331 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
332 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
349 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
350 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
377 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-strtol.c 47 #ifndef EXIT_SUCCESS
48 #define EXIT_SUCCESS 0
183 exit (fails ? EXIT_FAILURE : EXIT_SUCCESS);
test-expandargv.c 47 #ifndef EXIT_SUCCESS
48 #define EXIT_SUCCESS 0
458 exit (EXIT_SUCCESS);
test-doubly-linked-list.c 7 #ifndef EXIT_SUCCESS
8 #define EXIT_SUCCESS 0
275 exit (failures ? EXIT_FAILURE : EXIT_SUCCESS);
test-pexecute.c 72 #ifndef EXIT_SUCCESS
73 #define EXIT_SUCCESS 0
252 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_SUCCESS)
313 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
314 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
331 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
332 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
349 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
350 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
377 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
    [all...]
  /src/include/
stdlib.h 87 #define EXIT_SUCCESS 0
  /src/tests/usr.sbin/inetd/
t_inetd.c 283 ATF_REQUIRE_EQ_MSG(WEXITSTATUS(status), EXIT_SUCCESS,
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
compat.h 216 # define EXIT_SUCCESS 0
  /src/external/gpl2/diffutils/dist/src/
system.h 196 #ifndef EXIT_SUCCESS
197 # define EXIT_SUCCESS 0
  /src/external/gpl2/gmake/dist/
make.h 241 #ifndef EXIT_SUCCESS
242 # define EXIT_SUCCESS 0
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdlib.h 707 #ifndef EXIT_SUCCESS
708 # define EXIT_SUCCESS 0
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdlib.h 707 #ifndef EXIT_SUCCESS
708 # define EXIT_SUCCESS 0
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
stdlib.h 707 #ifndef EXIT_SUCCESS
708 # define EXIT_SUCCESS 0
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
stdlib.h 707 #ifndef EXIT_SUCCESS
708 # define EXIT_SUCCESS 0

Completed in 44 milliseconds

1 2 3 4 5