Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp423 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess() argument
426 if (stdin_fd != kInvalidFd) { in StartSubprocess()
427 internal_close(stdin_fd); in StartSubprocess()
449 if (stdin_fd != kInvalidFd) { in StartSubprocess()
451 internal_dup2(stdin_fd, STDIN_FILENO); in StartSubprocess()
452 internal_close(stdin_fd); in StartSubprocess()
H A Dsanitizer_file.h94 const char *const envp[], fd_t stdin_fd = kInvalidFd,
H A Dsanitizer_win.cpp1143 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h443 int stdin_fd = GetInputFD(); in Run() local
444 if (stdin_fd >= 0) { in Run()
445 Terminal terminal(stdin_fd); in Run()
/freebsd/contrib/netcat/
H A Dnetcat.c849 int stdin_fd = STDIN_FILENO; in readwrite() local
861 stdin_fd = -1; in readwrite()
864 pfd[POLL_STDIN].fd = (tun_fd != -1) ? tun_fd : stdin_fd; in readwrite()
/freebsd/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()