Searched refs:orig_stderr (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.c131 int orig_stderr; local
144 orig_stderr = dup_noinherit (STDERR_FILENO);
174 dup2 (orig_stderr, STDERR_FILENO), close (orig_stderr);
H A Dpipe.c145 int orig_stderr; local
174 orig_stderr = dup_noinherit (STDERR_FILENO);
203 orig_stdout, orig_stderr (which is not explicitly wanted but
215 dup2 (orig_stderr, STDERR_FILENO), close (orig_stderr);

Completed in 101 milliseconds