Home
last modified time | relevance | path

Searched defs:cap_syslog (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libcasper/services/cap_syslog/
Dcap_syslog.h44 #define cap_syslog(chan, pri, ...) syslog(pri, __VA_ARGS__) macro
Dcap_syslog.c51 cap_syslog(cap_channel_t *chan, int pri, const char *fmt, ...) in cap_syslog() function