Home
last modified time | relevance | path

Searched defs:LOG_AUTHPRIV (Results 1 – 8 of 8) sorted by relevance

/third_party/NuttX/include/
Dsyslog.h81 #define LOG_AUTHPRIV 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
/third_party/musl/include/
Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
/third_party/musl/ndk_musl_include/
Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h36 #define LOG_AUTHPRIV (10<<3) macro
/third_party/boost/libs/log/src/
Dsyslog_backend.cpp257 #define LOG_AUTHPRIV LOG_AUTH in convert_facility() macro
/third_party/python/Lib/logging/
Dhandlers.py773 LOG_AUTHPRIV = 10 # security/authorization messages (private) variable in SysLogHandler