Lines Matching full:unix
3 //! On Unix, "everything is a file descriptor". On Windows, file/pipe/process
8 #[cfg(any(unix, target_os = "wasi"))]
15 /// This is a portability abstraction over Unix-like [`BorrowedFd`] and
17 #[cfg(any(unix, target_os = "wasi"))]
22 /// This is a portability abstraction over Unix-like `BorrowedFd` and
29 /// This is a portability abstraction over Unix-like [`BorrowedFd`] and
31 #[cfg(any(unix, target_os = "wasi"))]
36 /// This is a portability abstraction over Unix-like `BorrowedFd` and
43 /// This is a portability abstraction over Unix-like [`OwnedFd`] and
45 #[cfg(any(unix, target_os = "wasi"))]
50 /// This is a portability abstraction over Unix-like `OwnedFd` and
57 /// This is a portability abstraction over Unix-like [`OwnedFd`] and
59 #[cfg(any(unix, target_os = "wasi"))]
64 /// This is a portability abstraction over Unix-like `OwnedFd` and
71 /// This is a portability abstraction over Unix-like [`AsFd`] and Windows'
74 #[cfg(any(unix, target_os = "wasi"))]
109 #[cfg(any(unix, target_os = "wasi"))]
124 /// This is a portability abstraction over Unix-like `AsFd` and Windows'
178 /// This is a portability abstraction over Unix-like [`AsFd`] and Windows'
181 #[cfg(any(unix, target_os = "wasi"))]
204 #[cfg(any(unix, target_os = "wasi"))]
220 /// This is a portability abstraction over Unix-like `AsFd` and Windows'
260 /// This is a portability abstraction over Unix-like [`Into<OwnedFd>`] and Windows'
262 #[cfg(any(unix, target_os = "wasi"))]
280 #[cfg(any(unix, target_os = "wasi"))]
291 /// This is a portability abstraction over Unix-like `Into<OwnedFd>` and Windows'
310 /// This is a portability abstraction over Unix-like [`Into<OwnedFd>`] and Windows'
312 #[cfg(any(unix, target_os = "wasi"))]
318 #[cfg(any(unix, target_os = "wasi"))]
329 /// This is a portability abstraction over Unix-like `Into<OwnedFd>` and Windows'
360 /// This is a portability abstraction over Unix-like [`From<OwnedFd>`] and Windows'
363 #[cfg(any(unix, target_os = "wasi"))]
398 #[cfg(any(unix, target_os = "wasi"))]
414 /// This is a portability abstraction over Unix-like `From<OwnedFd>` and Windows'
468 /// This is a portability abstraction over Unix-like [`From<OwnedFd>`] and Windows'
471 #[cfg(any(unix, target_os = "wasi"))]
481 #[cfg(any(unix, target_os = "wasi"))]
497 /// This is a portability abstraction over Unix-like `From<OwnedFd>` and Windows'