Searched refs:stdin_flags (Results 1 – 1 of 1) sorted by relevance
77 static int stdin_flags; variable513 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()