Home
last modified time | relevance | path

Searched refs:openlog (Results 1 – 25 of 32) sorted by relevance

12

/external/fio/os/windows/posix/include/
Dsyslog.h16 void openlog(const char *ident, int logopt, int facility);
/external/libcxxabi/src/
Dabort_message.cpp67 openlog("libc++abi", 0, 0); in abort_message()
/external/srtp/crypto/kernel/
Derr.c74 openlog(ident, LOG_PID, LOG_AUTHPRIV); in err_reporting_init()
/external/toybox/toys/pending/
Dlogger.c70 openlog(TT.ident, (toys.optflags & FLAG_s ? LOG_PERROR : 0) , facility); in logger_main()
Dklogd.c80 openlog("Kernel", 0, LOG_KERN); //open connection to system logger.. in klogd_main()
Dcrond.c646 openlog(toys.which->name, LOG_CONS | LOG_PID, LOG_CRON); in crond_main()
Ddhcpd.c1091 openlog("UDHCPD :", LOG_PID, LOG_DAEMON); in dhcpd_main()
/external/openssh/
Dlog.c329 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility); in log_init()
455 openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility); in do_log()
/external/libpcap/lbl/
Dos-sunos4.h127 void openlog(const char *, int, int);
/external/tcpdump/lbl/
Dos-sunos4.h127 void openlog(const char *, int, int);
/external/ipsec-tools/src/racoon/
Dplog.c229 openlog(pname, LOG_NDELAY, LOG_DAEMON); in ploginit()
/external/toybox/toys/other/
Dlogin.c158 openlog("login", LOG_PID | LOG_CONS, LOG_AUTH); in login_main()
/external/mdnsresponder/mDNSShared/
DPlatformCommon.c195 if (!log_inited) { openlog(ident, LOG_CONS, LOG_DAEMON); log_inited++; } in mDNSPlatformWriteLogMsg()
/external/dnsmasq/src/
Dlog.c308 openlog("dnsmasq", LOG_PID, log_fac); in my_syslog()
/external/iputils/
Dtftpd.c122 openlog("tftpd", LOG_PID, LOG_DAEMON); in main()
Drarpd.c693 openlog("rarpd", LOG_PID | LOG_CONS, LOG_DAEMON); in main()
Drdisc.c1523 openlog("in.rdiscd", LOG_PID | LOG_CONS, LOG_DAEMON); in initlog()
/external/selinux/policycoreutils/mcstrans/src/
Dmcstransd.c592 openlog(SETRANSD_PROGNAME, 0, LOG_DAEMON); in main()
/external/iputils/ninfod/
Dninfod.c424 openlog(NINFOD, 0, LOG_USER); in set_logfile()
/external/e2fsprogs/lib/et/
Dcom_err.texinfo347 /* extern openlog (const char * name, int logopt, int facility); */
356 openlog (whoami,
371 @samp{openlog()} call, and the message is formatted into a buffer and
/external/wpa_supplicant_8/hostapd/
Dmain.c341 openlog("hostapd", 0, LOG_DAEMON); in hostapd_global_init()
/external/wpa_supplicant_8/src/utils/
Dwpa_debug.c92 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()
/external/iproute2/misc/
Darpd.c791 openlog("arpd", LOG_PID | LOG_CONS, LOG_DAEMON); in main()
/external/ltrace/etc/
Dlibc.so.conf349 void openlog(string,int,int);
/external/fio/os/windows/
Dposix.c328 void openlog(const char *ident, int logopt, int facility) in openlog() function

12