Home
last modified time | relevance | path

Searched refs:LOG_NEWS (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/include/
Dsyslog.h33 #define LOG_NEWS (7<<3) macro
86 { "mark", INTERNAL_MARK }, { "news", LOG_NEWS }, \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h33 #define LOG_NEWS (7<<3) macro
86 { "mark", INTERNAL_MARK }, { "news", LOG_NEWS }, \
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h33 #define LOG_NEWS (7<<3) macro
86 { "mark", INTERNAL_MARK }, { "news", LOG_NEWS }, \
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h33 #define LOG_NEWS (7<<3) macro
86 { "mark", INTERNAL_MARK }, { "news", LOG_NEWS }, \
/third_party/musl/ndk_musl_include/
Dsyslog.h33 #define LOG_NEWS (7<<3) macro
86 { "mark", INTERNAL_MARK }, { "news", LOG_NEWS }, \
/third_party/python/Modules/
Dsyslogmodule.c317 #ifndef LOG_NEWS in syslog_exec()
318 #define LOG_NEWS LOG_MAIL in syslog_exec() macro
330 ADD_INT_MACRO(module, LOG_NEWS); in syslog_exec()
/third_party/NuttX/include/
Dsyslog.h96 #define LOG_NEWS 0 macro
/third_party/musl/libc-test/src/api/
Dsyslog.c15 C(LOG_NEWS) in f()
/third_party/python/Doc/library/
Dsyslog.rst90 :const:`LOG_AUTH`, :const:`LOG_LPR`, :const:`LOG_NEWS`, :const:`LOG_UUCP`,
Dlogging.handlers.rst723 | ``news`` | LOG_NEWS |
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt211 LOG_NEWS
Dandroid.txt1106 LOG_NEWS
/third_party/python/Lib/logging/
Dhandlers.py770 LOG_NEWS = 7 # network news subsystem variable in SysLogHandler
815 "news": LOG_NEWS,
/third_party/rust/crates/libc/src/unix/
Dmod.rs270 pub const LOG_NEWS: ::c_int = 7 << 3; constant
/third_party/nghttp2/src/
Dshrpx_config.cc4342 return LOG_NEWS; in int_syslog_facility()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1360 pub const LOG_NEWS: ::c_int = 7 << 3; constant