Home | History | Annotate | Download | only in cups

Lines Matching refs:input_set

385     fd_set		input_set;	/* select() input set */
390 FD_ZERO(&input_set);
391 FD_SET(fd, &input_set);
396 ready = select(fd + 1, &input_set, NULL, NULL, &stimeout);