Home
last modified time | relevance | path

Searched refs:LOG_NTP (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/logging/
Dhandlers.py745 LOG_NTP = 12 # NTP subsystem variable in SysLogHandler
786 "ntp": LOG_NTP,
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1149 pub const LOG_NTP: ::c_int = 12 << 3; constant