Searched refs:LOG_UUCP (Results 1 – 15 of 15) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
D | syslog.h | 34 #define LOG_UUCP (8<<3) macro 88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | syslog.h | 34 #define LOG_UUCP (8<<3) macro 88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | syslog.h | 34 #define LOG_UUCP (8<<3) macro 88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
|
/third_party/musl/include/ |
D | syslog.h | 34 #define LOG_UUCP (8<<3) macro 88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
|
/third_party/python/Modules/ |
D | syslogmodule.c | 320 #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/ |
D | syslog.c | 16 C(LOG_UUCP) in f()
|
/third_party/NuttX/include/ |
D | syslog.h | 99 #define LOG_UUCP 0 macro
|
/third_party/python/Doc/library/ |
D | syslog.rst | 90 :const:`LOG_AUTH`, :const:`LOG_LPR`, :const:`LOG_NEWS`, :const:`LOG_UUCP`,
|
D | logging.handlers.rst | 729 | ``uucp`` | LOG_UUCP |
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 219 LOG_UUCP
|
D | android.txt | 1115 LOG_UUCP
|
/third_party/python/Lib/logging/ |
D | handlers.py | 771 LOG_UUCP = 8 # UUCP subsystem variable in SysLogHandler 821 "uucp": LOG_UUCP,
|
/third_party/nghttp2/src/ |
D | shrpx_config.cc | 4263 case (LOG_UUCP): in str_syslog_facility() 4352 return LOG_UUCP; in int_syslog_facility()
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 271 pub const LOG_UUCP: ::c_int = 8 << 3; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1361 pub const LOG_UUCP: ::c_int = 8 << 3; constant
|