Home
last modified time | relevance | path

Searched defs:LOG_SYSLOG (Results 1 – 9 of 9) sorted by relevance

/third_party/NuttX/include/
Dsyslog.h97 #define LOG_SYSLOG 0 macro
/third_party/python/Modules/
Dsyslogmodule.c335 #define LOG_SYSLOG LOG_DAEMON in syslog_exec() macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h31 #define LOG_SYSLOG (5<<3) macro
/third_party/musl/include/
Dsyslog.h31 #define LOG_SYSLOG (5<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h31 #define LOG_SYSLOG (5<<3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h31 #define LOG_SYSLOG (5<<3) macro
/third_party/python/Lib/logging/
Dhandlers.py772 LOG_SYSLOG = 5 # messages generated internally by syslogd variable in SysLogHandler
/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