Searched refs:MissingFds (Results 1 – 1 of 1) sorted by relevance
113 static int MissingFds = 0; /* bit map of fds missing on startup */ variable1293 if (MissingFds != 0 && LogLevel > 8)1298 if (bitset(1 << STDIN_FILENO, MissingFds))1300 if (bitset(1 << STDOUT_FILENO, MissingFds))1302 if (bitset(1 << STDERR_FILENO, MissingFds))4061 MissingFds |= 1 << fd;