Home
last modified time | relevance | path

Searched refs:LOG_NDELAY (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/log/config/native-syslog/
Dnative_syslog.cpp12 ::openlog("test", LOG_NDELAY, LOG_USER); in main()
/third_party/musl/libc-test/src/api/
Dsyslog.c9 C(LOG_NDELAY) in f()
/third_party/musl/include/
Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/musl/ndk_musl_include/
Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h55 #define LOG_NDELAY 0x08 macro
/third_party/musl/src/misc/
Dsyslog.c71 if ((opt & LOG_NDELAY) && log_fd<0) __openlog(); in openlog()
/third_party/musl/porting/liteos_a/user/src/misc/
Dsyslog.c75 if ((opt & LOG_NDELAY) && log_fd<0) __openlog(); in openlog()
/third_party/ltp/testcases/kernel/syscalls/syslog/
Dsyslogtst.c220 openlog("with log_ndelay", LOG_NDELAY, LOG_USER); in main()
/third_party/python/Modules/
Dsyslogmodule.c287 ADD_INT_MACRO(module, LOG_NDELAY); in syslog_exec()
/third_party/openssl/crypto/bio/
Dbss_log.c393 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
/third_party/python/Doc/library/
Dsyslog.rst96 :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, and, if defined
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
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/src/utils/
Dwpa_debug.c96 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()
/third_party/alsa-utils/alsaloop/
Dalsaloop.c348 openlog("alsaloop", LOG_NDELAY|LOG_PID, LOG_DAEMON); in enable_syslog()
/third_party/e2fsprogs/lib/et/
Dcom_err.texinfo357 LOG_NOWAIT|LOG_CONS|LOG_PID|LOG_NDELAY,
/third_party/nghttp2/src/
Dshrpx.cc2917 openlog("nghttpx", LOG_NDELAY | LOG_NOWAIT | LOG_PID, in process_options()