OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdout_fd
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_file.h
91
fd_t stdin_fd = kInvalidFd, fd_t
stdout_fd
= kInvalidFd,
sanitizer_posix_libcdep.cc
444
fd_t stdin_fd, fd_t
stdout_fd
, fd_t stderr_fd) {
449
if (
stdout_fd
!= kInvalidFd) {
450
internal_close(
stdout_fd
);
474
if (
stdout_fd
!= kInvalidFd) {
476
internal_dup2(
stdout_fd
, STDOUT_FILENO);
477
internal_close(
stdout_fd
);
sanitizer_win.cc
1034
fd_t stdin_fd, fd_t
stdout_fd
, fd_t stderr_fd) {
/src/usr.bin/nc/
netcat.c
1064
int
stdout_fd
= STDOUT_FILENO;
local in function:readwrite
1089
pfd[POLL_STDOUT].fd =
stdout_fd
;
Completed in 18 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025