Searched refs:STDOUT_FILENO (Results 1 – 4 of 4) sorted by relevance
87 if (posix_spawn_file_actions_addopen (&a, STDOUT_FILENO, pidfile, O_WRONLY in do_test()91 if (posix_spawn_file_actions_adddup2 (&a, STDOUT_FILENO, STDERR_FILENO) != 0) in do_test()
162 (&actions, STDOUT_FILENO, "output-file", in do_test()
211 #define STDOUT_FILENO 1 /* Standard output. */ macro
824 if (__glibc_likely (fildes[1] != STDOUT_FILENO)) in exec_comm_child()827 STDOUT_FILENO) != 0 in exec_comm_child()
Completed in 13 milliseconds