Searched refs:orig_stdout (Results 1 – 2 of 2) sorted by relevance
127 int orig_stdout; in execute() local139 orig_stdout = dup_noinherit (STDOUT_FILENO); in execute()173 dup2 (orig_stdout, STDOUT_FILENO), close (orig_stdout); in execute()
141 int orig_stdout; in create_pipe() local169 orig_stdout = dup_noinherit (STDOUT_FILENO); in create_pipe()214 dup2 (orig_stdout, STDOUT_FILENO), close (orig_stdout); in create_pipe()