Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/xz/
H A Dfile_io.c113 static int stdin_flags; variable
525 stdin_flags = fcntl(STDIN_FILENO, F_GETFL); in io_open_src_real()
526 if (stdin_flags == -1) { in io_open_src_real()
533 if ((stdin_flags & O_NONBLOCK) == 0 in io_open_src_real()
535 stdin_flags | O_NONBLOCK) != -1) in io_open_src_real()
817 if (fcntl(STDIN_FILENO, F_SETFL, stdin_flags) == -1) in io_close_src()