Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libcasper/services/cap_syslog/
H A Dcap_syslog.h38 void cap_openlog(cap_channel_t *chan, const char *ident, int logopt,
47 #define cap_openlog(chan, ident, logopt, facility) \ macro
H A DMakefile28 MLINKS+= cap_syslog.3 cap_openlog.3
H A Dcap_syslog.c80 cap_openlog(cap_channel_t *chan, const char *ident, int logopt, int facility) in cap_openlog() function
/freebsd-12.1/sbin/dhclient/
H A Ddhclient.c385 cap_openlog(capsyslog, getprogname(), LOG_PID | LOG_NDELAY, DHCPD_LOG_FACILITY); in main()