/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/ |
H A D | 2-1.c | 41 exit(PTS_UNRESOLVED); in handler() 47 exit(PTS_FAIL); in handler() 53 exit(PTS_FAIL); in handler()
|
H A D | 3-1.c | 43 exit(PTS_UNRESOLVED); in handler() 49 exit(PTS_FAIL); in handler() 55 exit(PTS_FAIL); in handler()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_linker.cpp | 503 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 D | multicall-busybox.rs | 2 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 D | commit_id.py | 33 sys.exit(usage) 44 sys.exit(0) 47 sys.exit(usage)
|
/third_party/skia/third_party/externals/icu/source/samples/numfmt/ |
H A D | capi.c | 42 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 D | socat.c | 73 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 D | check-libstdc++.py | 16 sys.exit (77) 37 sys.exit (77) 39 sys.exit (stat)
|
/third_party/python/Modules/clinic/ |
H A D | pwdmodule.c.h | 38 goto exit; in pwd_getpwnam() 41 goto exit; in pwd_getpwnam() 46 exit: in pwd_getpwnam()
|
H A D | spwdmodule.c.h | 29 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 D | fsx-linux.c | 279 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 D | MprotectApiTest.cpp | 63 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 D | ShmTest.cpp | 66 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 D | database.c | 93 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 D | metaparse.c | 152 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 D | locs.py | 139 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 D | jpegtran.c | 102 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 D | contextlib.py | 470 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 D | f2fs_format_main.c | 79 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 D | collect.c | 70 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 D | asm.c | 85 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 D | ns-tcpserver.c | 87 * 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 D | include.h | 167 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 D | msgstress04.c | 210 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 D | sigrelse01.c | 64 * 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...] |