Home
last modified time | relevance | path

Searched defs:LOG_LOCAL5 (Results 1 – 8 of 8) sorted by relevance

/third_party/NuttX/include/
Dsyslog.h91 #define LOG_LOCAL5 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h44 #define LOG_LOCAL5 (21<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h44 #define LOG_LOCAL5 (21<<3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h44 #define LOG_LOCAL5 (21<<3) macro
/third_party/musl/include/
Dsyslog.h44 #define LOG_LOCAL5 (21<<3) macro
/third_party/python/Lib/logging/
Dhandlers.py786 LOG_LOCAL5 = 21 # reserved for local use variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/
Dmod.rs277 pub const LOG_LOCAL5: ::c_int = 21 << 3; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1367 pub const LOG_LOCAL5: ::c_int = 21 << 3; constant