Home
last modified time | relevance | path

Searched refs:ENOTCAPABLE (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/wasi/c/
Dsymlink_escape.c8 assert(errno == ENOTCAPABLE); in main()
Dcant_dotdot.c8 assert(errno == ENOTCAPABLE); in main()
/third_party/rust/crates/nix/src/
Derrno.rs772 ENOTCAPABLE => "Capabilities insufficient", in desc()
1743 ENOTCAPABLE = libc::ENOTCAPABLE, enumerator
1852 libc::ENOTCAPABLE => ENOTCAPABLE, in from_i32()
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs750 pub const NOTCAPABLE: Self = Self(c::ENOTCAPABLE);
/third_party/rust/crates/libc/libc-test/semver/
Dfreebsd.txt264 ENOTCAPABLE
/third_party/rust/crates/libc/src/
Dwasi.rs356 pub const ENOTCAPABLE: c_int = 76; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1936 pub const ENOTCAPABLE: ::c_int = 93; constant