Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Derrnomodule.c891 #ifdef EDEVERR in errno_exec()
892 add_errcode("EDEVERR", EDEVERR, "Device error"); in errno_exec()
/third_party/rust/crates/nix/src/
H A Derrno.rs1022 EDEVERR => "Device error, e.g. paper out",
1497 EDEVERR = libc::EDEVERR,
1615 libc::EDEVERR => EDEVERR,
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3048 pub const EDEVERR: ::c_int = 83; consts
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 172 milliseconds