Home
last modified time | relevance | path

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

/coreutils/src/
Diopoll.c61 iopoll_internal (int fdin, int fdout, bool block, bool broken_output) in iopoll_internal() argument
73 if (! broken_output) in iopoll_internal()
91 return broken_output ? IOPOLL_BROKEN_OUTPUT : 0; in iopoll_internal()
118 broken_output ? &fds : nullptr, in iopoll_internal()
119 broken_output ? nullptr : &fds, in iopoll_internal()
130 return broken_output ? IOPOLL_BROKEN_OUTPUT : 0; in iopoll_internal()