Searched refs:stdin_fd (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dprocopen.c68 chain_open (stdin_fd, pp_args, p_child)
69 int stdin_fd;
139 ch_id, stdin_fd, stdout_pair.write_fd, stdout_pair.read_fd);
141 close (stdin_fd);
165 fcntl (stdin_fd, F_DUPFD, STDIN_FILENO);
/openbsd-current/gnu/gcc/fixincludes/
H A Dprocopen.c65 chain_open (int stdin_fd, tCC** pp_args, pid_t* p_child) argument
133 ch_id, stdin_fd, stdout_pair.write_fd, stdout_pair.read_fd);
135 close (stdin_fd);
159 dup2 (stdin_fd, STDIN_FILENO);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h93 const char *const envp[], fd_t stdin_fd = kInvalidFd,
H A Dsanitizer_posix_libcdep.cpp423 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd,
426 if (stdin_fd != kInvalidFd) {
427 internal_close(stdin_fd);
449 if (stdin_fd != kInvalidFd) {
451 internal_dup2(stdin_fd, STDIN_FILENO);
452 internal_close(stdin_fd);
422 StartSubprocess(const char *program, const char *const argv[], const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) argument
H A Dsanitizer_win.cpp1127 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd,
/openbsd-current/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h434 int stdin_fd = GetInputFD(); variable
435 if (stdin_fd >= 0) {
436 Terminal terminal(stdin_fd);
/openbsd-current/usr.bin/nc/
H A Dnetcat.c1103 int stdin_fd = STDIN_FILENO; local
1114 stdin_fd = -1;
1117 pfd[POLL_STDIN].fd = stdin_fd;

Completed in 91 milliseconds