Searched refs:orig_stdin (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dexecute.c129 int orig_stdin; local
140 orig_stdin = dup_noinherit (STDIN_FILENO);
178 dup2 (orig_stdin, STDIN_FILENO), close (orig_stdin);
H A Dpipe.c143 int orig_stdin; local
170 orig_stdin = dup_noinherit (STDIN_FILENO);
202 we want in the case of STD*_FILENO) and also orig_stdin,
219 dup2 (orig_stdin, STDIN_FILENO), close (orig_stdin);

Completed in 49 milliseconds