Home
last modified time | relevance | path

Searched defs:LOG_AUTHPRIV (Results 1 - 10 of 10) sorted by relevance

/third_party/NuttX/include/
H A Dsyslog.h81 #define LOG_AUTHPRIV 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
/third_party/musl/include/
H A Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
/third_party/python/Lib/logging/
H A Dhandlers.py777 LOG_AUTHPRIV = 10 # security/authorization messages (private) variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs451 pub const LOG_AUTHPRIV: ::c_int = 10 << 3; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1224 pub const LOG_AUTHPRIV: ::c_int = 10 << 3; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1247 pub const LOG_AUTHPRIV: ::c_int = 10 << 3; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1994 pub const LOG_AUTHPRIV: ::c_int = 10 << 3; consts

Completed in 30 milliseconds