Home
last modified time | relevance | path

Searched refs:ENOTCAPABLE (Results 1 - 8 of 8) sorted by relevance

/third_party/node/test/wasi/c/
H A Dcant_dotdot.c8 assert(errno == ENOTCAPABLE); in main()
H A Dsymlink_escape.c8 assert(errno == ENOTCAPABLE); in main()
/third_party/python/Modules/
H A Derrnomodule.c930 #ifdef ENOTCAPABLE in errno_exec()
932 add_errcode("ENOTCAPABLE", ENOTCAPABLE, "Capabilities insufficient"); in errno_exec()
/third_party/rust/crates/nix/src/
H A Derrno.rs772 ENOTCAPABLE => "Capabilities insufficient",
1743 ENOTCAPABLE = libc::ENOTCAPABLE,
1852 libc::ENOTCAPABLE => ENOTCAPABLE,
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs748 /// `ENOTCAPABLE`
750 pub const NOTCAPABLE: Self = Self(c::ENOTCAPABLE);
/third_party/rust/crates/libc/src/
H A Dwasi.rs356 pub const ENOTCAPABLE: c_int = 76; consts
/third_party/python/Objects/
H A Dexceptions.c3679 #ifdef ENOTCAPABLE in _PyExc_InitState()
3682 ADD_ERRNO(PermissionError, ENOTCAPABLE); in _PyExc_InitState()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1936 pub const ENOTCAPABLE: ::c_int = 93; consts

Completed in 23 milliseconds