Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/gen/
H A Dsyslog.c68 static int LogTagLength = -1; /* usable part of LogTag */ variable
208 else if (LogTagLength == -1) in vsyslog1()
210 if (LogTagLength > 0) in vsyslog1()
211 (void)fprintf(fp, "%.*s ", LogTagLength, LogTag); in vsyslog1()
219 if (LogTagLength <= 0) in vsyslog1()
411 LogTagLength = -1; in openlog_unlocked()
444 LogTagLength = -1; in closelog()
481 LogTagLength = 0; in parse_tag()
497 LogTagLength = begin - LogTag; in parse_tag()