Home
last modified time | relevance | path

Searched refs:ENOPOLICY (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/
Derrnomodule.c899 #ifdef ENOPOLICY in errno_exec()
900 add_errcode("ENOPOLICY", ENOPOLICY, "Policy not found"); in errno_exec()
/third_party/rust/crates/nix/src/
Derrno.rs1093 ENOPOLICY => "No such policy registered", in desc()
1517 ENOPOLICY = libc::ENOPOLICY, enumerator
1635 libc::ENOPOLICY => ENOPOLICY, in from_i32()
/third_party/rust/crates/libc/libc-test/semver/
Dapple.txt343 ENOPOLICY
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3068 pub const ENOPOLICY: ::c_int = 103; constant