Searched defs:stdin_fd (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | procopen.c | 68 chain_open (stdin_fd, pp_args, p_child) in chain_open() argument
|
/openbsd/gnu/gcc/fixincludes/ |
H A D | procopen.c | 65 chain_open (int stdin_fd, tCC** pp_args, pid_t* p_child) in chain_open()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPythonImpl.h | 434 int stdin_fd = GetInputFD(); in Run() local
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 423 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()
|
H A D | sanitizer_win.cpp | 1127 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()
|
/openbsd/usr.bin/nc/ |
H A D | netcat.c | 1099 int stdin_fd = STDIN_FILENO; in readwrite() local
|