Home
last modified time | relevance | path

Searched refs:EPROCUNAVAIL (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/nix/src/
H A Derrno.rs985 EPROCUNAVAIL => "Bad procedure for program",
1490 EPROCUNAVAIL = libc::EPROCUNAVAIL,
1608 libc::EPROCUNAVAIL => EPROCUNAVAIL,
1726 EPROCUNAVAIL = libc::EPROCUNAVAIL,
1835 libc::EPROCUNAVAIL => EPROCUNAVAIL,
1943 EPROCUNAVAIL
[all...]
/third_party/python/Modules/
H A Derrnomodule.c909 #ifdef EPROCUNAVAIL in errno_exec()
910 add_errcode("EPROCUNAVAIL", EPROCUNAVAIL, "Bad procedure for program"); in errno_exec()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs333 pub const EPROCUNAVAIL: ::c_int = 76; consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs839 /// `EPROCUNAVAIL`
848 pub const PROCUNAVAIL: Self = Self(c::EPROCUNAVAIL);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs727 pub const EPROCUNAVAIL: ::c_int = 76; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1607 pub const EPROCUNAVAIL: ::c_int = 276; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3041 pub const EPROCUNAVAIL: ::c_int = 76; consts

Completed in 48 milliseconds