OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ierr
(Results
1 - 2
of
2
) 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
;
/ndk/sources/host-tools/make-3.81/
commands.c
444
DWORD
ierr
= GetLastError ();
447
ierr
, map_windows32_error_to_string (
ierr
));
Completed in 47 milliseconds