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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_file.c53 int minfd = 3; local in function:os_dupfd_cloexec
54 int newfd = fcntl(fd, F_DUPFD_CLOEXEC, minfd);
62 newfd = fcntl(fd, F_DUPFD, minfd);

Completed in 2 milliseconds