Home
last modified time | relevance | path

Searched refs:EDOOFUS (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/nix/src/
H A Derrno.rs755 EDOOFUS => "Programming error",
1738 EDOOFUS = libc::EDOOFUS,
1847 libc::EDOOFUS => EDOOFUS,
1955 EDOOFUS = libc::EDOOFUS,
2064 libc::EDOOFUS => EDOOFUS,
/third_party/mksh/
H A Dos2.c575 errno = EDOOFUS; in getdrvwd()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs225 /// `EDOOFUS`
227 pub const DOOFUS: Self = Self(c::EDOOFUS);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs739 pub const EDOOFUS: ::c_int = 88; consts

Completed in 18 milliseconds