Searched defs:new_fd (Results 1 – 3 of 3) sorted by relevance
32 int dup2(int old_fd, int new_fd) { in dup2()
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()
1214 int new_fd = fcntl(fds[child], F_DUPFD_CLOEXEC, 0); in popen() local