Searched refs:LOG_AUTHPRIV (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | syslog.h | 36 #define LOG_AUTHPRIV (10<<3) macro 83 { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | syslog.h | 36 #define LOG_AUTHPRIV (10<<3) macro 83 { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | syslog.h | 36 #define LOG_AUTHPRIV (10<<3) macro 83 { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, \
|
/third_party/musl/include/ |
H A D | syslog.h | 36 #define LOG_AUTHPRIV (10<<3) macro 83 { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, \
|
/third_party/python/Modules/ |
H A D | syslogmodule.c | 352 #ifdef LOG_AUTHPRIV in syslog_exec() 353 ADD_INT_MACRO(module, LOG_AUTHPRIV); in syslog_exec()
|
/third_party/NuttX/include/ |
H A D | syslog.h | 65 * LOG_AUTHPRIV - Security/authorization messages (private) 81 #define LOG_AUTHPRIV 0 macro
|
/third_party/python/Lib/logging/ |
H A D | handlers.py | 777 LOG_AUTHPRIV = 10 # security/authorization messages (private) variable in SysLogHandler 811 "authpriv": LOG_AUTHPRIV,
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 4225 #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 D | util.c | 1371 [LOG_FAC(LOG_AUTHPRIV)] = "authpriv",
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 451 pub const LOG_AUTHPRIV: ::c_int = 10 << 3; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1224 pub const LOG_AUTHPRIV: ::c_int = 10 << 3; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1247 pub const LOG_AUTHPRIV: ::c_int = 10 << 3; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1994 pub const LOG_AUTHPRIV: ::c_int = 10 << 3; consts
|
Completed in 37 milliseconds