Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsyslogc.c49 static char syslog_procid_str[ 20 ]; variable
197 sprintf_s( syslog_procid_str, sizeof(syslog_procid_str), "[%lu]", GetCurrentProcessId() ); in openlog()
199 syslog_procid_str[0] = '\0'; in openlog()
327 local_hostname, syslog_ident, syslog_procid_str ); in vsyslog()