/third_party/ltp/testcases/kernel/syscalls/syslog/ |
H A D | syslogtst.c | 135 openlog("SYSLOG_CASE3", LOG_PID, LOG_DAEMON); in main() 140 openlog("log_pid_test", LOG_PID, LOG_USER); in main() 199 openlog("without log_ndelay", LOG_PID, LOG_USER); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
H A D | misc_closelog_test.cpp | 19 openlog("my_program", LOG_PID, LOG_USER); in HWTEST_F()
|
/third_party/musl/libc-test/src/api/ |
H A D | syslog.c | 7 C(LOG_PID) in f()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | syslog.h | 52 #define LOG_PID 0x01 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | syslog.h | 52 #define LOG_PID 0x01 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | syslog.h | 52 #define LOG_PID 0x01 macro
|
/third_party/musl/include/ |
H A D | syslog.h | 52 #define LOG_PID 0x01 macro
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | logging.c | 294 openlog("ntfs-3g", LOG_PID, LOG_USER); in ntfs_log_set_handler() 405 openlog("ntfs-3g", LOG_PID, LOG_USER); in ntfs_log_early_error()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_log.c | 394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog() 396 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_log.c | 394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog() 396 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
|
/third_party/toybox/toys/other/ |
H A D | login.c | 48 openlog("login", LOG_PID | LOG_CONS, LOG_AUTH); in login_main()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | syslog.c | 108 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
|
/third_party/musl/src/misc/ |
H A D | syslog.c | 109 pid = (log_opt & LOG_PID) ? getpid() : 0; in _vsyslog()
|
/third_party/python/Modules/ |
H A D | syslogmodule.c | 305 ADD_INT_MACRO(module, LOG_PID); in syslog_exec()
|
/third_party/alsa-utils/alsactl/ |
H A D | alsactl.c | 439 openlog("alsactl", LOG_CONS|LOG_PID, LOG_DAEMON); in main()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | http_server.c | 122 openlog(prog, LOG_PID, LOG_DAEMON); in spawn_loop()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | log.c | 361 openlog(ident, LOG_PID, LOG_USER); in log_syslog()
|
/third_party/openssl/apps/lib/ |
H A D | http_server.c | 122 openlog(prog, LOG_PID, LOG_DAEMON); in spawn_loop()
|
/third_party/alsa-utils/alsaloop/ |
H A D | alsaloop.c | 350 openlog("alsaloop", LOG_NDELAY|LOG_PID, LOG_DAEMON); in enable_syslog()
|
/third_party/toybox/toys/pending/ |
H A D | crond.c | 649 openlog(toys.which->name, LOG_CONS | LOG_PID, LOG_CRON); in crond_main()
|
H A D | dhcp6.c | 553 openlog("DHCP6 :", LOG_PID, LOG_DAEMON); in dhcp6_main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | wpa_debug.c | 96 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()
|
/third_party/backends/frontend/ |
H A D | saned.c | 2408 openlog ("saned", LOG_PID | LOG_CONS, LOG_DAEMON); 3513 openlog ("saned", LOG_PID | LOG_CONS, LOG_DAEMON);
|
/third_party/toybox/lib/ |
H A D | lib.c | 1423 openlog(toys.which->name, LOG_PID, facility); in loggit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | wpa_debug.c | 103 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()
|