Home
last modified time | relevance | path

Searched refs:stdin_fd (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dsimple_exec.c144 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() argument
152 if(stdin_fd != NULL) in pipe_execv()
168 if(stdin_fd != NULL) in pipe_execv()
176 if(stdin_fd == NULL) in pipe_execv()
202 if(stdin_fd != NULL) { in pipe_execv()
216 if(stdin_fd != NULL) { in pipe_execv()
218 *stdin_fd = fdopen(in_fd[1], "w"); in pipe_execv()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp421 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess() argument
424 if (stdin_fd != kInvalidFd) { in StartSubprocess()
425 internal_close(stdin_fd); in StartSubprocess()
447 if (stdin_fd != kInvalidFd) { in StartSubprocess()
449 internal_dup2(stdin_fd, STDIN_FILENO); in StartSubprocess()
450 internal_close(stdin_fd); in StartSubprocess()
H A Dsanitizer_file.h91 const char *const envp[], fd_t stdin_fd = kInvalidFd,
H A Dsanitizer_win.cpp1117 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h432 int stdin_fd = GetInputFD(); in Run() local
433 if (stdin_fd >= 0) { in Run()
434 Terminal terminal(stdin_fd); in Run()
439 terminal_state.Save(stdin_fd, false); in Run()
/freebsd-13.1/contrib/netcat/
H A Dnetcat.c828 int stdin_fd = STDIN_FILENO; in readwrite() local
840 stdin_fd = -1; in readwrite()
843 pfd[POLL_STDIN].fd = stdin_fd; in readwrite()
/freebsd-13.1/crypto/openssh/regress/
H A Dnetcat.c785 int stdin_fd = STDIN_FILENO; in readwrite() local
796 stdin_fd = -1; in readwrite()
799 pfd[POLL_STDIN].fd = stdin_fd; in readwrite()