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.c315 #define LOG_SYSLOG LOG_DAEMON in syslog_exec() macro
/third_party/musl/porting/liteos_m/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/uniproton/kernel/include/
Dsyslog.h31 #define LOG_SYSLOG (5<<3) macro
/third_party/musl/ndk_musl_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/boost/libs/log/src/
Dsyslog_backend.cpp242 #define LOG_SYSLOG LOG_DAEMON in convert_facility() macro
/third_party/python/Lib/logging/
Dhandlers.py768 LOG_SYSLOG = 5 # messages generated internally by syslogd variable in SysLogHandler