Searched refs:maxfd (Results 1 – 3 of 3) sorted by relevance
30 int maxfd = sysconf(_SC_OPEN_MAX); in posix_spawn_file_actions_adddup2() local34 if (fd < 0 || newfd < 0 || fd >= maxfd || newfd >= maxfd) in posix_spawn_file_actions_adddup2()
30 int maxfd = sysconf(_SC_OPEN_MAX); in posix_spawn_file_actions_addclose() local34 if (fd < 0 || fd >= maxfd) in posix_spawn_file_actions_addclose()
31 int maxfd = sysconf(_SC_OPEN_MAX); in posix_spawn_file_actions_addopen() local35 if (fd < 0 || fd >= maxfd) in posix_spawn_file_actions_addopen()
Completed in 5 milliseconds