HomeSort by relevance Sort by last modified time
    Searched refs:EXIT_FAILURE (Results 1 - 25 of 345) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/lib/
exit.h 28 #ifndef EXIT_FAILURE
29 # define EXIT_FAILURE 1
exitfail.c 27 int volatile exit_failure = EXIT_FAILURE; variable
  /ndk/sources/host-tools/sed-4.2.1/lib/
exitfail.c 24 int volatile exit_failure = EXIT_FAILURE; variable
  /external/oprofile/libutil++/tests/
cached_value_tests.cpp 41 return EXIT_FAILURE;
46 return EXIT_FAILURE;
51 return EXIT_FAILURE;
56 return EXIT_FAILURE;
61 return EXIT_FAILURE;
76 return EXIT_FAILURE;
  /external/dropbear/libtomcrypt/demos/
test.c 20 printf("\nstore_test...."); fflush(stdout); x = store_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
21 printf("\ncipher_test..."); fflush(stdout); x = cipher_hash_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
22 printf("\nmodes_test...."); fflush(stdout); x = modes_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
23 printf("\nder_test......"); fflush(stdout); x = der_tests(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
24 printf("\nmac_test......"); fflush(stdout); x = mac_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
25 printf("\npkcs_1_test..."); fflush(stdout); x = pkcs_1_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
26 printf("\nrsa_test......"); fflush(stdout); x = rsa_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
27 printf("\necc_test......"); fflush(stdout); x = ecc_tests(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
28 printf("\ndsa_test......"); fflush(stdout); x = dsa_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
29 printf("\nkatja_test...."); fflush(stdout); x = katja_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
    [all...]
multi.c 21 return EXIT_FAILURE;
27 return EXIT_FAILURE;
33 return EXIT_FAILURE;
43 return EXIT_FAILURE;
49 return EXIT_FAILURE;
55 return EXIT_FAILURE;
65 return EXIT_FAILURE;
71 return EXIT_FAILURE;
77 return EXIT_FAILURE;
87 return EXIT_FAILURE;
    [all...]
  /external/jpeg/
rdgif.c 34 exit(EXIT_FAILURE);
  /external/qemu/distrib/jpeg-6b/
rdgif.c 34 exit(EXIT_FAILURE);
  /external/bison/djgpp/
subpipe.c 66 error (EXIT_FAILURE, 0, _("removing of `%s' failed"), (name)); \
78 error(EXIT_FAILURE, 0, _("creation of a temporary file failed"));
84 error(EXIT_FAILURE, 0, _("creation of a temporary file failed"));
119 error(EXIT_FAILURE, 0, _("saving stdin failed"));
123 error(EXIT_FAILURE, 0, _("saving stdout failed"));
145 error(EXIT_FAILURE, 0, _("opening of tmpfile failed"));
149 error(EXIT_FAILURE, 0, _("redirecting bison's stdout to the temporary file failed"));
189 error(EXIT_FAILURE, 0, _("opening of tmpfile failed"));
193 error(EXIT_FAILURE, 0, _("redirecting m4's stdin from the temporary file failed"));
204 error(EXIT_FAILURE, 0, _("opening of a temporary file failed"))
    [all...]
  /external/oprofile/libutil/tests/
file_tests.c 51 exit(EXIT_FAILURE);
57 exit(EXIT_FAILURE);
63 exit(EXIT_FAILURE);
  /external/webkit/Source/WebKit2/mac/
MainMac.cpp 45 return EXIT_FAILURE;
50 return EXIT_FAILURE;
57 return EXIT_FAILURE;
  /system/extras/tests/bionic/libc/common/
test_strftime_2039.c 19 exit(EXIT_FAILURE);
26 exit(EXIT_FAILURE);
32 exit(EXIT_FAILURE);
  /frameworks/compile/linkloader/tests/stubs/
stub-layout-test.cpp 38 exit(EXIT_FAILURE);
43 exit(EXIT_FAILURE);
  /external/elfutils/tests/
ecp.c 37 error (EXIT_FAILURE, 0, "usage: %s FROMNAME TONAME", argv[0]);
43 error (EXIT_FAILURE, errno, "cannot open input file '%s'", argv[1]);
47 error (EXIT_FAILURE, 0, "problems opening '%s' as ELF file: %s",
52 error (EXIT_FAILURE, errno, "cannot open output file '%s'", argv[2]);
56 error (EXIT_FAILURE, 0, "problems opening '%s' as ELF file: %s",
70 error (EXIT_FAILURE, 0, "cannot create program header: %s",
95 error (EXIT_FAILURE, 0, "elf_update failed: %s", elf_errmsg (-1));
  /system/extras/ext4_utils/
make_ext4fs_main.c 102 exit(EXIT_FAILURE);
129 exit(EXIT_FAILURE);
135 exit(EXIT_FAILURE);
142 exit(EXIT_FAILURE);
148 exit(EXIT_FAILURE);
154 exit(EXIT_FAILURE);
160 exit(EXIT_FAILURE);
171 exit(EXIT_FAILURE);
178 return EXIT_FAILURE;
  /external/valgrind/main/none/tests/
pth_atfork1.c 83 error (EXIT_FAILURE, 0, "cannot create thread");
88 error(EXIT_FAILURE, 0, "pthread_join res != 0" );
108 error (EXIT_FAILURE, errno, "cannot fork");
111 error (EXIT_FAILURE, errno, "wrong child");
114 error (EXIT_FAILURE, 0, "Child terminated incorrectly");
  /external/elfutils/lib/
xmalloc.c 51 error (EXIT_FAILURE, 0, _("memory exhausted"));
65 error (EXIT_FAILURE, 0, _("memory exhausted"));
79 error (EXIT_FAILURE, 0, _("memory exhausted"));
  /system/core/toolbox/
reboot.c 33 exit(EXIT_FAILURE);
39 exit(EXIT_FAILURE);
54 exit(EXIT_FAILURE);
  /external/elfutils/libcpu/
i386_gendis.c 53 error (EXIT_FAILURE, 0, "usage: %s <MNEDEFFILE>", argv[0]);
63 error (EXIT_FAILURE, errno, "cannot open %s", argv[1]);
  /external/dropbear/libtomcrypt/testprof/
test_driver.c 8 exit(EXIT_FAILURE);
  /external/oprofile/libregex/tests/
regex_test.cpp 78 exit(EXIT_FAILURE);
85 return EXIT_FAILURE;
89 return EXIT_FAILURE;
92 return nr_error ? EXIT_FAILURE : EXIT_SUCCESS;
  /external/oprofile/pp/
oparchive_options.cpp 68 exit(EXIT_FAILURE);
73 exit(EXIT_FAILURE);
87 exit(EXIT_FAILURE);
117 exit(EXIT_FAILURE);
  /external/webkit/Tools/TestWebKitAPI/win/
main.cpp 43 return passed ? EXIT_SUCCESS : EXIT_FAILURE;
  /system/extras/fatblock/
utils.c 41 exit(EXIT_FAILURE);
  /frameworks/compile/linkloader/android/
test-librsloader.c 71 exit(EXIT_FAILURE);
77 exit(EXIT_FAILURE);
84 exit(EXIT_FAILURE);
93 exit(EXIT_FAILURE);
100 exit(EXIT_FAILURE);

Completed in 519 milliseconds

1 2 3 4 5 6 7 8 91011>>