Home
last modified time | relevance | path

Searched refs:doselect (Results 1 – 2 of 2) sorted by relevance

/openbsd/regress/sys/fifofs/
H A Dfifotest.c37 void doselect(pid_t, int, int, int);
111 doselect(-1, fd, fd, timeout); in runtest()
112 doselect(-1, fd, -1, timeout); in runtest()
113 doselect(-1, -1, fd, timeout); in runtest()
114 doselect(-1, -1, -1, timeout); in runtest()
126 doselect(-1, fd, fd, timeout); in runtest()
127 doselect(-1, fd, -1, timeout); in runtest()
128 doselect(-1, -1, fd, timeout); in runtest()
129 doselect(-1, -1, -1, timeout); in runtest()
253 doselect(writer, fd, fd, timeout); in eoftest()
[all …]
/openbsd/usr.sbin/lpr/lpc/
H A Dcmds.c61 static int doselect(const struct dirent *);
255 doselect(const struct dirent *d) in doselect() function
312 nitems = scandir(SD, &queue, doselect, sortq); in cleanpr()