Searched defs:stdin_fd (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/site_tests/security_Libcontainer/src/ |
D | libcontainer_target_unittest.cc | 118 int stdin_fd; in TEST_F() local
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPythonImpl.h | 429 int stdin_fd = GetInputFD(); in Run() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix_libcdep.cc | 334 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
|
D | sanitizer_win.cc | 868 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix_libcdep.cpp | 425 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()
|
D | sanitizer_win.cpp | 1086 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()
|
/external/openssh/regress/ |
D | netcat.c | 779 int stdin_fd = STDIN_FILENO; in readwrite() local
|