Home
last modified time | relevance | path

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

/third_party/NuttX/include/
Dsyslog.h80 #define LOG_AUTH 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h30 #define LOG_AUTH (4<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h30 #define LOG_AUTH (4<<3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h30 #define LOG_AUTH (4<<3) macro
/third_party/musl/include/
Dsyslog.h30 #define LOG_AUTH (4<<3) macro
/third_party/python/Lib/logging/
Dhandlers.py767 LOG_AUTH = 4 # security/authorization messages variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/
Dmod.rs267 pub const LOG_AUTH: ::c_int = 4 << 3; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1357 pub const LOG_AUTH: ::c_int = 4 << 3; constant