Searched refs:save_stdout (Results 1 – 1 of 1) sorted by relevance
1903 int save_stdout = (stdout_fd != 1) ? dup (1): 1; in child_execute_job() local1908 if (save_stdout < 0) in child_execute_job()1914 if (save_stdout != 1) in child_execute_job()1915 CLOSE_ON_EXEC (save_stdout); in child_execute_job()1944 if (dup2 (save_stdout, 1) != 1) in child_execute_job()1947 close (save_stdout); in child_execute_job()