Home
last modified time | relevance | path

Searched defs:AUTH (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs55 pub const AUTH: Self = Self(c::EAUTH); constant
/third_party/python/Lib/test/
Dtest_smtplib.py828 AUTH = 99 # Add protocol state to enable auth testing. variable in SimSMTPChannel