Home
last modified time | relevance | path

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

/netbsd-src/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) { in syslog()
113 p = lutil_strcopy(p, LogTag); in syslog()
120 if (LogTag != NULL) { in syslog()
137 openlog(LogTag, LogStat, 0); in syslog()
207 LogTag = ident; in openlog()
222 LogTag = NULL; in closelog()