Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libcasper/services/cap_syslog/
H A Dcap_syslog.c136 static char *LogTag; variable
158 free(LogTag); in slog_openlog()
159 LogTag = strdup(ident); in slog_openlog()
174 openlog(LogTag, logopt, nvlist_get_number(nvlin, "facility")); in slog_openlog()
184 free(LogTag); in slog_closelog()
185 LogTag = NULL; in slog_closelog()
/freebsd-13.1/lib/libc/gen/
H A Dsyslog.c67 static const char *LogTag = NULL; /* string to tag the entry with */ variable
210 if (LogTag == NULL) in vsyslog1()
211 LogTag = _getprogname(); in vsyslog1()
212 (void)fprintf(fp, "%s ", LogTag == NULL ? NILVALUE : LogTag); in vsyslog1()
290 openlog_unlocked(LogTag, LogStat | LOG_NDELAY, 0); in vsyslog1()
461 LogTag = ident; in openlog_unlocked()
491 LogTag = NULL; in closelog()