Home
last modified time | relevance | path

Searched refs:ENOTACTIVE (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/
H A Derrnomodule.c871 #ifdef ENOTACTIVE in errno_exec()
872 add_errcode("ENOTACTIVE", ENOTACTIVE, "Facility is not active"); in errno_exec()
/third_party/rust/crates/nix/src/
H A Derrno.rs1114 ENOTACTIVE => "Facility is not active",
2775 ENOTACTIVE = libc::ENOTACTIVE,
2907 libc::ENOTACTIVE => ENOTACTIVE,
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1537 pub const ENOTACTIVE: ::c_int = 73; consts

Completed in 13 milliseconds