Searched defs:stdin_fd (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/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()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPythonImpl.h | 443 int stdin_fd = GetInputFD(); Run() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 423 StartSubprocess(const char * program,const char * const argv[],const char * const envp[],fd_t stdin_fd,fd_t stdout_fd,fd_t stderr_fd) StartSubprocess() argument
|
H A D | sanitizer_win.cpp | 1143 StartSubprocess(const char * program,const char * const argv[],const char * const envp[],fd_t stdin_fd,fd_t stdout_fd,fd_t stderr_fd) StartSubprocess() argument
|
/freebsd-src/contrib/netcat/ |
H A D | netcat.c | 849 int stdin_fd = STDIN_FILENO; readwrite() local
|
/freebsd-src/crypto/openssh/regress/ |
H A D | netcat.c | 785 int stdin_fd = STDIN_FILENO; in readwrite() local
|