Searched refs:termstat (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/libiberty/
H A Dpexecute.c402 int termstat;
404 pid = _cwait (&termstat, pid, WAIT_CHILD);
409 /* cwait returns the child process exit code in termstat.
413 if (termstat == 3)
416 *status = (((termstat) & 0xff) << 8);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-win32.c721 DWORD termstat; local
739 GetExitCodeProcess (h, &termstat);
745 if (termstat == 3)
748 *status = (termstat & 0xff) << 8;
/haiku-buildtools/gcc/libiberty/
H A Dpex-win32.c902 DWORD termstat; local
920 GetExitCodeProcess (h, &termstat);
926 if (termstat == 3)
929 *status = (termstat & 0xff) << 8;
/haiku-buildtools/binutils/libiberty/
H A Dpex-win32.c906 DWORD termstat; local
924 GetExitCodeProcess (h, &termstat);
930 if (termstat == 3)
933 *status = (termstat & 0xff) << 8;

Completed in 105 milliseconds