Searched refs:LOG_NDELAY (Results 1 - 19 of 19) sorted by relevance
/third_party/musl/libc-test/src/api/ |
H A D | syslog.c | 9 C(LOG_NDELAY) in f()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | syslog.h | 55 #define LOG_NDELAY 0x08 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | syslog.h | 55 #define LOG_NDELAY 0x08 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | syslog.h | 55 #define LOG_NDELAY 0x08 macro
|
/third_party/musl/include/ |
H A D | syslog.h | 55 #define LOG_NDELAY 0x08 macro
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | syslog.c | 77 if ((opt & LOG_NDELAY) && log_fd<0) __openlog(); in openlog()
|
/third_party/musl/src/misc/ |
H A D | syslog.c | 78 if ((opt & LOG_NDELAY) && log_fd<0) __openlog(); in openlog()
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
H A D | syslogtst.c | 202 tst_resm(TINFO, "openlog() without LOG_NDELAY option..."); in main() 220 openlog("with log_ndelay", LOG_NDELAY, LOG_USER); in main() 223 tst_resm(TINFO, "openlog() with LOG_NDELAY option..."); in main()
|
/third_party/python/Modules/ |
H A D | syslogmodule.c | 307 ADD_INT_MACRO(module, LOG_NDELAY); in syslog_exec()
|
/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()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_log.c | 394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
|
/third_party/python/Lib/test/ |
H A D | audit-tests.py | 437 syslog.openlog(logoption=syslog.LOG_NDELAY, facility=syslog.LOG_LOCAL0)
|
/third_party/alsa-utils/alsaloop/ |
H A D | alsaloop.c | 350 openlog("alsaloop", LOG_NDELAY|LOG_PID, LOG_DAEMON); in enable_syslog()
|
/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/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()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 286 pub const LOG_NDELAY: ::c_int = 0x08; consts
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1452 pub const LOG_NDELAY: ::c_int = 8 << 12; consts
|
/third_party/nghttp2/src/ |
H A D | shrpx.cc | 3675 openlog("nghttpx", LOG_NDELAY | LOG_NOWAIT | LOG_PID, in process_options()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1374 pub const LOG_NDELAY: ::c_int = 0x08; consts
|
Completed in 33 milliseconds