Home
last modified time | relevance | path

Searched defs:LOG_LOCAL0 (Results 1 – 9 of 9) sorted by relevance

/third_party/NuttX/include/
Dsyslog.h86 #define LOG_LOCAL0 0 macro
/third_party/musl/include/
Dsyslog.h39 #define LOG_LOCAL0 (16<<3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h39 #define LOG_LOCAL0 (16<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h39 #define LOG_LOCAL0 (16<<3) macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h39 #define LOG_LOCAL0 (16<<3) macro
/third_party/musl/ndk_musl_include/
Dsyslog.h39 #define LOG_LOCAL0 (16<<3) macro
/third_party/python/Lib/logging/
Dhandlers.py781 LOG_LOCAL0 = 16 # reserved for local use variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/
Dmod.rs272 pub const LOG_LOCAL0: ::c_int = 16 << 3; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1362 pub const LOG_LOCAL0: ::c_int = 16 << 3; constant