Searched refs:old_stdin (Results 1 – 1 of 1) sorted by relevance
54 static int old_stdin; variable125 old_stdin = dup(STDIN_FILENO); in create_subpipe()126 if (old_stdin < 0) in create_subpipe()290 if (dup2(old_stdin, STDIN_FILENO) < 0) in reap_subpipe()292 close(old_stdin); in reap_subpipe()