HomeSort by relevance Sort by last modified time
    Searched full:stdin_eof (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 685 bool_t stdin_eof = FALSE, stdout_eof = FALSE, stderr_eof = FALSE; local
702 stdin_eof = TRUE;
738 while (!stdin_eof || !stdout_eof || !stderr_eof || !child_dead) {
740 if (!stdin_eof) {
772 stdin_eof = TRUE;

Completed in 69 milliseconds