Home
last modified time | relevance | path

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

/coreutils/src/
Diopoll.c109 fd_set fds; in iopoll_internal() local
110 FD_ZERO (&fds); in iopoll_internal()
112 FD_SET (fdin, &fds); in iopoll_internal()
114 FD_SET (fdout, &fds); in iopoll_internal()
118 broken_output ? &fds : nullptr, in iopoll_internal()
119 broken_output ? nullptr : &fds, in iopoll_internal()
127 if (0 <= fdin && FD_ISSET (fdin, &fds)) /* input available or EOF; */ in iopoll_internal()
129 if (0 <= fdout && FD_ISSET (fdout, &fds)) /* equiv to POLLERR */ in iopoll_internal()