Home
last modified time | relevance | path

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

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