Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/
Derrno.rs2775 ENOTACTIVE = libc::ENOTACTIVE, enumerator
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1537 pub const ENOTACTIVE: ::c_int = 73; constant