Home
last modified time | relevance | path

Searched defs:NOMEM (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/
Ddns.js315 NOMEM: 'ENOMEM', property
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs408 pub const NOMEM: Self = Self::from_errno(errno::ENOMEM); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs682 pub const NOMEM: Self = Self(c::ENOMEM); constant