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

/netbsd-current/usr.bin/make/
H A Dmeta.c1654 int outfd, metafd, maxfd, nfds; local
1662 metafd = Mybm.filemon != NULL ? filemon_readfd(Mybm.filemon) : -1;
1664 metafd = -1;
1669 if (metafd > maxfd)
1670 maxfd = metafd;
1672 while (outfd != -1 || metafd != -1) {
1677 if (metafd != -1) {
1678 FD_SET(metafd, &readfds);
1702 if (metafd != -1 && FD_ISSET(metafd,
[all...]

Completed in 104 milliseconds