Home
last modified time | relevance | path

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

/external/musl/include/
Dsyslog.h11 #define LOG_ALERT 1 macro
/external/python/cpython2/Lib/logging/
Dhandlers.py657 LOG_ALERT = 1 # action must be taken immediately variable in SysLogHandler
/external/python/cpython3/Lib/logging/
Dhandlers.py754 LOG_ALERT = 1 # action must be taken immediately variable in SysLogHandler
/external/rust/crates/libc/src/unix/
Dmod.rs238 pub const LOG_ALERT: ::c_int = 1; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1340 pub const LOG_ALERT: ::c_int = 1; constant