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

/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dnfs_start.c68 int next_fd = dup(0); local
71 close(next_fd);
73 if (max_fd < next_fd) {
75 next_fd - max_fd, next_fd);
76 max_fd = next_fd;

Completed in 122 milliseconds