Searched refs:LOG_SYSLOG (Results 1 – 16 of 16) sorted by relevance
/third_party/musl/include/ |
D | syslog.h | 31 #define LOG_SYSLOG (5<<3) macro 87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | syslog.h | 31 #define LOG_SYSLOG (5<<3) macro 87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | syslog.h | 31 #define LOG_SYSLOG (5<<3) macro 87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | syslog.h | 31 #define LOG_SYSLOG (5<<3) macro 87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
|
/third_party/musl/ndk_musl_include/ |
D | syslog.h | 31 #define LOG_SYSLOG (5<<3) macro 87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
|
/third_party/python/Modules/ |
D | syslogmodule.c | 314 #ifndef LOG_SYSLOG in syslog_exec() 315 #define LOG_SYSLOG LOG_DAEMON in syslog_exec() macro 327 ADD_INT_MACRO(module, LOG_SYSLOG); in syslog_exec()
|
/third_party/NuttX/include/ |
D | syslog.h | 97 #define LOG_SYSLOG 0 macro
|
/third_party/python/Doc/library/ |
D | syslog.rst | 91 :const:`LOG_CRON`, :const:`LOG_SYSLOG`, :const:`LOG_LOCAL0` to
|
D | logging.handlers.rst | 725 | ``syslog`` | LOG_SYSLOG |
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 217 LOG_SYSLOG
|
D | android.txt | 1113 LOG_SYSLOG
|
/third_party/python/Lib/logging/ |
D | handlers.py | 768 LOG_SYSLOG = 5 # messages generated internally by syslogd variable in SysLogHandler 819 "syslog": LOG_SYSLOG,
|
/third_party/nghttp2/src/ |
D | shrpx_config.cc | 4261 case (LOG_SYSLOG): in str_syslog_facility() 4346 return LOG_SYSLOG; in int_syslog_facility()
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 268 pub const LOG_SYSLOG: ::c_int = 5 << 3; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1358 pub const LOG_SYSLOG: ::c_int = 5 << 3; constant
|
/third_party/python/Misc/ |
D | HISTORY | 29432 - Added the LOG_SYSLOG constant to the syslog module, if defined.
|