Home
last modified time | relevance | path

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

/coreutils/src/
Diopoll.h1 #define IOPOLL_BROKEN_OUTPUT -2 macro
Diopoll.c91 return broken_output ? IOPOLL_BROKEN_OUTPUT : 0; in iopoll_internal()
130 return broken_output ? IOPOLL_BROKEN_OUTPUT : 0; in iopoll_internal()
Dtee.c289 if (err == IOPOLL_BROKEN_OUTPUT) in tee_files()
Dtail.c357 if (iopoll (-1, STDOUT_FILENO, false) == IOPOLL_BROKEN_OUTPUT) in check_output_alive()