Home
last modified time | relevance | path

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

/third_party/NuttX/include/
Dsyslog.h82 #define LOG_CRON 0 macro
/third_party/python/Modules/
Dsyslogmodule.c324 #define LOG_CRON LOG_DAEMON in syslog_exec() macro
/third_party/musl/include/
Dsyslog.h35 #define LOG_CRON (9<<3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h35 #define LOG_CRON (9<<3) macro
/third_party/musl/ndk_musl_include/
Dsyslog.h35 #define LOG_CRON (9<<3) macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h35 #define LOG_CRON (9<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h35 #define LOG_CRON (9<<3) macro
/third_party/boost/libs/log/src/
Dsyslog_backend.cpp254 #define LOG_CRON LOG_DAEMON in convert_facility() macro
/third_party/python/Lib/logging/
Dhandlers.py772 LOG_CRON = 9 # clock daemon variable in SysLogHandler