Home
last modified time | relevance | path

Searched refs:LogTag (Results 1 – 1 of 1) sorted by relevance

/NextBSD/lib/libc/gen/
HDsyslog.c63 static const char *LogTag = NULL; /* string to tag the entry with */ variable
184 if (LogTag == NULL) in vsyslog()
185 LogTag = _getprogname(); in vsyslog()
186 if (LogTag != NULL) in vsyslog()
187 (void)fprintf(fp, "%s", LogTag); in vsyslog()
190 if (LogTag != NULL) { in vsyslog()
260 openlog_unlocked(LogTag, LogStat | LOG_NDELAY, 0); in vsyslog()
412 LogTag = ident; in openlog_unlocked()
440 LogTag = NULL; in closelog()