Home
last modified time | relevance | path

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

/src/lib/libcasper/services/cap_syslog/
H A Dcap_syslog.h42 void cap_closelog(cap_channel_t *chan);
54 #define cap_closelog(chan) closelog()
H A DMakefile25 MLINKS+= cap_syslog.3 cap_closelog.3
H A Dcap_syslog.c100 cap_closelog(cap_channel_t *chan) in cap_closelog() function