Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dfile_io.c77 static int stdin_flags; variable
513 stdin_flags = fcntl(STDIN_FILENO, F_GETFL); in io_open_src_real()
514 if (stdin_flags == -1) { in io_open_src_real()
521 if ((stdin_flags & O_NONBLOCK) == 0 in io_open_src_real()
523 stdin_flags | O_NONBLOCK) != -1) in io_open_src_real()
787 if (fcntl(STDIN_FILENO, F_SETFL, stdin_flags) == -1) in io_close_src()