Home | History | Annotate | Download | only in cups

Lines Matching defs:nfds

3562   int           nfds,                   /* Number of files responded */
3819 nfds = poll(&pfd, 1, remaining > _CUPS_DNSSD_MAXTIME ? _CUPS_DNSSD_MAXTIME : remaining);
3828 nfds = select(main_fd + 1, &input, NULL, NULL, &timeout);
3831 if (nfds > 0)
3833 else if (nfds < 0 && errno != EINTR && errno != EAGAIN)