Searched refs:MissingFds (Results 1 – 1 of 1) sorted by relevance
101 static int MissingFds = 0; /* bit map of fds missing on startup */ variable1245 if (MissingFds != 0 && LogLevel > 8)1250 if (bitset(1 << STDIN_FILENO, MissingFds))1252 if (bitset(1 << STDOUT_FILENO, MissingFds))1254 if (bitset(1 << STDERR_FILENO, MissingFds))3921 MissingFds |= 1 << fd;