HomeSort by relevance Sort by last modified time
    Searched refs:ierr (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 792 DWORD ierr; local
793 GetExitCodeResult = GetExitCodeProcess(childhand, &ierr);
794 if (ierr == CONTROL_C_EXIT) {
797 pproc->exit_code = ierr;
847 DWORD ierr; local
891 GetExitCodeResult = GetExitCodeProcess(childhand, &ierr);
892 if (ierr == CONTROL_C_EXIT) {
895 pproc->exit_code = ierr;