Home
last modified time | relevance | path

Searched refs:stdout_fd (Results 1 – 4 of 4) sorted by relevance

/trueos/crypto/heimdal/lib/roken/
HDsimple_exec.c144 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() argument
154 if(stdout_fd != NULL) in pipe_execv()
170 if(stdout_fd != NULL) in pipe_execv()
178 if(stdout_fd == NULL) in pipe_execv()
206 if(stdout_fd != NULL) { in pipe_execv()
220 if(stdout_fd != NULL) { in pipe_execv()
222 *stdout_fd = fdopen(out_fd[0], "r"); in pipe_execv()
/trueos/contrib/atf/atf-c++/detail/
Dprocess.hpp213 int stdout_fd(void);
Dprocess.cpp322 impl::child::stdout_fd(void) in stdout_fd() function in impl::child
/trueos/contrib/netcat/
HDnetcat.c806 int stdout_fd = STDOUT_FILENO; in readwrite() local
831 pfd[POLL_STDOUT].fd = stdout_fd; in readwrite()