HomeSort by: relevance | last modified time | path
    Searched defs:exit_code (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-exit-code.c 20 int exit_code = 0; variable
26 exit_code = atoi (argv[1]);
28 return exit_code;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-exit-code.c 20 int exit_code = 0; variable
26 exit_code = atoi (argv[1]);
28 return exit_code;
  /src/external/bsd/jemalloc/dist/test/src/
thd.c 16 DWORD exit_code; local
17 GetExitCodeThread(thd, (LPDWORD) &exit_code);
18 *ret = (void *)(uintptr_t)exit_code;
  /src/external/bsd/jemalloc.old/dist/test/src/
thd.c 16 DWORD exit_code; local
17 GetExitCodeThread(thd, (LPDWORD) &exit_code);
18 *ret = (void *)(uintptr_t)exit_code;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
watchpoint-fork-parent.c 34 int exit_code = 42 + nr; local
58 _exit (exit_code);
71 assert (WEXITSTATUS (status) == exit_code);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
watchpoint-fork-parent.c 34 int exit_code = 42 + nr; local
58 _exit (exit_code);
71 assert (WEXITSTATUS (status) == exit_code);
  /src/external/bsd/kyua-cli/dist/cli/
cmd_test.cpp 135 int exit_code; local
141 exit_code = (hooks.bad_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
143 exit_code = EXIT_SUCCESS;
148 EXIT_FAILURE : exit_code;
main.cpp 252 const int exit_code = safe_main(ui, argc, argv, std::move(mock_command)); local
256 INV(exit_code == EXIT_SUCCESS || exit_code == EXIT_FAILURE);
258 return exit_code;
325 const int exit_code = main(&ui, argc, argv); local
326 LI(F("Clean exit with code %s") % exit_code);
327 return exit_code;
  /src/external/gpl3/gcc.old/dist/contrib/
check-MAINTAINERS.py 34 exit_code = 0 variable
67 global exit_code
72 exit_code = 2
77 exit_code = 1
113 sys.exit(exit_code)
  /src/external/gpl3/gcc/dist/contrib/
check-MAINTAINERS.py 34 exit_code = 0 variable
67 global exit_code
72 exit_code = 2
77 exit_code = 1
113 sys.exit(exit_code)
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32-thread.c 78 DWORD exit_code = (DWORD) (ULONG_PTR) (*td->func) (td->args); local
80 ExitThread (exit_code);
81 return exit_code;
126 DWORD exit_code; local
127 if (GetExitCodeThread ((HANDLE) thr, &exit_code))
128 *value_ptr = (void *) (ULONG_PTR) exit_code;
  /src/external/gpl3/gcc.old/dist/gcc/
gcc-ar.cc 136 int exit_code = FATAL_EXIT_CODE; local
248 exit_code = WEXITSTATUS (status);
251 exit_code = SUCCESS_EXIT_CODE;
253 return exit_code;
  /src/external/gpl3/gcc/dist/gcc/
gcc-ar.cc 143 int exit_code = FATAL_EXIT_CODE; local
291 exit_code = WEXITSTATUS (status);
294 exit_code = SUCCESS_EXIT_CODE;
299 return exit_code;
  /src/external/bsd/ntp/dist/sntp/libopts/
usage.c 288 * @param[in] exit_code whether or not there was a usage error reported.
292 print_usage_details(tOptions * opts, int exit_code)
315 if ( (exit_code != EXIT_SUCCESS)
324 prt_opt_usage(opts, exit_code, pOptTitle);
350 if (exit_code == EXIT_SUCCESS)
522 int exit_code = (usage_exit_code == AO_EXIT_REQ_USAGE) local
539 if (exit_code == EXIT_SUCCESS) {
565 if ((exit_code == EXIT_SUCCESS) ||
578 option_exits(exit_code);
  /src/external/bsd/pam-u2f/dist/pamu2fcfg/
pamu2fcfg.c 456 int exit_code = EXIT_FAILURE; local
562 exit_code = EXIT_SUCCESS;
571 exit(exit_code);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_netbsd_libcdep.cpp 216 int exit_code = 0; local
219 exit_code = 3;
224 exit_code = 0;
229 return exit_code;
sanitizer_stoptheworld_linux_libcdep.cpp 315 int exit_code = 0; local
318 exit_code = 3;
323 exit_code = 0;
328 return exit_code;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_netbsd_libcdep.cpp 216 int exit_code = 0; local
219 exit_code = 3;
224 exit_code = 0;
229 return exit_code;
sanitizer_stoptheworld_linux_libcdep.cpp 316 int exit_code = 0; local
319 exit_code = 3;
324 exit_code = 0;
329 return exit_code;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 315 int exit_code = 0; local
318 exit_code = 3;
323 exit_code = 0;
328 return exit_code;
  /src/external/mit/libuv/dist/src/win/
thread.c 332 DWORD exit_code; local
346 if (!GetExitCodeThread(*tid, &exit_code) || exit_code != STILL_ACTIVE)
  /src/sbin/rcorder/
rcorder.c 93 int exit_code; variable
204 exit(exit_code);
599 exit_code = 1;
614 exit_code = 1;
684 was_set = exit_code = 1;
  /src/external/bsd/dhcpcd/dist/src/
privsep-root.c 88 int exit_code = EXIT_FAILURE; local
105 exit_code = EXIT_SUCCESS;
108 eloop_exit(ctx->ps_eloop, exit_code);
144 int exit_code = EXIT_FAILURE; local
171 exit_code = EXIT_SUCCESS;
174 eloop_exit(ctx->ps_eloop, exit_code);
  /src/external/bsd/ntp/dist/ntpd/
ntpd.c 586 int exit_code; local
599 exit_code = EX_OSERR;
603 exit_code = wait_child_sync_if(
605 if (exit_code <= 0) {
610 exit_code = wait_child_exit_if(
611 cpid, (exit_code < 0));
614 exit(exit_code);
  /src/external/gpl2/gmake/dist/w32/subproc/
sub_proc.c 44 int exit_code; member in struct:sub_process_t
97 if (fake_exits_pending && proc_array[i]->exit_code)
210 return (((sub_process *)proc)->exit_code);
797 pproc->exit_code = ierr;
895 pproc->exit_code = ierr;
1245 ((sub_process*) hProcess)->exit_code = process_last_err(hProcess);

Completed in 70 milliseconds

1 2