Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dsyslog.c66 static int LogTagLength = -1; /* usable part of LogTag */ variable
206 else if (LogTagLength == -1) in vsyslog1()
208 if (LogTagLength > 0) in vsyslog1()
209 (void)fprintf(fp, "%.*s ", LogTagLength, LogTag); in vsyslog1()
217 if (LogTagLength <= 0) in vsyslog1()
409 LogTagLength = -1; in openlog_unlocked()
442 LogTagLength = -1; in closelog()
479 LogTagLength = 0; in parse_tag()
495 LogTagLength = begin - LogTag; in parse_tag()