Home
last modified time | relevance | path

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

/third_party/NuttX/include/
Dsyslog.h98 #define LOG_USER 0 macro
/third_party/musl/include/
Dsyslog.h27 #define LOG_USER (1<<3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h27 #define LOG_USER (1<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h27 #define LOG_USER (1<<3) macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h27 #define LOG_USER (1<<3) macro
/third_party/musl/ndk_musl_include/
Dsyslog.h27 #define LOG_USER (1<<3) macro
/third_party/python/Lib/logging/
Dhandlers.py764 LOG_USER = 1 # random user-level messages variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/
Dmod.rs264 pub const LOG_USER: ::c_int = 1 << 3; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1354 pub const LOG_USER: ::c_int = 1 << 3; constant