Home
last modified time | relevance | path

Searched defs:LOG_LPR (Results 1 – 5 of 5) sorted by relevance

/external/musl/include/
Dsyslog.h32 #define LOG_LPR (6<<3) macro
/external/python/cpython2/Lib/logging/
Dhandlers.py672 LOG_LPR = 6 # line printer subsystem variable in SysLogHandler
/external/python/cpython3/Lib/logging/
Dhandlers.py769 LOG_LPR = 6 # line printer subsystem variable in SysLogHandler
/external/rust/crates/libc/src/unix/
Dmod.rs269 pub const LOG_LPR: ::c_int = 6 << 3; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1359 pub const LOG_LPR: ::c_int = 6 << 3; constant