Searched refs:exit (Results 1 - 25 of 1469) sorted by relevance

1234567891011>>

/external/e2fsprogs/lib/blkid/
H A Dtst_types.c23 exit(1);
28 exit(1);
33 exit(1);
38 exit(1);
43 exit(1);
48 exit(1);
53 exit(1);
58 exit(1);
61 exit(0);
/external/e2fsprogs/lib/ext2fs/
H A Dtst_types.c23 exit(1);
28 exit(1);
33 exit(1);
38 exit(1);
43 exit(1);
48 exit(1);
53 exit(1);
58 exit(1);
61 exit(0);
H A Dtst_super_size.c24 exit(1);
26 exit(0);
/external/valgrind/main/none/tests/
H A Dfcntl_setown.c14 exit(1);
20 exit(1);
26 exit(1);
29 exit(0);
H A Dmap_unaligned.c13 exit( 1 );
19 exit( 1 );
28 exit( 1 );
34 exit( 1 );
37 exit( 0 );
H A Dexecve.c14 exit(1);
18 exit(0);
H A Dmq.c30 exit(0);
32 exit(1);
40 exit(1);
48 exit(1);
56 exit(1);
64 exit(1);
77 exit(1);
85 exit(1);
93 exit(1);
100 exit(
[all...]
/external/valgrind/main/none/tests/x86/
H A Dint.c7 exit(0);
/external/bluetooth/bluez/src/
H A Dplugin.h32 void (*exit) (void); member in struct:bluetooth_plugin_desc
36 #define BLUETOOTH_PLUGIN_DEFINE(name, version, priority, init, exit) \
38 #name, version, priority, init, exit \
41 #define BLUETOOTH_PLUGIN_DEFINE(name, version, priority, init, exit) \
45 #name, version, priority, init, exit \
/external/valgrind/main/none/tests/amd64/
H A Dnibz_bennee_mmap.c39 exit(1);
44 exit(1);
50 exit(1);
56 exit(1);
60 exit(0);
/external/chromium/sdch/open-vcdiff/src/
H A Dlogging.cc17 #include <stdlib.h> // exit
24 static void DefaultExitFatal() { exit(1); }
/external/ppp/pppd/
H A Dopenssl-hash.c29 exit(1);
34 exit(1);
39 exit(1);
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dbug133694.c12 exit(1);
18 exit(1);
24 exit(1);
30 exit(1);
34 exit(0);
/external/webkit/Source/WebCore/platform/network/win/
H A DDownloadBundleWin.cpp74 goto exit;
79 goto exit;
83 goto exit;
88 goto exit;
94 goto exit;
98 exit:
124 goto exit;
130 goto exit;
132 goto exit;
137 goto exit;
[all...]
/external/dropbear/libtomcrypt/demos/
H A Dtest.c20 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_FAILUR
[all...]
/external/elfutils/tests/
H A Darextract.c38 exit (1);
45 exit (1);
57 exit (1);
64 exit (1);
76 exit (1);
90 exit (1);
98 exit (1);
113 exit (1);
124 exit (1);
131 exit (
[all...]
H A Darsymtest.c33 exit (1);
40 exit (1);
48 exit (1);
59 exit (1);
66 exit (1);
74 exit (1);
90 exit (1);
98 exit (1);
106 exit (1);
117 exit (
[all...]
/external/openssl/crypto/
H A Do_dir_test.c61 exit(1);
67 exit(2);
69 exit(0);
/external/chromium/build/
H A Ddir_exists.py10 sys.exit(0)
/external/e2fsprogs/e2fsck/
H A Dextend.c23 exit(1);
44 exit(1);
51 exit(1);
58 exit(1);
63 exit(1);
68 exit(1);
73 exit(1);
78 exit(1);
80 exit(0);
/external/e2fsprogs/tests/progs/
H A Dhold_inode.c28 exit(1);
33 exit(1);
38 exit(1);
43 exit(1);
/external/jpeg/
H A Drdgif.c34 exit(EXIT_FAILURE);
/external/llvm/projects/sample/tools/sample/
H A Dmain.c12 exit (0);
/external/oprofile/libutil/
H A Dop_version.c23 exit(EXIT_SUCCESS);
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dmillion.S18 exit: label
19 li 3,0 # 0 exit value
20 li 0,1 # put the exit syscall number (1) in r0
21 sc # and exit

Completed in 734 milliseconds

1234567891011>>