Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/gen/
H A Dsyslog.c66 static pid_t LogPid = -1; /* process id to tag the entry with */ variable
220 LogPid = getpid(); in vsyslog1()
221 (void)fprintf(fp, "%d ", (int)LogPid); in vsyslog1()
496 LogPid = pid; in parse_tag()