Home
last modified time | relevance | path

Searched defs:SRCH (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs973 pub const SRCH: Self = Self(c::ESRCH); consts
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs487 pub const SRCH: Self = Self::from_errno(errno::ESRCH); consts

Completed in 3 milliseconds