Home
last modified time | relevance | path

Searched refs:LOG_UUCP (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h34 #define LOG_UUCP (8<<3) macro
88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h34 #define LOG_UUCP (8<<3) macro
88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h34 #define LOG_UUCP (8<<3) macro
88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
/third_party/musl/include/
Dsyslog.h34 #define LOG_UUCP (8<<3) macro
88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
/third_party/python/Modules/
Dsyslogmodule.c320 #ifndef LOG_UUCP in syslog_exec()
321 #define LOG_UUCP LOG_MAIL in syslog_exec() macro
329 ADD_INT_MACRO(module, LOG_UUCP); in syslog_exec()
/third_party/musl/libc-test/src/api/
Dsyslog.c16 C(LOG_UUCP) in f()
/third_party/NuttX/include/
Dsyslog.h99 #define LOG_UUCP 0 macro
/third_party/python/Doc/library/
Dsyslog.rst90 :const:`LOG_AUTH`, :const:`LOG_LPR`, :const:`LOG_NEWS`, :const:`LOG_UUCP`,
Dlogging.handlers.rst729 | ``uucp`` | LOG_UUCP |
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt219 LOG_UUCP
Dandroid.txt1115 LOG_UUCP
/third_party/python/Lib/logging/
Dhandlers.py771 LOG_UUCP = 8 # UUCP subsystem variable in SysLogHandler
821 "uucp": LOG_UUCP,
/third_party/nghttp2/src/
Dshrpx_config.cc4263 case (LOG_UUCP): in str_syslog_facility()
4352 return LOG_UUCP; in int_syslog_facility()
/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