Searched defs:stdin_fd (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPythonImpl.h | 445 int stdin_fd = GetInputFD(); Run() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 443 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 | 1139 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
|