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

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dsimple_exec.c144 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, argument
152 if(stdin_fd != NULL)
168 if(stdin_fd != NULL)
176 if(stdin_fd == NULL)
202 if(stdin_fd != NULL) {
216 if(stdin_fd != NULL) {
218 *stdin_fd = fdopen(in_fd[1], "w");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h90 const char *const envp[], fd_t stdin_fd = kInvalidFd,
H A Dsanitizer_posix_libcdep.cpp429 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd,
432 if (stdin_fd != kInvalidFd) {
433 internal_close(stdin_fd);
455 if (stdin_fd != kInvalidFd) {
457 internal_dup2(stdin_fd, STDIN_FILENO);
458 internal_close(stdin_fd);
428 StartSubprocess(const char *program, const char *const argv[], const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) argument
H A Dsanitizer_win.cpp1067 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd,
1066 StartSubprocess(const char *program, const char *const argv[], const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h421 int stdin_fd = GetInputFD(); variable
422 if (stdin_fd >= 0) {
423 Terminal terminal(stdin_fd);
428 terminal_state.Save(stdin_fd, false);
/freebsd-13-stable/contrib/netcat/
H A Dnetcat.c828 int stdin_fd = STDIN_FILENO; local
840 stdin_fd = -1;
843 pfd[POLL_STDIN].fd = stdin_fd;
/freebsd-13-stable/crypto/openssh/regress/
H A Dnetcat.c776 int stdin_fd = STDIN_FILENO; local
787 stdin_fd = -1;
790 pfd[POLL_STDIN].fd = stdin_fd;

Completed in 87 milliseconds