Searched refs:stdin_fd (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | simple_exec.c | 144 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 D | sanitizer_posix_libcdep.cpp | 504 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess() argument 507 if (stdin_fd != kInvalidFd) { in StartSubprocess() 508 internal_close(stdin_fd); in StartSubprocess() 530 if (stdin_fd != kInvalidFd) { in StartSubprocess() 532 internal_dup2(stdin_fd, STDIN_FILENO); in StartSubprocess() 533 internal_close(stdin_fd); in StartSubprocess()
|
| H A D | sanitizer_file.h | 94 const char *const envp[], fd_t stdin_fd = kInvalidFd,
|
| H A D | sanitizer_win.cpp | 1208 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 D | ScriptInterpreterPythonImpl.h | 451 int stdin_fd = GetInputFD(); in Run() local 452 if (stdin_fd >= 0) { in Run() 453 Terminal terminal(stdin_fd); in Run()
|
| /freebsd/contrib/netcat/ |
| H A D | netcat.c | 857 int stdin_fd = STDIN_FILENO; in readwrite() local 869 stdin_fd = -1; in readwrite() 872 pfd[POLL_STDIN].fd = (tun_fd != -1) ? tun_fd : stdin_fd; in readwrite()
|
| /freebsd/crypto/openssh/regress/ |
| H A D | netcat.c | 781 int stdin_fd = STDIN_FILENO; in readwrite() local 792 stdin_fd = -1; in readwrite() 795 pfd[POLL_STDIN].fd = stdin_fd; in readwrite()
|