Searched refs:lowfd (Results 1 - 1 of 1) sorted by relevance

/external/openssh/openbsd-compat/
H A Dbsd-closefrom.c59 * Close all file descriptors greater than or equal to lowfd.
63 closefrom(int lowfd) argument
65 (void) fcntl(lowfd, F_CLOSEM, 0);
69 closefrom(int lowfd) argument
84 fd >= 0 && fd < INT_MAX && fd >= lowfd && fd != dirfd(dirp))
104 for (fd = lowfd; fd < maxfd; fd++)

Completed in 45 milliseconds