Searched refs:stdout_flags (Results 1 – 1 of 1) sorted by relevance
118 static int stdout_flags; variable866 stdout_flags = fcntl(STDOUT_FILENO, F_GETFL); in io_open_dest_real()867 if (stdout_flags == -1) { in io_open_dest_real()874 if ((stdout_flags & O_NONBLOCK) == 0 in io_open_dest_real()876 stdout_flags | O_NONBLOCK) != -1) in io_open_dest_real()1036 if (stdout_flags & O_APPEND) { in io_open_dest_real()1057 int flags = stdout_flags & ~O_APPEND; in io_open_dest_real()1130 if (fcntl(STDOUT_FILENO, F_SETFL, stdout_flags) == -1) { in io_close_dest()