Home
last modified time | relevance | path

Searched refs:exit (Results 701 - 725 of 6363) sorted by relevance

1...<<21222324252627282930>>...255

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
H A D2-1.c41 exit(PTS_UNRESOLVED); in handler()
47 exit(PTS_FAIL); in handler()
53 exit(PTS_FAIL); in handler()
H A D3-1.c43 exit(PTS_UNRESOLVED); in handler()
49 exit(PTS_FAIL); in handler()
55 exit(PTS_FAIL); in handler()
/third_party/musl/Benchmark/musl/
H A Dlibc_linker.cpp503 exit(-1); in DoDlsym()
513 exit(-1); in Bm_function_dlsym_libGLES_mali()
529 exit(-1); in Bm_function_dlclose()
/third_party/rust/crates/clap/examples/
H A Dmulticall-busybox.rs2 use std::process::exit;
43 Some(("false", _)) => exit(1), in main()
44 Some(("true", _)) => exit(0), in main()
/third_party/skia/third_party/externals/swiftshader/src/
H A Dcommit_id.py33 sys.exit(usage)
44 sys.exit(0)
47 sys.exit(usage)
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dcapi.c42 exit(1); in capi()
53 exit(1); in capi()
71 exit(1); in capi()
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
H A Dsocat.c73 exit (1); in zzuf_socat_start()
88 exit (1); in zzuf_socat_start()
96 exit (1); in zzuf_socat_start()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-libstdc++.py16 sys.exit (77)
37 sys.exit (77)
39 sys.exit (stat)
/third_party/python/Modules/clinic/
H A Dpwdmodule.c.h38 goto exit; in pwd_getpwnam()
41 goto exit; in pwd_getpwnam()
46 exit: in pwd_getpwnam()
H A Dspwdmodule.c.h29 goto exit; in spwd_getspnam()
32 goto exit; in spwd_getspnam()
37 exit: in spwd_getspnam()
/third_party/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c279 exit(67); in save_buffer()
323 exit(status); in report_failure()
402 exit(1); in get_tf()
416 exit(1); in assign_fd_policy()
438 exit(1); in open_test_files()
448 exit(91); in open_test_files()
505 exit(130); in check_trunc_hack()
522 exit(1); in alloc_tf_buf()
528 exit(1); in alloc_tf_buf()
533 exit( in alloc_tf_buf()
[all...]
/test/xts/acts/kernel_lite/mem_posix/src/
H A DMprotectApiTest.cpp63 exit(0); in HWTEST_F()
96 exit(0); in HWTEST_F()
133 exit(0); in HWTEST_F()
165 exit(0); in HWTEST_F()
203 exit(0); in HWTEST_F()
250 exit(failure); in HWTEST_F()
295 exit(failure); in HWTEST_F()
350 exit(0); in HWTEST_F()
394 exit(0); in HWTEST_F()
438 exit( in HWTEST_F()
[all...]
/test/xts/acts/kernel_lite/ipc_posix/shared_memory/
H A DShmTest.cpp66 exit(1); in HWTEST_F()
74 exit(1); in HWTEST_F()
78 exit(1); in HWTEST_F()
80 exit(exitCode); in HWTEST_F()
200 exit(1); in HWTEST_F()
204 exit(1); in HWTEST_F()
209 exit(1); in HWTEST_F()
217 exit(1); in HWTEST_F()
219 exit(exitCode); in HWTEST_F()
274 exit(exitCod in HWTEST_F()
[all...]
/third_party/libsnd/regtest/
H A Ddatabase.c93 exit (1) ; in db_open()
100 exit (1) ; in db_open()
209 exit (1) ; in db_add_file()
228 exit (0) ; in db_check_file()
301 exit (1) ; in get_ekey_from_filename()
327 exit (1) ; in get_filename_pathname_by_ekey()
357 exit (1) ; in check_file_by_ekey()
414 exit (1) ; in check_file_by_ekey()
439 exit (1) ; in get_filename_pathname()
454 exit ( in get_filename_pathname()
[all...]
/third_party/ltp/metadata/
H A Dmetaparse.c152 goto exit; in next_token2()
157 goto exit; in next_token2()
178 goto exit; in next_token2()
183 goto exit; in next_token2()
202 goto exit; in next_token2()
207 exit: in next_token2()
746 exit(1); in convert_str2int()
779 exit(1); in check_normalize_types()
827 exit(0); in print_help()
844 exit( in main()
[all...]
/third_party/node/deps/v8/tools/
H A Dlocs.py139 exit(1)
144 exit(1)
154 exit(1)
164 exit(1)
239 exit(1)
349 sys.exit('Lines must have no indentation or exactly four ' +
359 sys.exit('Unindented line must have a colon')
361 sys.exit('Missing empty line before new target')
390 exit(1)
458 sys.exit(Mai
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djpegtran.c102 fprintf(stderr, " -version Print version information and exit\n"); in usage()
107 exit(EXIT_FAILURE); in usage()
129 exit(EXIT_FAILURE); in select_transform()
188 exit(EXIT_FAILURE); in parse_switches()
213 exit(EXIT_FAILURE); in parse_switches()
229 exit(EXIT_FAILURE); in parse_switches()
257 exit(EXIT_SUCCESS); in parse_switches()
311 exit(EXIT_FAILURE); in parse_switches()
333 exit(EXIT_FAILURE); in parse_switches()
381 exit(EXIT_FAILUR in parse_switches()
[all...]
/third_party/python/Lib/
H A Dcontextlib.py470 def push(self, exit):
479 _cb_type = type(exit)
485 self._push_exit_callback(exit)
487 self._push_cm_exit(exit, exit_method)
488 return exit # Allow use as a decorator.
533 """Context manager for dynamic management of a stack of exit callbacks.
602 """Async context manager for dynamic management of a stack of exit
642 def push_async_exit(self, exit):
650 _cb_type = type(exit)
655 self._push_exit_callback(exit, Fals
[all...]
/third_party/f2fs-tools/mkfs/
H A Df2fs_format_main.c79 MSG(0, " -V print the version number and exit\n"); in mkfs_usage()
81 exit(1); in mkfs_usage()
283 exit(0); in f2fs_parse_options()
313 exit(1); in f2fs_parse_options()
318 exit(1); in f2fs_parse_options()
323 exit(1); in f2fs_parse_options()
328 exit(1); in f2fs_parse_options()
333 exit(1); in f2fs_parse_options()
/third_party/eudev/src/collect/
H A Dcollect.c70 exit(4); in sig_alrm()
376 goto exit; in main()
398 goto exit; in main()
401 goto exit; in main()
409 goto exit; in main()
417 goto exit; in main()
497 exit: in main()
/third_party/mesa3d/src/freedreno/afuc/
H A Dasm.c85 exit(2); in resolve_label()
191 exit(1); in emit_instructions()
212 exit(1); in emit_instructions()
261 exit(1); in emit_instructions()
303 exit(1); in emit_instructions()
307 exit(1); in emit_instructions()
367 exit(2); in usage()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c87 * the specified exit value.
90 * exit_value: exit value
115 exit(exit_value); in usage()
150 exit(EXIT_FAILURE); in set_signal_flag()
168 int status; /* exit value of a child */ in delete_zombies()
221 exit(EXIT_FAILURE); in create_listen_socket()
225 exit(EXIT_FAILURE); in create_listen_socket()
485 exit(exit_value); in handle_client()
535 int ret = EXIT_SUCCESS; /* exit value */ in main()
594 exit(EXIT_FAILUR in main()
[all...]
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dinclude.h167 exit(1); in clear_status()
209 exit(1); in tomoyo_test_init()
214 exit(1); in tomoyo_test_init()
221 exit(1); in tomoyo_test_init()
228 exit(1); in tomoyo_test_init()
234 exit(1); in tomoyo_test_init()
244 exit(1); in tomoyo_test_init()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
H A Dmsgstress04.c210 exit(dotest(key, i)); in dotest_iteration()
220 "Child exit status = %d", status >> 8); in dotest_iteration()
257 exit(FAIL); in cleanup_msgqueue()
287 exit(doreader(key, tid, getpid(), in dotest()
305 exit(dowriter(key, tid, rkidarray[i], in dotest()
315 printf("Child exit status = %d from child group %d\n", in dotest()
366 exit(FAIL); in term()
374 exit(PASS); in term()
378 exit(FAIL); in term()
/third_party/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c64 * wait for child to terminate and check exit value
66 * if exit value is EXIT_OK
72 * else if exit is SIG_CAUGHT then BROK (signal caught
74 * else if exit is WRITE_BROK then BROK (write() to pipe failed)
75 * else if exit is HANDLE_ERR then BROK (error in child's
77 * else unexpected exit value - BROK
81 * set up to catch all catchable signals (exit SIG_CAUGHT
91 * and exit HANDLE_ERR if an error occurs)
94 * exit EXIT_OK
145 #define CHILD_EXIT(VAL) ((VAL >> 8) & 0377) /* exit valu
[all...]

Completed in 16 milliseconds

1...<<21222324252627282930>>...255