Searched refs:exitcode (Results 1 - 25 of 73) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dpthread33394.cc46 void* exitcode; local
47 pthread_join(thread1, &exitcode);
48 pthread_join(thread2, &exitcode);
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_flags.h48 int exitcode; member in struct:__tsan::Flags
H A Dtsan_flags.cc46 ParseFlag(env, &f->exitcode, "exitcode", "");
78 f->exitcode = 66;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Derrchk20 my $exitcode = 1;
23 $exitcode = 0;
57 if($exitcode != 0 && $? == 0) {
63 if($exitcode == 0 && $? != 0) {
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_flags.h44 int exitcode; member in struct:__asan::Flags
H A Dasan_rtl.cc60 internal__exit(flags()->exitcode);
146 ParseFlag(str, &f->exitcode, "exitcode",
261 f->exitcode = ASAN_DEFAULT_FAILURE_EXITCODE;
731 int old = flags()->exitcode;
732 flags()->exitcode = exit_code;
/haiku-buildtools/jam/
H A Dexecunix.c334 DWORD exitcode, waitcode; local
345 if ( GetExitCodeProcess((HANDLE)cmdtab[i].pid, &exitcode) ) {
346 if ( exitcode == STILL_ACTIVE )
350 *status = (int)((exitcode & 0xff) << 8);
374 if ( GetExitCodeProcess(active_handles[i], &exitcode) ) {
376 *status = (int)((exitcode & 0xff) << 8);
/haiku-buildtools/gcc/gcc/ada/
H A Dexpect.c113 DWORD exitcode = 1; local
119 GetExitCodeProcess (h, &exitcode);
124 return (int) exitcode;
H A Dterminals.c979 DWORD exitcode; local
984 GetExitCodeProcess (proc_hand, &exitcode);
991 return (int) exitcode;
H A Dadaint.c2449 DWORD exitcode, pid;
2502 GetExitCodeProcess (h, &exitcode);
2517 *status = (int) exitcode;
2448 DWORD exitcode, pid; local
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common.h51 int exitcode; member in struct:__lsan::Flags
H A Dlsan_common.cc43 f->exitcode = 23;
70 ParseFlag(options, &f->exitcode, "exitcode", "");
449 if (flags()->exitcode) {
452 internal__exit(flags()->exitcode);
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_libc.h86 void NORETURN internal__exit(int exitcode);
H A Dsanitizer_mac.cc114 void internal__exit(int exitcode) { argument
115 _exit(exitcode);
H A Dsanitizer_win.cc364 void internal__exit(int exitcode) { argument
365 ExitProcess(exitcode);
H A Dsanitizer_linux.cc267 void internal__exit(int exitcode) { argument
269 internal_syscall(SYSCALL(exit), exitcode); local
271 internal_syscall(SYSCALL(exit_group), exitcode);
/haiku-buildtools/autoconf/
H A Dconfigure180 exitcode=0
184 exitcode=1
189 exitcode=1
196 exitcode=1
201 exitcode=1
208 exitcode=1
212 test \$exitcode = 0) || { (exit 1); exit 1; }
295 exitcode=0
299 exitcode=1
304 exitcode
[all...]
/haiku-buildtools/gcc/gmp/
H A Dconfigfsf.guess108 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
274 exitcode=$?
276 exit $exitcode ;;
/haiku-buildtools/cloog/osl/autoconf/
H A Dconfig.guess106 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
272 exitcode=$?
274 exit $exitcode ;;
/haiku-buildtools/cloog/autoconf/
H A Dconfig.guess106 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
272 exitcode=$?
274 exit $exitcode ;;
/haiku-buildtools/gcc/mpc/
H A Dconfig.guess106 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
272 exitcode=$?
274 exit $exitcode ;;
/haiku-buildtools/gcc/mpfr/
H A Dconfig.guess106 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
272 exitcode=$?
274 exit $exitcode ;;
/haiku-buildtools/isl/
H A Dconfig.guess100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
291 exitcode=$?
293 exit $exitcode ;;
/haiku-buildtools/gcc/
H A Dconfig.guess100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
291 exitcode=$?
293 exit $exitcode ;;
/haiku-buildtools/legacy/gcc/gcc/
H A Djump.c2576 rtx exitcode = NEXT_INSN (JUMP_LABEL (next_nonnote_insn (loop_start)));
2596 for (insn = exitcode;
2656 for (insn = exitcode; insn != lastexit; insn = NEXT_INSN (insn))
2686 for (insn = exitcode; insn != lastexit; insn = NEXT_INSN (insn))
2785 emit_note_before (NOTE_INSN_LOOP_VTOP, exitcode);
2574 rtx exitcode = NEXT_INSN (JUMP_LABEL (next_nonnote_insn (loop_start))); local

Completed in 148 milliseconds

123