Searched refs:LOG_NDELAY (Results 1 – 18 of 18) sorted by relevance
/third_party/boost/libs/log/config/native-syslog/ |
D | native_syslog.cpp | 12 ::openlog("test", LOG_NDELAY, LOG_USER); in main()
|
/third_party/musl/libc-test/src/api/ |
D | syslog.c | 9 C(LOG_NDELAY) in f()
|
/third_party/musl/include/ |
D | syslog.h | 55 #define LOG_NDELAY 0x08 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | syslog.h | 55 #define LOG_NDELAY 0x08 macro
|
/third_party/musl/ndk_musl_include/ |
D | syslog.h | 55 #define LOG_NDELAY 0x08 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | syslog.h | 55 #define LOG_NDELAY 0x08 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | syslog.h | 55 #define LOG_NDELAY 0x08 macro
|
/third_party/musl/src/misc/ |
D | syslog.c | 71 if ((opt & LOG_NDELAY) && log_fd<0) __openlog(); in openlog()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | syslog.c | 75 if ((opt & LOG_NDELAY) && log_fd<0) __openlog(); in openlog()
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 220 openlog("with log_ndelay", LOG_NDELAY, LOG_USER); in main()
|
/third_party/python/Modules/ |
D | syslogmodule.c | 287 ADD_INT_MACRO(module, LOG_NDELAY); in syslog_exec()
|
/third_party/openssl/crypto/bio/ |
D | bss_log.c | 393 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog()
|
/third_party/python/Doc/library/ |
D | syslog.rst | 96 :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, and, if defined
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
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/src/utils/ |
D | wpa_debug.c | 96 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()
|
/third_party/alsa-utils/alsaloop/ |
D | alsaloop.c | 348 openlog("alsaloop", LOG_NDELAY|LOG_PID, LOG_DAEMON); in enable_syslog()
|
/third_party/e2fsprogs/lib/et/ |
D | com_err.texinfo | 357 LOG_NOWAIT|LOG_CONS|LOG_PID|LOG_NDELAY,
|
/third_party/nghttp2/src/ |
D | shrpx.cc | 2917 openlog("nghttpx", LOG_NDELAY | LOG_NOWAIT | LOG_PID, in process_options()
|