Searched refs:LogStat (Results 1 – 1 of 1) sorted by relevance
65 static int LogStat = 0; /* status bits, set by openlog() */ variable200 if (LogStat & LOG_PERROR) { in vsyslog1()279 if (LogStat & LOG_PERROR) { in vsyslog1()293 openlog_unlocked(LogTag, LogStat | LOG_NDELAY, 0); in vsyslog1()319 if (LogStat & LOG_CONS && in vsyslog1()413 LogStat = logstat; in openlog_unlocked()418 if (LogStat & LOG_NDELAY) /* open immediately */ in openlog_unlocked()475 if (LogTag == NULL || (LogStat & LOG_PID) != 0) in parse_tag()