Home
last modified time | relevance | path

Searched refs:stdout_eof (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c685 bool_t stdin_eof = FALSE, stdout_eof = FALSE, stderr_eof = FALSE; in process_pipe_io() local
738 while (!stdin_eof || !stdout_eof || !stderr_eof || !child_dead) { in process_pipe_io()
743 if (!stdout_eof) { in process_pipe_io()
780 stdout_eof = TRUE; in process_pipe_io()