Home
last modified time | relevance | path

Searched refs:LOG_ODELAY (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/
Dsyslogmodule.c288 #ifdef LOG_ODELAY in syslog_exec()
289 ADD_INT_MACRO(module, LOG_ODELAY); in syslog_exec()
/external/python/cpython3/Doc/library/
Dsyslog.rst97 in ``<syslog.h>``, :const:`LOG_ODELAY`, :const:`LOG_NOWAIT`, and
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1239 pub const LOG_ODELAY: ::c_int = 4 << 12; constant
/external/rust/crates/libc/src/unix/
Dmod.rs268 pub const LOG_ODELAY: ::c_int = 0x04; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1367 pub const LOG_ODELAY: ::c_int = 0x04; constant
/external/python/cpython3/Misc/
DHISTORY8026 - Issue #14416: syslog now defines the LOG_ODELAY and LOG_AUTHPRIV constants