Home
last modified time | relevance | path

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

/third_party/rust/crates/libc/src/
H A Dlib.rs136 } else if #[cfg(target_os = "hermit")] {
140 mod hermit; modules
141 pub use hermit::*;
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs466 target_os = "haiku", target_os = "hermit", in from_std()
479 target_os = "haiku", target_os = "hermit", in from_std()
1338 target_os = "hermit", in from()
1456 target_os = "hermit", in from()
/third_party/rust/crates/rustix/src/path/
H A Darg.rs23 #[cfg(target_os = "hermit")]
24 use std::os::hermit::ext::ffi::{OsStrExt, OsStringExt};
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs391 } else if #[cfg(target_os = "hermit")] {
1567 } else if #[cfg(target_os = "hermit")] {
1568 mod hermit; modules
1569 pub use self::hermit::*;
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs14374 #[cfg(not(any(target_os = "hermit", test)))]
[all...]

Completed in 51 milliseconds