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

1 2 3 4 5 6 7 8 91011>>

  /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/xcvs/dist/lib/
exit.h 25 #ifndef EXIT_SUCCESS
26 # define EXIT_SUCCESS 0
  /src/external/bsd/atf/dist/atf-c++/detail/
version_helper.cpp 40 return EXIT_SUCCESS;
  /src/external/bsd/atf/dist/tools/
bad_metadata_helper.c 37 return EXIT_SUCCESS;
  /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/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
linkD.c 10 if (!lib_init()) return EXIT_SUCCESS;
11 const int res = runTests() ? EXIT_SUCCESS : EXIT_FAILURE;
  /src/external/bsd/atf/dist/atf-c/detail/
version_helper.c 42 return EXIT_SUCCESS;
  /src/tests/fs/psshfs/
h_have_puffs.c 43 exitcode = EXIT_SUCCESS;
47 exitcode = EXIT_SUCCESS;
50 exitcode = EXIT_SUCCESS;
  /src/crypto/external/bsd/openssl.old/dist/test/
rsa_complex.c 26 return EXIT_SUCCESS;
memleaktest.c 52 return TEST_int_eq(lost != NULL, noleak == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
54 return EXIT_SUCCESS;
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-layout.c 23 return (EXIT_SUCCESS);
  /src/external/bsd/openldap/dist/include/ac/
stdlib.h 35 #ifndef EXIT_SUCCESS
36 # define EXIT_SUCCESS 0
  /src/external/lgpl2/userspace-rcu/dist/tests/unit/
get_cpu_mask_from_sysfs.c 29 return EXIT_SUCCESS;
38 return EXIT_SUCCESS;
get_max_cpuid_from_sysfs.c 28 return EXIT_SUCCESS;
37 return EXIT_SUCCESS;
  /src/crypto/external/apache2/openssl/dist/test/
rsa_complex.c 31 return EXIT_SUCCESS;
memleaktest.c 38 int exitcode = EXIT_SUCCESS;
57 exitcode = EXIT_SUCCESS;
  /src/crypto/external/bsd/openssl/dist/test/
rsa_complex.c 31 return EXIT_SUCCESS;
memleaktest.c 38 int exitcode = EXIT_SUCCESS;
57 exitcode = EXIT_SUCCESS;
  /src/external/bsd/lutok/dist/examples/
hello.cpp 57 return EXIT_SUCCESS;
  /src/sys/arch/atari/stand/tostools/aptck/
aptck.in 45 xexit(EXIT_SUCCESS);
65 xexit(EXIT_SUCCESS);
107 rv = EXIT_SUCCESS;
  /src/external/bsd/libproc/dist/tests/
target_prog.c 53 return (EXIT_SUCCESS);
59 return (saw == 1 ? EXIT_SUCCESS : EXIT_FAILURE);
  /src/regress/sys/kern/sa/sa1/
sa1.c 45 exit(EXIT_SUCCESS);
  /src/tests/lib/libc/stdio/
h_makenumbers.c 18 return EXIT_SUCCESS;

Completed in 125 milliseconds

1 2 3 4 5 6 7 8 91011>>