Home
last modified time | relevance | path

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

/freebsd-head/contrib/tcp_wrappers/
HDfakelog.c20 void openlog(char *name, int logopt, int facility) in openlog() function
/freebsd-head/contrib/ntp/include/
HDntp_machine.h127 #define openlog(x,y) macro
/freebsd-head/lib/libc/gen/
HDsyslog.c423 openlog(const char *ident, int logstat, int logfac) in openlog() function
/freebsd-head/crypto/heimdal/lib/roken/
HDroken-common.h98 #define openlog(id,option,facility) openlog((id),(option)) macro