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

/freebsd-12-stable/lib/libcasper/services/cap_syslog/
H A Dcap_syslog.c136 static char *LogTag; variable
158 free(LogTag);
159 LogTag = strdup(ident);
174 openlog(LogTag, logopt, nvlist_get_number(nvlin, "facility"));
184 free(LogTag);
185 LogTag = NULL;
/freebsd-12-stable/lib/libc/gen/
H A Dsyslog.c64 static const char *LogTag = NULL; /* string to tag the entry with */ variable
208 if (LogTag == NULL)
209 LogTag = _getprogname();
211 LogTag == NULL ? "-" : LogTag, getpid());
278 openlog_unlocked(LogTag, LogStat | LOG_NDELAY, 0);
439 LogTag = ident;
469 LogTag = NULL;

Completed in 160 milliseconds