Home
last modified time | relevance | path

Searched refs:LOG_NDELAY (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/api/
H A Dsyslog.c9 C(LOG_NDELAY) in f()
/third_party/musl/porting/uniproton/kernel/include/
H A Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/musl/include/
H A Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dsyslog.c77 if ((opt & LOG_NDELAY) && log_fd<0) __openlog(); in openlog()
/third_party/musl/src/misc/
H A Dsyslog.c78 if ((opt & LOG_NDELAY) && log_fd<0) __openlog(); in openlog()
/third_party/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslogtst.c202 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 Dsyslogmodule.c307 ADD_INT_MACRO(module, LOG_NDELAY); in syslog_exec()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_log.c394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
/third_party/openssl/crypto/bio/
H A Dbss_log.c394 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
/third_party/python/Lib/test/
H A Daudit-tests.py437 syslog.openlog(logoption=syslog.LOG_NDELAY, facility=syslog.LOG_LOCAL0)
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.c350 openlog("alsaloop", LOG_NDELAY|LOG_PID, LOG_DAEMON); in enable_syslog()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dwpa_debug.c96 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 Dwpa_debug.c103 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs286 pub const LOG_NDELAY: ::c_int = 0x08; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1452 pub const LOG_NDELAY: ::c_int = 8 << 12; consts
/third_party/nghttp2/src/
H A Dshrpx.cc3675 openlog("nghttpx", LOG_NDELAY | LOG_NOWAIT | LOG_PID, in process_options()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1374 pub const LOG_NDELAY: ::c_int = 0x08; consts

Completed in 33 milliseconds