Home
last modified time | relevance | path

Searched refs:LOG_NOWAIT (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Modules/
Dsyslogmodule.c291 #ifdef LOG_NOWAIT in syslog_exec()
292 ADD_INT_MACRO(module, LOG_NOWAIT); in syslog_exec()
/third_party/musl/libc-test/src/api/
Dsyslog.c11 C(LOG_NOWAIT) in f()
/third_party/musl/include/
Dsyslog.h56 #define LOG_NOWAIT 0x10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h56 #define LOG_NOWAIT 0x10 macro
/third_party/musl/ndk_musl_include/
Dsyslog.h56 #define LOG_NOWAIT 0x10 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h56 #define LOG_NOWAIT 0x10 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h56 #define LOG_NOWAIT 0x10 macro
/third_party/python/Doc/library/
Dsyslog.rst97 in ``<syslog.h>``, :const:`LOG_ODELAY`, :const:`LOG_NOWAIT`, and
/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()