Home
last modified time | relevance | path

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

/dflybsd-src/contrib/xz/src/xz/
H A Dfile_io.c77 static int stdin_flags; variable
515 stdin_flags = fcntl(STDIN_FILENO, F_GETFL); in io_open_src_real()
516 if (stdin_flags == -1) { in io_open_src_real()
523 if ((stdin_flags & O_NONBLOCK) == 0 in io_open_src_real()
525 stdin_flags | O_NONBLOCK) != -1) in io_open_src_real()
791 if (fcntl(STDIN_FILENO, F_SETFL, stdin_flags) == -1) in io_close_src()