/third_party/elfutils/tests/ |
H A D | elfshphehdr.c | 39 exit (-1); in check() 51 exit (-1); in check_elf()
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_exec.c | 244 exit(1); in uc_mgr_exec() 265 exit(1); in uc_mgr_exec()
|
/third_party/backends/include/sane/ |
H A D | sanei_backend.h | 127 extern void ENTRY(exit) (void); 148 #define sane_exit(a) ENTRY(exit) (a)
|
/third_party/backends/testsuite/sanei/ |
H A D | test_wire.c | 40 --help display this message and exit\n\ in usage() 52 exit (code); in usage() 112 exit (0); in main()
|
/third_party/benchmark/tools/gbench/ |
H A D | util.py | 82 If the file is classified as 'IT_Invalid' print an error message and exit 88 sys.exit(1) 182 sys.exit(exitCode)
|
/third_party/libsnd/tests/ |
H A D | compression_size_test.c | 84 exit (1) ; in vorbis_test() 190 exit (0) ; in main()
|
/third_party/libunwind/libunwind/tests/ |
H A D | Gtest-dyn1.c | 47 { fprintf (stderr, args); exit (-1); } 158 exit (0); in sighandler()
|
/third_party/libsnd/src/G72x/ |
H A D | g72x_test.c | 61 exit (1) ; in main() 139 exit (1) ; in g723_test()
|
/third_party/mbedtls/3rdparty/p256-m/ |
H A D | p256-m_driver_entrypoints.c | 297 goto exit; in p256_transparent_verify_hash() 308 exit: in p256_transparent_verify_hash()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | platform.h | 93 #define MBEDTLS_PLATFORM_STD_EXIT exit /**< The default \c exit function to use. */ 99 #define MBEDTLS_PLATFORM_STD_EXIT_SUCCESS EXIT_SUCCESS /**< The default exit value to use. */ 102 #define MBEDTLS_PLATFORM_STD_EXIT_FAILURE EXIT_FAILURE /**< The default exit value to use. */ 350 * The function pointers for exit 356 * \brief This function dynamically configures the exit 360 * \param exit_func The \c exit function implementation. 370 #define mbedtls_exit exit 375 * The default exit values
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec-mempool.c | 281 exit(1); in dump_cp_mem_pool() 301 exit(1); in dump_cp_mem_pool()
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
H A D | cpuctl_def_task02.c | 76 /* Report exit status */ in cleanup() 233 exit(0); /* This task is done its job */ in main() 240 exit(0); in main()
|
H A D | cpuctl_test02.c | 77 tst_exit(); /* Report exit status */ in cleanup() 225 exit(0); /* This task is done with its job */ in main() 238 exit(0); in main()
|
H A D | cpuctl_test04.c | 77 tst_exit(); /* Report exit status */ in cleanup() 231 exit(0); /* This task is done with its job */ in main() 234 exit(0); /* This task is done with its job */ in main()
|
/third_party/ltp/testcases/kernel/controllers/memcg/ |
H A D | memcontrol03.c | 110 exit(0); in alloc_anon_in_child() 128 expect_oom ? "be killed" : "exit(0)", in alloc_anon_in_child() 150 exit(0); in alloc_pagecache_in_child()
|
H A D | memcontrol04.c | 103 exit(0); in alloc_anon_in_child() 122 exit(0); in alloc_pagecache_in_child()
|
/third_party/littlefs/scripts/ |
H A D | changeprefix.py | 101 sys.exit(1) 179 sys.exit(main(**{k: v
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | databin.c | 160 exit(2); in main() 268 exit(0); in main()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | quad-tex.c | 184 exit(1); in init() 219 exit(1); in args()
|
H A D | tex-swizzle.c | 148 exit(5); in init_tex() 166 exit(1); in init()
|
/third_party/node/deps/v8/tools/ |
H A D | run-wasm-api-tests.py | 86 sys.exit(1) 168 sys.exit(Main(sys.argv))
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get_hash_generator.py | 136 exit(1) 196 exit(1)
|
/third_party/node/deps/npm/node_modules/signal-exit/dist/mjs/ |
H A D | index.js | 16 const kExitEmitter = Symbol.for('signal-exit emitter'); 23 exit: false, 27 exit: [], 69 if (ev === 'exit') { 116 // If there are no other listeners, an exit is coming! 122 // This is a workaround for the fact that signal-exit v3 and signal 123 // exit v4 are not aware of each other, and each will attempt to let 126 // of signal-exit, and increment by the count of listeners it has 137 const ret = this.#emitter.emit('exit', null, sig); 158 const ev = opts?.alwaysLast ? 'afterExit' : 'exit'; [all...] |
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
H A D | erst-inject.c | 67 exit(-1); in error_exit() 209 exit(0); in main()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl04.c | 91 "SECCOMP_MODE_FILTER doesn't permit exit()"}, 94 "SECCOMP_MODE_FILTER doesn't permit exit()"} 108 exit(0); in check_filter_mode_inherit() 187 exit(0); in check_filter_mode() 218 "SECCOMP_MODE_FILTER permits exit() unexpectedly"); in verify_prctl()
|