Home
last modified time | relevance | path

Searched refs:EXIT_SUCCESS (Results 1 - 25 of 334) sorted by relevance

12345678910>>...14

/third_party/eudev/src/udev/
H A Dudevadm-settle.c88 return EXIT_SUCCESS; in adm_settle()
120 return EXIT_SUCCESS; in adm_settle()
136 rc = EXIT_SUCCESS; in adm_settle()
142 rc = EXIT_SUCCESS; in adm_settle()
148 rc = EXIT_SUCCESS; in adm_settle()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c179 if (status != EXIT_SUCCESS) { in delete_zombies()
297 int ret = EXIT_SUCCESS; /* The return value of this function */ in communicate_client()
382 int ret = EXIT_SUCCESS; /* return value of this function */ in handle_client()
508 if (ret != EXIT_SUCCESS) in handle_client()
535 int ret = EXIT_SUCCESS; /* exit value */ in main()
603 usage(program_name, EXIT_SUCCESS); in main()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_tab_autogen.cpp317 # if !defined _ALLOCA_H && !defined EXIT_SUCCESS
319 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
320 # ifndef EXIT_SUCCESS
321 # define EXIT_SUCCESS 0 macro
348 # if (defined __cplusplus && !defined EXIT_SUCCESS && \
351 # ifndef EXIT_SUCCESS
352 # define EXIT_SUCCESS 0 macro
357 # if !defined malloc && !defined EXIT_SUCCESS
363 # if !defined free && !defined EXIT_SUCCESS
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp340 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS
342 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
343 # ifndef EXIT_SUCCESS
344 # define EXIT_SUCCESS 0 macro
367 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
371 # ifndef EXIT_SUCCESS
372 # define EXIT_SUCCESS 0 macro
377 # if ! defined malloc && ! defined EXIT_SUCCESS
383 # if ! defined free && ! defined EXIT_SUCCESS
/third_party/rust/crates/rustix/src/process/
H A Dexit.rs3 /// `EXIT_SUCCESS` for use with [`exit`].
13 pub const EXIT_SUCCESS: i32 = backend::process::types::EXIT_SUCCESS; consts
/third_party/musl/libc-test/src/functionalext/supplement/exit/
H A Dquick_exit.c36 quick_exit(EXIT_SUCCESS); in quick_exit_0100()
40 EXPECT_EQ("quick_exit_0100", EXIT_SUCCESS, WEXITSTATUS(status)); in quick_exit_0100()
/third_party/libinput/tools/
H A Dlibinput-tool.c94 return EXIT_SUCCESS; in main()
97 return EXIT_SUCCESS; in main()
/third_party/musl/libc-test/src/functionalext/supplement/exit/exit_gtest/
H A Dexit_quick_exit_test.cpp24 quick_exit(EXIT_SUCCESS); in HWTEST_F()
32 EXPECT_EQ(WEXITSTATUS(status), EXIT_SUCCESS); in HWTEST_F() local
/third_party/openssl/test/
H A Dmemleaktest.c38 int exitcode = EXIT_SUCCESS; in main()
57 exitcode = EXIT_SUCCESS; in main()
/third_party/ltp/testcases/lib/
H A Dtst_net_iface_prefix.c118 exit(is_usage ? EXIT_SUCCESS : EXIT_FAILURE); in main()
135 exit(EXIT_SUCCESS); in main()
151 exit(EXIT_SUCCESS); in main()
H A Dtst_net_ip_prefix.c60 exit(is_usage ? EXIT_SUCCESS : EXIT_FAILURE); in main()
89 exit(EXIT_SUCCESS); in main()
/third_party/skia/third_party/externals/angle2/util/
H A Dtest_utils_unittest.cpp168 EXPECT_EQ(EXIT_SUCCESS, process->getExitCode()); in TEST()
183 EXPECT_EQ(EXIT_SUCCESS, process->getExitCode()); in TEST()
218 EXPECT_EQ(EXIT_SUCCESS, process->getExitCode()); in TEST()
251 EXPECT_EQ(EXIT_SUCCESS, process->getExitCode()); in TEST()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp523 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS
525 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
526 # ifndef EXIT_SUCCESS
527 # define EXIT_SUCCESS 0 macro
550 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
554 # ifndef EXIT_SUCCESS
555 # define EXIT_SUCCESS 0 macro
560 # if ! defined malloc && ! defined EXIT_SUCCESS
566 # if ! defined free && ! defined EXIT_SUCCESS
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dtimed_forkbomb.c41 exit(EXIT_SUCCESS); in main()
84 exit(EXIT_SUCCESS); in main()
/third_party/openssl/demos/bio/
H A Dserver-cmod.c88 ret = EXIT_SUCCESS; in main()
90 if (ret != EXIT_SUCCESS) in main()
H A Dserver-arg.c138 ret = EXIT_SUCCESS; in main()
140 if (ret != EXIT_SUCCESS) in main()
H A Dsaccept.c115 ret = EXIT_SUCCESS; in main()
117 if (ret != EXIT_SUCCESS) in main()
/third_party/glfw/tests/
H A Dclipboard.c102 exit(EXIT_SUCCESS); in main()
144 exit(EXIT_SUCCESS); in main()
H A Dmonitors.c187 exit(EXIT_SUCCESS); in test_modes()
233 exit(EXIT_SUCCESS); in main()
261 exit(EXIT_SUCCESS); in main()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdjpgcom.c50 #ifndef EXIT_SUCCESS
51 #define EXIT_SUCCESS 0 macro
508 exit(EXIT_SUCCESS); in main()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.cpp586 # if !defined _ALLOCA_H && !defined EXIT_SUCCESS
588 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
589 # ifndef EXIT_SUCCESS
590 # define EXIT_SUCCESS 0 macro
617 # if (defined __cplusplus && !defined EXIT_SUCCESS && \
620 # ifndef EXIT_SUCCESS
621 # define EXIT_SUCCESS 0 macro
626 # if !defined malloc && !defined EXIT_SUCCESS
632 # if !defined free && !defined EXIT_SUCCESS
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c432 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS
434 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
435 # ifndef EXIT_SUCCESS
436 # define EXIT_SUCCESS 0
459 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
463 # ifndef EXIT_SUCCESS
464 # define EXIT_SUCCESS 0
469 # if ! defined malloc && ! defined EXIT_SUCCESS
475 # if ! defined free && ! defined EXIT_SUCCESS
/third_party/skia/third_party/externals/angle2/src/tests/
H A Drun_perf_tests.py56 EXIT_SUCCESS = 0 variable
325 if exit_code != EXIT_SUCCESS:
370 if exit_code != EXIT_SUCCESS:
405 if exit_code != EXIT_SUCCESS:
471 return EXIT_SUCCESS
/third_party/node/deps/openssl/openssl/apps/
H A Ddgst.c130 ret = EXIT_SUCCESS; in dgst_main()
139 ret = EXIT_SUCCESS; in dgst_main()
447 ret = EXIT_SUCCESS; in dgst_main()
462 if (ret != EXIT_SUCCESS) in dgst_main()
577 ret = EXIT_SUCCESS; in do_fp()
651 ret = EXIT_SUCCESS; in do_fp()
/third_party/openssl/apps/
H A Ddgst.c130 ret = EXIT_SUCCESS; in dgst_main()
139 ret = EXIT_SUCCESS; in dgst_main()
447 ret = EXIT_SUCCESS; in dgst_main()
462 if (ret != EXIT_SUCCESS) in dgst_main()
577 ret = EXIT_SUCCESS; in do_fp()
651 ret = EXIT_SUCCESS; in do_fp()

Completed in 28 milliseconds

12345678910>>...14