Home | History | Annotate | Download | only in cups

Lines Matching defs:fds

1722 	int	fds;			/* Number of ready descriptors */
1750 fds = poll(&polldata, 1, (int)(1000 * timeout));
1763 fds = select(DNSServiceRefSockFD(ref)+1, &input_set, NULL, NULL,
1767 if (fds < 0)
1775 else if (fds == 0)