Home
last modified time | relevance | path

Searched refs:NAMETOOLONG (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Daddr.rs34 return Err(io::Errno::NAMETOOLONG); in _new()
49 return Err(io::Errno::NAMETOOLONG); in new_abstract_name()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Daddr.rs47 return Err(io::Errno::NAMETOOLONG); in _new()
85 return Err(io::Errno::NAMETOOLONG); in new_abstract_name()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs373 pub const NAMETOOLONG: Self = Self::from_errno(errno::ENAMETOOLONG); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs547 pub const NAMETOOLONG: Self = Self(c::ENAMETOOLONG); consts
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs638 8 => Err(io::Errno::NAMETOOLONG),

Completed in 5 milliseconds