Searched refs:LOG_NEWS (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | syslog.h | 33 #define LOG_NEWS (7<<3) macro 86 { "mark", INTERNAL_MARK }, { "news", LOG_NEWS }, \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | syslog.h | 33 #define LOG_NEWS (7<<3) macro 86 { "mark", INTERNAL_MARK }, { "news", LOG_NEWS }, \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | syslog.h | 33 #define LOG_NEWS (7<<3) macro 86 { "mark", INTERNAL_MARK }, { "news", LOG_NEWS }, \
|
/third_party/musl/include/ |
H A D | syslog.h | 33 #define LOG_NEWS (7<<3) macro 86 { "mark", INTERNAL_MARK }, { "news", LOG_NEWS }, \
|
/third_party/python/Modules/ |
H A D | syslogmodule.c | 337 #ifndef LOG_NEWS in syslog_exec() 338 #define LOG_NEWS LOG_MAIL in syslog_exec() macro 350 ADD_INT_MACRO(module, LOG_NEWS); in syslog_exec()
|
/third_party/NuttX/include/ |
H A D | syslog.h | 74 * LOG_NEWS - USENET news subsystem 96 #define LOG_NEWS 0 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | syslog.c | 15 C(LOG_NEWS) in f()
|
/third_party/python/Lib/logging/ |
H A D | handlers.py | 774 LOG_NEWS = 7 # network news subsystem variable in SysLogHandler 819 "news": LOG_NEWS,
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1368 [LOG_FAC(LOG_NEWS)] = "news",
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 270 pub const LOG_NEWS: ::c_int = 7 << 3; consts
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 4340 return LOG_NEWS; in int_syslog_facility()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1360 pub const LOG_NEWS: ::c_int = 7 << 3; consts
|
Completed in 26 milliseconds