Home
last modified time | relevance | path

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

/third_party/musl/include/
Dsyslog.h31 #define LOG_SYSLOG (5<<3) macro
87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h31 #define LOG_SYSLOG (5<<3) macro
87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h31 #define LOG_SYSLOG (5<<3) macro
87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h31 #define LOG_SYSLOG (5<<3) macro
87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
/third_party/musl/ndk_musl_include/
Dsyslog.h31 #define LOG_SYSLOG (5<<3) macro
87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
/third_party/python/Modules/
Dsyslogmodule.c314 #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/
Dsyslog.h97 #define LOG_SYSLOG 0 macro
/third_party/python/Doc/library/
Dsyslog.rst91 :const:`LOG_CRON`, :const:`LOG_SYSLOG`, :const:`LOG_LOCAL0` to
Dlogging.handlers.rst725 | ``syslog`` | LOG_SYSLOG |
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt217 LOG_SYSLOG
Dandroid.txt1113 LOG_SYSLOG
/third_party/python/Lib/logging/
Dhandlers.py768 LOG_SYSLOG = 5 # messages generated internally by syslogd variable in SysLogHandler
819 "syslog": LOG_SYSLOG,
/third_party/nghttp2/src/
Dshrpx_config.cc4261 case (LOG_SYSLOG): in str_syslog_facility()
4346 return LOG_SYSLOG; in int_syslog_facility()
/third_party/rust/crates/libc/src/unix/
Dmod.rs268 pub const LOG_SYSLOG: ::c_int = 5 << 3; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1358 pub const LOG_SYSLOG: ::c_int = 5 << 3; constant
/third_party/python/Misc/
DHISTORY29432 - Added the LOG_SYSLOG constant to the syslog module, if defined.