Home
last modified time | relevance | path

Searched refs:LOG_AUTH (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dsyslog.h30 #define LOG_AUTH (4<<3) macro
83 { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, \
87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsyslog.h30 #define LOG_AUTH (4<<3) macro
83 { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, \
87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsyslog.h30 #define LOG_AUTH (4<<3) macro
83 { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, \
87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
/third_party/musl/include/
H A Dsyslog.h30 #define LOG_AUTH (4<<3) macro
83 { "auth", LOG_AUTH }, { "authpriv", LOG_AUTHPRIV }, \
87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
/third_party/NuttX/include/
H A Dsyslog.h64 * LOG_AUTH - Security/authorization messages
80 #define LOG_AUTH 0 macro
/third_party/musl/libc-test/src/api/
H A Dsyslog.c18 C(LOG_AUTH) in f()
/third_party/toybox/toys/other/
H A Dlogin.c48 openlog("login", LOG_PID | LOG_CONS, LOG_AUTH); in login_main()
/third_party/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslogtst.c270 syslog(LOG_AUTH | LOG_INFO, in main()
/third_party/python/Modules/
H A Dsyslogmodule.c323 ADD_INT_MACRO(module, LOG_AUTH); in syslog_exec()
/third_party/python/Lib/logging/
H A Dhandlers.py771 LOG_AUTH = 4 # security/authorization messages variable in SysLogHandler
810 "auth": LOG_AUTH,
/third_party/eudev/src/shared/
H A Dutil.c1365 [LOG_FAC(LOG_AUTH)] = "auth",
/third_party/toybox/lib/
H A Dlib.c1422 for (i = 0; i<3; i++) if (isatty(i)) facility = LOG_AUTH; in loggit()
/third_party/nghttp2/src/
H A Dshrpx_config.cc4223 case (LOG_AUTH): in str_syslog_facility()
4272 return LOG_AUTH; in int_syslog_facility()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs267 pub const LOG_AUTH: ::c_int = 4 << 3; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1357 pub const LOG_AUTH: ::c_int = 4 << 3; consts

Completed in 28 milliseconds