| /freebsd-11-stable/sbin/reboot/ |
| HD | reboot.c | 151 openlog("halt", 0, LOG_AUTH | LOG_CONS); in main() 154 openlog("reroot", 0, LOG_AUTH | LOG_CONS); in main() 157 openlog("reboot", 0, LOG_AUTH | LOG_CONS); in main()
|
| /freebsd-11-stable/contrib/tcp_wrappers/ |
| HD | miscd.c | 65 (void) openlog(argv[0], LOG_PID, FACILITY); 67 (void) openlog(argv[0], LOG_PID);
|
| HD | tcpd.c | 78 (void) openlog(argv[0], LOG_PID, FACILITY); 80 (void) openlog(argv[0], LOG_PID);
|
| HD | fakelog.c | 20 void openlog(name, logopt, facility) in openlog() function
|
| /freebsd-11-stable/usr.sbin/bootparamd/bootparamd/ |
| HD | main.c | 73 openlog("bootparamd", 0 , 0); in main() 75 openlog("bootparamd", 0 , LOG_DAEMON); in main()
|
| /freebsd-11-stable/contrib/ntp/include/ |
| HD | l_stdlib.h | 182 extern void openlog (const char *, int); 184 extern void openlog (const char *, int, int);
|
| /freebsd-11-stable/share/examples/ses/srcs/ |
| HD | sesd.c | 117 openlog("sesd", LOG_CONS, LOG_USER); in main() 119 openlog("sesd", LOG_CONS|LOG_PERROR, LOG_USER); in main()
|
| /freebsd-11-stable/contrib/openbsm/bin/auditd/ |
| HD | auditd_fbsd.c | 79 openlog("auditd", logopts, LOG_SECURITY); in auditd_openlog() 81 openlog("auditd", logopts, LOG_AUTH); in auditd_openlog()
|
| /freebsd-11-stable/usr.sbin/rpc.ypupdated/ |
| HD | ypupdated_main.c | 228 openlog("rpc.ypupdatedd", LOG_PID, LOG_DAEMON); in main() 234 openlog("rpc.ypupdated", LOG_PID, LOG_DAEMON); in main()
|
| /freebsd-11-stable/usr.sbin/rpc.ypxfrd/ |
| HD | ypxfrd_main.c | 229 openlog("rpc.ypxfrd", LOG_PID, LOG_DAEMON); in main() 251 openlog("rpc.ypxfrd", LOG_PID, LOG_DAEMON); in main()
|
| /freebsd-11-stable/usr.sbin/nologin/ |
| HD | nologin.c | 45 openlog("nologin", LOG_CONS, LOG_AUTH); in main()
|
| /freebsd-11-stable/contrib/ntp/lib/isc/win32/ |
| HD | syslog.h | 58 openlog(const char *, int, ...);
|
| /freebsd-11-stable/contrib/sendmail/smrsh/ |
| HD | smrsh.c | 157 openlog("smrsh", 0); 159 openlog("smrsh", LOG_ODELAY|LOG_CONS, LOG_MAIL);
|
| /freebsd-11-stable/libexec/bootpd/ |
| HD | report.c | 42 openlog(progname, LOG_PID | LOG_NDELAY, LOG_BOOTP);
|
| /freebsd-11-stable/crypto/openssl/crypto/bio/ |
| HD | bss_log.c | 435 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog() 437 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
|
| /freebsd-11-stable/crypto/heimdal/lib/roken/ |
| HD | roken-common.h | 98 #define openlog(id,option,facility) openlog((id),(option)) macro
|
| /freebsd-11-stable/contrib/ofed/opensm/complib/ |
| HD | cl_log.c | 71 openlog(name, LOG_NDELAY | LOG_PID, LOG_USER); in cl_log_event()
|
| /freebsd-11-stable/contrib/ofed/infiniband-diags/src/ |
| HD | rdma-ndd.c | 387 openlog("rdma-ndd", LOG_PID | LOG_PERROR, LOG_DAEMON); in main() 410 openlog("rdma-ndd", LOG_PID, LOG_DAEMON); in main()
|
| /freebsd-11-stable/contrib/ntp/sntp/ |
| HD | configure.ac | 115 dnl AC_SEARCH_LIBS([openlog], [gen syslog]) 118 HMS_SEARCH_LIBS([LIB_SYSLOG], [openlog], [gen syslog])
|
| /freebsd-11-stable/usr.sbin/lpr/lprm/ |
| HD | lprm.c | 100 openlog("lpd", 0, LOG_LPR); in main()
|
| /freebsd-11-stable/libexec/rpc.rusersd/ |
| HD | rusersd.c | 81 openlog("rpc.rusersd", LOG_CONS|LOG_PID, LOG_DAEMON); in main()
|
| /freebsd-11-stable/libexec/talkd/ |
| HD | talkd.c | 93 openlog("talkd", LOG_PID, LOG_DAEMON); in main()
|
| /freebsd-11-stable/contrib/ntp/adjtimed/ |
| HD | adjtimed.c | 83 openlog("adjtimed", LOG_PID, LOG_LOCAL6); in main() 85 openlog("adjtimed", LOG_PID); in main()
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | log.c | 338 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility); in log_init() 465 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility); in do_log()
|
| /freebsd-11-stable/usr.sbin/bluetooth/sdpd/ |
| HD | log.c | 41 openlog(prog, LOG_PID|LOG_NDELAY|(log2stderr? LOG_PERROR:0), LOG_USER); in log_open()
|