Searched refs:nselect (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | job.c | 2837 int i, maxfd, nselect, npoll; 2872 nselect = select(maxfd + 1, &rfds, &wfds, NULL, tvp); in Job_TokenWithdraw() 2874 if (nselect <= 0) in Job_TokenWithdraw() 2875 return nselect; in Job_TokenWithdraw() 2916 int i, maxfd, nselect, npoll; emul_poll() local
|
/freebsd/usr.sbin/bsdconfig/networking/include/ |
H A D | messages.subr | 106 …"Below is a list of supported media options for the %s interface. Please\nselect the options that …
|