Searched defs:new_fd (Results 1 – 3 of 3) sorted by relevance
41 int dup2(int old_fd, int new_fd) { in dup2()55 int dup3(int old_fd, int new_fd, int flags) { in dup3()
54 int new_fd; member295 int new_fd, in posix_spawn_add_file_action()340 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t* actions, int fd, int new_fd) { in posix_spawn_file_actions_adddup2()
1207 int new_fd = fcntl(fds[child], F_DUPFD_CLOEXEC, 0); in popen() local