Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/logging/
Dhandlers.py670 LOG_AUTH = 4 # security/authorization messages variable in SysLogHandler
/external/python/cpython3/Lib/logging/
Dhandlers.py737 LOG_AUTH = 4 # security/authorization messages variable in SysLogHandler
/external/rust/crates/libc/src/unix/
Dmod.rs250 pub const LOG_AUTH: ::c_int = 4 << 3; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1351 pub const LOG_AUTH: ::c_int = 4 << 3; constant