Home
last modified time | relevance | path

Searched defs:LOG_CRON (Results 1 - 12 of 12) sorted by relevance

/third_party/NuttX/include/
H A Dsyslog.h82 #define LOG_CRON 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsyslog.h35 #define LOG_CRON (9<<3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsyslog.h35 #define LOG_CRON (9<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsyslog.h35 #define LOG_CRON (9<<3) macro
/third_party/musl/include/
H A Dsyslog.h35 #define LOG_CRON (9<<3) macro
/third_party/python/Modules/
H A Dsyslogmodule.c344 #define LOG_CRON LOG_DAEMON in syslog_exec() macro
/third_party/python/Lib/logging/
H A Dhandlers.py776 LOG_CRON = 9 # clock daemon variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs450 pub const LOG_CRON: ::c_int = 9 << 3; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1223 pub const LOG_CRON: ::c_int = 9 << 3; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1246 pub const LOG_CRON: ::c_int = 9 << 3; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1993 pub const LOG_CRON: ::c_int = 9 << 3; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2120 pub const LOG_CRON: ::c_int = 15 << 3; consts

Completed in 38 milliseconds