• Home
  • Raw
  • Download

Lines Matching full:unix

3 //! On Unix, "everything is a file descriptor". On Windows, file/pipe/process
7 #[cfg(unix)]
8 use std::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
19 /// This is a portability abstraction over Unix-like [`RawFd`] and
21 #[cfg(any(unix, target_os = "wasi"))]
26 /// This is a portability abstraction over Unix-like `RawFd` and
33 /// This is a portability abstraction over Unix-like [`RawFd`] and
35 #[cfg(any(unix, target_os = "wasi"))]
40 /// This is a portability abstraction over Unix-like `RawFd` and
47 /// This is a portability abstraction over Unix-like [`AsRawFd`] and Windows'
49 #[cfg(any(unix, target_os = "wasi"))]
55 #[cfg(any(unix, target_os = "wasi"))]
63 /// This is a portability abstraction over Unix-like `AsRawFd` and Windows'
79 /// This is a portability abstraction over Unix-like [`AsRawFd`] and Windows'
81 #[cfg(any(unix, target_os = "wasi"))]
87 #[cfg(any(unix, target_os = "wasi"))]
95 /// This is a portability abstraction over Unix-like `AsRawFd` and Windows'
111 /// This is a portability abstraction over Unix-like [`IntoRawFd`] and Windows'
113 #[cfg(any(unix, target_os = "wasi"))]
119 #[cfg(any(unix, target_os = "wasi"))]
127 /// This is a portability abstraction over Unix-like `IntoRawFd` and Windows'
143 /// This is a portability abstraction over Unix-like [`IntoRawFd`] and Windows'
145 #[cfg(any(unix, target_os = "wasi"))]
151 #[cfg(any(unix, target_os = "wasi"))]
159 /// This is a portability abstraction over Unix-like `IntoRawFd` and Windows'
175 /// This is a portability abstraction over Unix-like [`FromRawFd`] and Windows'
177 #[cfg(any(unix, target_os = "wasi"))]
186 …/// [`from_raw_fd`]: https://doc.rust-lang.org/stable/std/os/unix/io/trait.FromRawFd.html#tymethod…
191 #[cfg(any(unix, target_os = "wasi"))]
199 /// This is a portability abstraction over Unix-like `FromRawFd` and Windows'
215 /// This is a portability abstraction over Unix-like [`FromRawFd`] and Windows'
217 #[cfg(any(unix, target_os = "wasi"))]
226 …/// [`from_raw_fd`]: https://doc.rust-lang.org/stable/std/os/unix/io/trait.FromRawFd.html#tymethod…
231 #[cfg(any(unix, target_os = "wasi"))]
239 /// This is a portability abstraction over Unix-like `FromRawFd` and Windows'