Home
last modified time | relevance | path

Searched defs:LOG_UUCP (Results 1 – 9 of 9) sorted by relevance

/third_party/NuttX/include/
Dsyslog.h99 #define LOG_UUCP 0 macro
/third_party/python/Modules/
Dsyslogmodule.c341 #define LOG_UUCP LOG_MAIL in syslog_exec() macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h34 #define LOG_UUCP (8<<3) macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h34 #define LOG_UUCP (8<<3) macro
/third_party/musl/include/
Dsyslog.h34 #define LOG_UUCP (8<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h34 #define LOG_UUCP (8<<3) macro
/third_party/python/Lib/logging/
Dhandlers.py775 LOG_UUCP = 8 # UUCP subsystem variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/
Dmod.rs271 pub const LOG_UUCP: ::c_int = 8 << 3; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1361 pub const LOG_UUCP: ::c_int = 8 << 3; constant