HomeSort by: relevance | last modified time | path
    Searched defs:openlog (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/tcpdchk/
fakelog.c 25 /* openlog - dummy */
30 openlog(const char *name, int logopt, int facility) function
  /src/lib/libc/gen/
syslog.c 71 __weak_alias(openlog,_openlog)
142 openlog(const char *ident, int logstat, int logfac) function
  /src/external/bsd/openldap/dist/servers/slapd/
syslog.c 60 static int LogStat; /* status bits, set by openlog() */
137 openlog(LogTag, LogStat, 0);
204 openlog(const char *ident, int logstat, int logfac) function
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
syslogc.c 172 * openlog
177 openlog( char* ident, int option, int facility ) function
315 openlog( NULL, 0, pri & LOG_FACMASK );
roken-common.h 100 #define openlog(id,option,facility) openlog((id),(option)) macro
  /src/external/bsd/ntp/dist/include/
ntp_machine.h 129 #define openlog(x,y) macro
  /src/lib/libc/include/
namespace.h 557 #define openlog _openlog macro

Completed in 27 milliseconds