/external/fio/os/windows/posix/include/ |
D | syslog.h | 16 void openlog(const char *ident, int logopt, int facility);
|
/external/libcxxabi/src/ |
D | abort_message.cpp | 61 openlog("libc++abi", 0, 0); in abort_message()
|
/external/srtp/crypto/kernel/ |
D | err.c | 74 openlog(ident, LOG_PID, LOG_AUTHPRIV); in err_reporting_init()
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/ |
D | err.c | 74 openlog(ident, LOG_PID, LOG_AUTHPRIV); in err_reporting_init()
|
/external/openssl/crypto/bio/ |
D | bss_log.c | 381 openlog(name, LOG_PID|LOG_CONS|LOG_NDELAY, level); in xopenlog() 383 openlog(name, LOG_PID|LOG_CONS, level); in xopenlog()
|
/external/chromium_org/remoting/host/ |
D | host_event_logger_posix.cc | 59 openlog(application_name_.c_str(), 0, LOG_USER); in HostEventLoggerPosix()
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 127 void openlog(const char *, int, int);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 127 void openlog(const char *, int, int);
|
/external/ipsec-tools/src/racoon/ |
D | plog.c | 229 openlog(pname, LOG_NDELAY, LOG_DAEMON); in ploginit()
|
/external/mdnsresponder/mDNSShared/ |
D | PlatformCommon.c | 195 if (!log_inited) { openlog(ident, LOG_CONS, LOG_DAEMON); log_inited++; } in mDNSPlatformWriteLogMsg()
|
D | dnsextd.c | 158 openlog("dnsextd", LOG_CONS, LOG_DAEMON); in PrintLog()
|
/external/dnsmasq/src/ |
D | log.c | 308 openlog("dnsmasq", LOG_PID, log_fac); in my_syslog()
|
/external/iputils/ |
D | tftpd.c | 122 openlog("tftpd", LOG_PID, LOG_DAEMON); in main()
|
D | rarpd.c | 693 openlog("rarpd", LOG_PID | LOG_CONS, LOG_DAEMON); in main()
|
D | rdisc.c | 1523 openlog("in.rdiscd", LOG_PID | LOG_CONS, LOG_DAEMON); in initlog()
|
/external/iputils/ninfod/ |
D | ninfod.c | 424 openlog(NINFOD, 0, LOG_USER); in set_logfile()
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 347 /* 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/ |
D | main.c | 344 openlog("hostapd", 0, LOG_DAEMON); in hostapd_global_init()
|
/external/wpa_supplicant_8/src/utils/ |
D | wpa_debug.c | 92 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()
|
/external/iproute2/misc/ |
D | arpd.c | 791 openlog("arpd", LOG_PID | LOG_CONS, LOG_DAEMON); in main()
|
/external/ltrace/etc/ |
D | libc.so.conf | 349 void openlog(string,int,int);
|
/external/fio/os/windows/ |
D | posix.c | 328 void openlog(const char *ident, int logopt, int facility) in openlog() function
|
/external/ppp/pppd/ |
D | main.c | 842 openlog("pppd", LOG_PID | LOG_NDELAY, LOG_PPP); in reopen_log()
|
/external/fio/ |
D | server.c | 1717 openlog("fio", LOG_NDELAY|LOG_NOWAIT|LOG_PID, LOG_USER); in fio_start_server()
|
/external/dhcpcd/ |
D | dhcpcd.c | 1811 openlog(PACKAGE, LOG_PERROR | LOG_PID, LOG_DAEMON); in main()
|