Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Derrnomodule.c927 #ifdef EQFULL in errno_exec()
928 add_errcode("EQFULL", EQFULL, "Interface output queue is full"); in errno_exec()
/third_party/rust/crates/nix/src/
H A Derrno.rs1096 EQFULL => "Interface output queue is full",
1520 EQFULL = libc::EQFULL,
1524 pub const ELAST: Errno = Errno::EQFULL;
1638 libc::EQFULL => EQFULL,
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3071 pub const EQFULL: ::c_int = 106; consts

Completed in 25 milliseconds