Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dsyslog.h39 #define _PATH_LOG_PRIV "/var/run/logpriv" macro
/freebsd-12.1/contrib/libxo/libxo/
H A Dxo_syslog.c331 #ifdef _PATH_LOG_PRIV in xo_connect_log()
332 (void) strncpy(saddr.sun_path, _PATH_LOG_PRIV, in xo_connect_log()
/freebsd-12.1/lib/libc/gen/
H A Dsyslog.c402 (void)strncpy(SyslogAddr.sun_path, _PATH_LOG_PRIV, in connectlog()
/freebsd-12.1/usr.sbin/syslogd/
H A Dsyslogd.c698 .pe_name = _PATH_LOG_PRIV, in main()