Searched refs:fdmax (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/regress/sys/kern/fork-exit/ |
| D | fork-exit.c | 214 int ch, i, fdmax, fdlen, *rfds, waiting; in main() local 299 fdmax = 0; in main() 307 if (fdmax < pipefds[0]) in main() 308 fdmax = pipefds[0]; in main() 335 fdlen = howmany(fdmax + 1, NFDBITS); in main() 350 if (select(fdmax + 1, fdset, NULL, NULL, &tv) <= 0) in main()
|