Searched refs:openlog (Results 1 - 25 of 142) sorted by relevance

123456

/freebsd-9.3-release/usr.sbin/nologin/
H A Dnologin.c45 openlog("nologin", LOG_CONS, LOG_AUTH);
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dfakelog.c16 /* openlog - dummy */
20 openlog(name, logopt, facility) function
H A Dmiscd.c60 * Open a channel to the syslog daemon. Older versions of openlog()
65 (void) openlog(argv[0], LOG_PID, FACILITY);
67 (void) openlog(argv[0], LOG_PID);
H A Dtcpd.c72 * Open a channel to the syslog daemon. Older versions of openlog()
77 (void) openlog(argv[0], LOG_PID, FACILITY);
79 (void) openlog(argv[0], LOG_PID);
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsyslog.h25 /* Constant definitions for openlog() */
58 openlog(const char *, int, ...);
H A Dsyslog.c130 openlog(const char *name, int flags, ...) { function
/freebsd-9.3-release/libexec/bootpd/
H A Dreport.c42 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP);
/freebsd-9.3-release/usr.sbin/bootparamd/bootparamd/
H A Dmain.c76 openlog("bootparamd", 0 , 0);
78 openlog("bootparamd", 0 , LOG_DAEMON);
/freebsd-9.3-release/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c81 openlog("auditd", logopts, LOG_SECURITY);
83 openlog("auditd", logopts, LOG_AUTH);
/freebsd-9.3-release/share/examples/ses/srcs/
H A Dsesd.c117 openlog("sesd", LOG_CONS, LOG_USER);
119 openlog("sesd", LOG_CONS|LOG_PERROR, LOG_USER);
/freebsd-9.3-release/contrib/ntp/include/
H A Dl_stdlib.h182 extern void openlog (const char *, int);
184 extern void openlog (const char *, int, int);
/freebsd-9.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_log.c72 openlog(name, LOG_NDELAY | LOG_PID, LOG_USER);
/freebsd-9.3-release/libexec/rpc.rusersd/
H A Drusersd.c85 openlog("rpc.rusersd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-9.3-release/usr.sbin/bluetooth/sdpd/
H A Dlog.c39 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER);
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dre-mqueue.pl142 &openlog($program, 'pid', 'mail');
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Droken-common.h96 #define openlog(id,option,facility) openlog((id),(option)) macro
/freebsd-9.3-release/sbin/reboot/
H A Dreboot.c138 openlog("halt", 0, LOG_AUTH | LOG_CONS);
141 openlog("reboot", 0, LOG_AUTH | LOG_CONS);
/freebsd-9.3-release/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c226 openlog("rpc.ypupdatedd", LOG_PID, LOG_DAEMON);
232 openlog("rpc.ypupdated", LOG_PID, LOG_DAEMON);
/freebsd-9.3-release/libexec/rpc.rstatd/
H A Drstatd.c92 openlog("rpc.rstatd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-9.3-release/libexec/talkd/
H A Dtalkd.c97 openlog("talkd", LOG_PID, LOG_DAEMON);
/freebsd-9.3-release/sys/sys/
H A Dsyslog.h165 * Option flags for openlog.
193 void openlog(const char *, int, int);
/freebsd-9.3-release/usr.sbin/lpr/lprm/
H A Dlprm.c99 openlog("lpd", 0, LOG_LPR);
/freebsd-9.3-release/libexec/rpc.sprayd/
H A Dsprayd.c104 openlog("rpc.sprayd", LOG_CONS|LOG_PID, LOG_DAEMON);
/freebsd-9.3-release/usr.sbin/lpr/lpq/
H A Dlpq.c95 openlog("lpd", 0, LOG_LPR);
/freebsd-9.3-release/usr.sbin/mailwrapper/
H A Dmailwrapper.c103 openlog(getprogname(), LOG_PID, LOG_MAIL);

Completed in 136 milliseconds

123456