/kernel/linux/linux-6.6/tools/testing/selftests/sched/ |
H A D | cs_prctl_test.c | 101 exit(EXIT_FAILURE); in __handle_error() 109 exit(rc); in handle_usage() 258 exit(EXIT_SUCCESS); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | dynptr_success.c | 397 goto exit; in test_dynptr_is_null() 403 goto exit; in test_dynptr_is_null() 406 exit: in test_dynptr_is_null()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/ |
H A D | sigfuz.c | 195 /* Clear exit for process that segfaults */ in seg_signal_handler() 196 exit(0); in seg_signal_handler() 232 exit(0); in sigfuz_test() 285 exit(-1); in show_help()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_stat.c | 139 goto exit; in stat_seq_init() 143 goto exit; in stat_seq_init() 160 exit: in stat_seq_init()
|
/kernel/linux/linux-6.6/tools/accounting/ |
H A D | procacct.c | 4 * Demonstrator of fetching resource data on task exit, as a way 57 exit(code); \ 309 exit(-1); in main() 323 exit(1); in main()
|
/test/xts/hats/hdf/usb/deviceTest/common/ |
H A D | usbd_device_test.cpp | 50 exit(0); in SetUpTestCase() 58 exit(0); in SetUpTestCase() 64 exit(0); in SetUpTestCase()
|
/third_party/ffmpeg/doc/examples/ |
H A D | demuxing_decoding.c | 239 exit(1); in main() 248 exit(1); in main() 254 exit(1); in main()
|
/third_party/glfw/tests/ |
H A D | joysticks.c | 183 exit(EXIT_FAILURE); in main() 192 exit(EXIT_FAILURE); in main() 344 exit(EXIT_SUCCESS); in main()
|
/third_party/glfw/examples/ |
H A D | wave.c | 401 exit(EXIT_FAILURE); in main() 407 exit(EXIT_FAILURE); in main() 461 exit(EXIT_SUCCESS); in main()
|
/third_party/curl/lib/ |
H A D | curl_ntlm_wb.c | 218 exit(1); in ntlm_wb_init() 224 exit(1); in ntlm_wb_init() 244 exit(1); in ntlm_wb_init()
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
H A D | __main__.py | 144 exit(1) 301 sys.exit(1) 360 exit(main(sys.argv[1:]))
|
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client.py | 339 sys.exit("Failed to connect to the JerryScript debugger.") 341 sys.exit("Connection closed.") 343 sys.exit("Failed to connect to the JerryScript debugger.\nError: %s" % (MSG))
|
/third_party/mesa3d/src/amd/registers/ |
H A D | parse_kernel_headers.py | 874 sys.exit(1) 878 sys.exit(1) 883 sys.exit(0)
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest02.c | 150 exit(0); in main() 166 tst_resm(TFAIL, "Test{%d} failed, expected 0 exit.", in main() 207 exit(1); in main() 224 exit(1); in main()
|
/third_party/ltp/lib/ |
H A D | parse_opts.c | 220 exit(0); in parse_opts() 604 exit(1); in main() 618 exit(0); in main()
|
/third_party/node/test/internet/ |
H A D | test-dgram-multicast-set-interface-lo.js | 101 process.exit(1); 124 worker.on('exit', (code) => { 126 // successfully or if the exit code is 0. 143 process.exit(1); 277 closecb = () => process.exit();
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | global.c | 13 exit(1); in get_export_global() 21 exit(1); in get_export_func() 30 exit(1); \
|
/third_party/node/tools/gyp/ |
H A D | test_gyp.py | 51 "-l", "--list", action="store_true", help="list available tests and exit" 98 sys.exit(1) 104 sys.exit(0) 261 sys.exit(main())
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/ |
H A D | test_gyp.py | 51 "-l", "--list", action="store_true", help="list available tests and exit" 98 sys.exit(1) 104 sys.exit(0) 261 sys.exit(main())
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress01.c | 198 exit(0); in child_mapper() 304 exit(0); in run() 315 tst_brk(TBROK, "child exit with err <x%x>", in run() 327 exit(0); in run()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-igmp_querier.c | 81 * the specified exit value. 84 * exit_value: exit value 107 exit(exit_value); in usage() 137 exit(EXIT_FAILURE); in set_signal_flag() 487 exit(EXIT_SUCCESS); in main()
|
H A D | ns-mcast_join.c | 87 * the specified exit value. 90 * exit_value: exit value 125 exit(exit_value); in usage() 155 exit(EXIT_FAILURE); in set_signal_flag() 518 exit(EXIT_SUCCESS); in main()
|
/third_party/ltp/testcases/kernel/mem/vmtests/ |
H A D | data_space.c | 162 exit(0); in runtest() 180 tst_resm(TFAIL, "\tTest failed, expected 0 exit."); in runtest() 238 * work we just exit with zero status as long as we are 448 * Child - exit. 461 exit(0); in term() 468 exit(1); in chld()
|
/third_party/libfuse/lib/ |
H A D | mount_util.c | 124 exit(1); in add_mount() 188 exit(1); in exec_umount() 255 exit(1); in remove_mount()
|
/third_party/node/deps/openssl/openssl/ |
H A D | e_os.h | 160 # define EXIT(n) exit(n) 194 * some programs don't include stdlib, so exit() and others give implicit 230 # define EXIT(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1) 244 # define EXIT(n) exit(n)
|