Lines Matching refs:stdout
83 /// The stdout file descriptor can be closed, potentially on other threads, in
98 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/stdout.html
99 /// [Linux]: https://man7.org/linux/man-pages/man3/stdout.3.html
102 pub const unsafe fn stdout() -> BorrowedFd<'static> {
108 /// This is similar to [`stdout`], however it returns an `OwnedFd` which closes
113 /// This is unsafe for the same reasons as [`stdout`].
117 /// This has the same hazards as [`stdout`].
120 /// descriptors may unknowingly reuse the stdout file descriptor number, which
128 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/stdout.html
129 /// [Linux]: https://man7.org/linux/man-pages/man3/stdout.3.html
168 /// This is similar to [`stdout`], however it returns an `OwnedFd` which closes
218 /// This is similar to [`stdout`], however it returns a `RawFd`.
222 /// This has the same hazards as [`stdout`].
228 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/stdout.html
229 /// [Linux]: https://man7.org/linux/man-pages/man3/stdout.3.html