Searched refs:LogTag (Results 1 – 1 of 1) sorted by relevance
67 static const char *LogTag; /* string to tag the entry with */ variable212 if (LogTag == NULL) in __vsyslog_internal()213 LogTag = __progname; in __vsyslog_internal()214 if (LogTag != NULL) in __vsyslog_internal()215 __fputs_unlocked (LogTag, f); in __vsyslog_internal()218 if (LogTag != NULL) in __vsyslog_internal()316 LogTag = ident; in openlog_internal()387 LogTag = NULL; in closelog()
Completed in 5 milliseconds