OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exit
(Results
626 - 650
of
2536
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/bison/src/
complain.c
133
exit
(EXIT_FAILURE);
149
exit
(EXIT_FAILURE);
/external/clang/test/Sema/
return.c
195
void
exit
(int);
197
exit
(1);
/external/dropbear/
cli-authpasswd.c
79
exit
(1);
84
exit
(1);
/external/dropbear/libtomcrypt/demos/
hashsum.c
31
exit
(EXIT_SUCCESS);
111
exit
(EXIT_FAILURE);
/external/e2fsprogs/lib/ss/
pager.c
89
exit
(1);
151
exit
(errno);
/external/e2fsprogs/lib/uuid/
uuid_time.c
129
exit
(1);
133
exit
(1);
/external/icu4c/allinone/
icucheck.bat
13
exit
/b 1
18
exit
/b 1
116
exit
/b 0
122
exit
/b
/external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java
89
if (tb.
exit
!= null) {
90
for (int i = 0; i < tb.
exit
.length; i++) {
91
TypedBlock e = (TypedBlock)tb.
exit
[i];
131
if (tb.
exit
== null)
135
for (int i = 0; i < tb.
exit
.length; i++) {
136
TypedBlock e = (TypedBlock)tb.
exit
[i];
146
for (int i = 0; i < tb.
exit
.length; i++) {
147
TypedBlock e = (TypedBlock)tb.
exit
[i];
/external/jpeg/
cjpeg.c
194
exit
(EXIT_FAILURE);
254
exit
(EXIT_FAILURE);
310
exit
(EXIT_FAILURE);
327
exit
(EXIT_FAILURE);
395
exit
(EXIT_FAILURE);
541
exit
(EXIT_FAILURE);
552
exit
(EXIT_FAILURE);
604
exit
(jerr.num_warnings ? EXIT_WARNING : EXIT_SUCCESS);
/external/libmtp/examples/
thumb.c
39
exit
(0);
82
exit
(1);
/external/libpng/contrib/pngminus/
png2pnm.c
88
exit
(1);
94
exit
(0);
100
exit
(1);
110
exit
(1);
119
exit
(1);
127
exit
(1);
148
exit
(1);
311
exit
(1);
/external/linux-tools-perf/bench/
sched-pipe.c
93
exit
(0);
124
exit
(1);
/external/llvm/include/llvm/Analysis/
RegionInfo.h
10
// Calculate a program structure tree built out of single entry single
exit
143
/// @brief A single entry single
exit
Region.
154
/// BasicBlocks that merge several entry or
exit
edges so that after the merge
155
/// just one entry and one
exit
edge exists.
161
/// The \e
Exit
of a Region is the first BasicBlock that is passed after
162
/// leaving the Region. It is not an element of the Region. The
exit
BasicBlock,
215
// The
exit
BasicBlock of this region.
217
BasicBlock *
exit
;
member in class:llvm::Region
246
/// @param
Exit
The
exit
basic block of the region
[
all
...]
/external/netperf/
netcpu_looper.c
305
exit
(1);
311
exit
(1);
320
exit
(1);
341
exit
(1);
359
exit
(1);
367
/* we should never really get here, but if we do, just
exit
(0) */
368
exit
(0);
390
exit
(1);
406
exit
(1);
/external/openssl/crypto/pkcs7/
sign.c
148
exit
(0);
152
exit
(1);
/external/oprofile/libpopt/
poptparse.c
79
goto
exit
;
90
if (argv == NULL) goto
exit
;
103
goto
exit
;
118
exit
:
/external/qemu/distrib/jpeg-6b/
cjpeg.c
194
exit
(EXIT_FAILURE);
254
exit
(EXIT_FAILURE);
310
exit
(EXIT_FAILURE);
327
exit
(EXIT_FAILURE);
395
exit
(EXIT_FAILURE);
541
exit
(EXIT_FAILURE);
552
exit
(EXIT_FAILURE);
604
exit
(jerr.num_warnings ? EXIT_WARNING : EXIT_SUCCESS);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
main.c
82
exit
(2);
157
exit
(1);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
main.c
82
exit
(2);
157
exit
(1);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
main.c
82
exit
(2);
157
exit
(1);
/external/valgrind/main/helgrind/tests/
tc08_hbl2.c
127
exit
(1);
137
exit
(1);
tc11_XCHG.c
119
exit
(1);
127
exit
(1);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c
214
exit
(1);
227
exit
(1);
234
exit
(1);
240
exit
(1);
246
exit
(1);
256
exit
(1);
270
exit
(1);
277
exit
(1);
283
exit
(1);
289
exit
(1)
[
all
...]
/system/core/run-as/
run-as.c
46
* or you are sure to
exit
.
85
exit
(1);
98
exit
(1);
/system/core/toolbox/
chmod.c
30
exit
(1);
39
exit
(1);
52
fprintf(stderr, " --help display this help and
exit
\n");
Completed in 1493 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>