Home
last modified time | relevance | path

Searched defs:openlog (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Dfakelog.c20 void openlog(char *name, int logopt, int facility) in openlog() function
/freebsd/contrib/ntp/include/
H A Dntp_machine.h127 #define openlog(x,y) macro
/freebsd/lib/libc/gen/
H A Dsyslog.c423 openlog(const char *ident, int logstat, int logfac) in openlog() function
/freebsd/crypto/heimdal/lib/roken/
H A Droken-common.h98 #define openlog(id,option,facility) openlog((id),(option)) macro