Home
last modified time | relevance | path

Searched refs:LOG_AUTHPRIV (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
83 { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
83 { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, \
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
83 { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, \
/third_party/musl/include/
H A Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
83 { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, \
/third_party/python/Modules/
H A Dsyslogmodule.c352 #ifdef LOG_AUTHPRIV in syslog_exec()
353 ADD_INT_MACRO(module, LOG_AUTHPRIV); in syslog_exec()
/third_party/NuttX/include/
H A Dsyslog.h65 * LOG_AUTHPRIV - Security/authorization messages (private)
81 #define LOG_AUTHPRIV 0 macro
/third_party/python/Lib/logging/
H A Dhandlers.py777 LOG_AUTHPRIV = 10 # security/authorization messages (private) variable in SysLogHandler
811 "authpriv": LOG_AUTHPRIV,
/third_party/nghttp2/src/
H A Dshrpx_config.cc4225 #ifdef LOG_AUTHPRIV in str_syslog_facility()
4226 case (LOG_AUTHPRIV): in str_syslog_facility()
4228 #endif // LOG_AUTHPRIV in str_syslog_facility()
4275 #ifdef LOG_AUTHPRIV in int_syslog_facility()
4277 return LOG_AUTHPRIV; in int_syslog_facility()
4279 #endif // LOG_AUTHPRIV in int_syslog_facility()
/third_party/eudev/src/shared/
H A Dutil.c1371 [LOG_FAC(LOG_AUTHPRIV)] = "authpriv",
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs451 pub const LOG_AUTHPRIV: ::c_int = 10 << 3; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1224 pub const LOG_AUTHPRIV: ::c_int = 10 << 3; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1247 pub const LOG_AUTHPRIV: ::c_int = 10 << 3; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1994 pub const LOG_AUTHPRIV: ::c_int = 10 << 3; consts

Completed in 37 milliseconds