Searched refs:exit_code (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp25 int exit_code = system(CmdLine.c_str()); local
26 if (WIFEXITED(exit_code))
27 return WEXITSTATUS(exit_code);
28 return exit_code;
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock_leak_test.py58 env=environ).exit_code)
62 env=environ).exit_code)
69 env=environ).exit_code)
74 env=environ).exit_code)
81 env=environ).exit_code)
86 env=environ).exit_code)
93 env=environ).exit_code)
100 env=environ).exit_code)
H A Dgmock_test_utils.py72 def GetExitStatus(exit_code):
76 exit_code: the result value of os.system(command).
82 return exit_code
86 if os.WIFEXITED(exit_code):
87 return os.WEXITSTATUS(exit_code)
/freebsd-12-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dh_funcs.subr64 exit_code=$?
65 atf_check_equal "$exit_code" "0"
66 return $exit_code
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgtest_premature_exit_test.cc111 const int exit_code = RUN_ALL_TESTS(); local
125 return exit_code;
H A Dgtest_help_test.py93 return child.exit_code, child.output
109 exit_code, output = RunWithFlag(flag)
110 self.assertEquals(0, exit_code)
133 exit_code, output = RunWithFlag(flag)
134 self.assert_(exit_code != 0)
H A Dgoogletest-uninitialized-test.py56 if p.exited and p.exit_code == 0:
H A Dgtest_testbridge_test.py55 self.assertEquals(0, p.exit_code)
H A Dgtest_test_utils.py181 def GetExitStatus(exit_code):
185 exit_code: the result value of os.system(command).
191 return exit_code
195 if os.WIFEXITED(exit_code):
196 return os.WEXITSTATUS(exit_code)
221 exit_code The code with which the child process exited.
297 self.exit_code = self._return_code
H A Dgtest_xml_output_unittest.py277 self.assertEquals(0, p.exit_code)
302 self.assertEquals(1, p.exit_code,
305 % (command, p.exit_code, 1))
355 self.assertEquals(expected_exit_code, p.exit_code,
358 % (command, p.exit_code, expected_exit_code))
H A Dgtest_list_output_unittest.py118 self.assertEquals(0, p.exit_code)
/freebsd-12-stable/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c234 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool)
257 *exit_code = EXIT_FAILURE;
283 *exit_code = EXIT_FAILURE;
332 *exit_code = EXIT_FAILURE;
367 *exit_code = EXIT_FAILURE;
385 *exit_code = EXIT_FAILURE;
441 *exit_code = EXIT_FAILURE;
482 int exit_code = EXIT_SUCCESS;
494 err = sub_main(&exit_code, argc, argv, pool);
502 exit_code
231 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool) argument
479 int exit_code = EXIT_SUCCESS; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp85 int exit_code; local
86 if (arg.getAsInteger(/*autodetect radix*/ 0, exit_code)) {
94 if (!m_interpreter.SetQuitExitCode(exit_code)) {
/freebsd-12-stable/contrib/subversion/subversion/svnversion/
H A Dsvnversion.c127 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool) argument
173 *exit_code = EXIT_FAILURE;
196 *exit_code = EXIT_FAILURE;
209 *exit_code = EXIT_FAILURE;
257 *exit_code = EXIT_FAILURE;
295 int exit_code = EXIT_SUCCESS; local
307 err = sub_main(&exit_code, argc, argv, pool);
315 exit_code = EXIT_FAILURE;
320 return exit_code;
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dwinservice.c441 winservice_stop(DWORD exit_code)
445 winservice_status.dwWin32ExitCode = exit_code;
461 exit_code = winservice_status.dwWin32ExitCode;
440 winservice_stop(DWORD exit_code) argument
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dresolve-test.c75 int optidx = 0, i, exit_code = 0; local
101 exit_code = 1;
184 return exit_code;
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c63 usage(int exit_code) argument
80 exit(exit_code);
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Derror.c203 * @param exit_code exit() code from process.
212 hx509_err(hx509_context context, int exit_code, argument
226 errx(exit_code, "%s: %s", str, msg);
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c393 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool)
443 *exit_code = EXIT_FAILURE;
464 *exit_code = EXIT_FAILURE;
762 *exit_code = EXIT_FAILURE;
781 *exit_code = EXIT_FAILURE;
815 *exit_code = EXIT_FAILURE;
1049 int exit_code = EXIT_SUCCESS;
1061 err = sub_main(&exit_code, argc, argv, pool);
1069 exit_code = EXIT_FAILURE;
1077 return exit_code;
389 sub_main(int *exit_code, int argc, const char *argv[], apr_pool_t *pool) argument
1045 int exit_code = EXIT_SUCCESS; local
[all...]
/freebsd-12-stable/contrib/ncurses/progs/
H A Dtput.c127 exit_code(int token, int value) function
271 return exit_code(BOOLEAN, status);
274 return exit_code(NUMBER, 0);
355 return exit_code(STRING, 0);
357 return exit_code(STRING, 1);
/freebsd-12-stable/stand/efi/loader/
H A Defi_main.c39 efi_exit(EFI_STATUS exit_code) argument
43 BS->Exit(IH, exit_code, 0, NULL);
/freebsd-12-stable/sbin/ifconfig/
H A Difgroup.c143 exit(exit_code);
162 exit(exit_code);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp216 int exit_code = 0; local
219 exit_code = 3;
224 exit_code = 0;
229 return exit_code;
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dproto.h102 option_exits(int exit_code);
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-death-test.h94 // bool KilledBySIGHUP(int exit_code) {
95 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
193 explicit ExitedWithCode(int exit_code);

Completed in 699 milliseconds

123