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