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

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsyslog.c61 static const char *LogTag; /* string to tag the entry with */ variable
112 if (LogTag != NULL) {
113 p = lutil_strcopy(p, LogTag);
120 if (LogTag != NULL) {
137 openlog(LogTag, LogStat, 0);
207 LogTag = ident;
222 LogTag = NULL;

Completed in 121 milliseconds