Home
last modified time | relevance | path

Searched refs:EAUTH (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/nix/src/
H A Derrno.rs1005 EAUTH => "Authentication error",
1494 EAUTH = libc::EAUTH,
1612 libc::EAUTH => EAUTH,
1730 EAUTH = libc::EAUTH,
1839 libc::EAUTH => EAUTH,
1947 EAUTH
[all...]
/third_party/python/Modules/
H A Derrnomodule.c876 #ifdef EAUTH in errno_exec()
877 add_errcode("EAUTH", EAUTH, "Authentication error"); in errno_exec()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs337 pub const EAUTH: ::c_int = 80; consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs46 /// `EAUTH`
55 pub const AUTH: Self = Self(c::EAUTH);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs731 pub const EAUTH: ::c_int = 80; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3045 pub const EAUTH: ::c_int = 80; consts

Completed in 25 milliseconds