Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dprocopen.c68 chain_open (stdin_fd, pp_args, p_child) in chain_open() argument
69 int stdin_fd; in chain_open()
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-src/gnu/gcc/fixincludes/
H A Dprocopen.c65 chain_open (int stdin_fd, tCC** pp_args, pid_t* p_child) in chain_open() argument
133 ch_id, stdin_fd, stdout_pair.write_fd, stdout_pair.read_fd); in chain_open()
135 close (stdin_fd); in chain_open()
159 dup2 (stdin_fd, STDIN_FILENO); in chain_open()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp423 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess() argument
426 if (stdin_fd != kInvalidFd) { in StartSubprocess()
427 internal_close(stdin_fd); in StartSubprocess()
449 if (stdin_fd != kInvalidFd) { in StartSubprocess()
451 internal_dup2(stdin_fd, STDIN_FILENO); in StartSubprocess()
452 internal_close(stdin_fd); in StartSubprocess()
H A Dsanitizer_file.h93 const char *const envp[], fd_t stdin_fd = kInvalidFd,
H A Dsanitizer_win.cpp1127 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h434 int stdin_fd = GetInputFD(); in Run() local
435 if (stdin_fd >= 0) { in Run()
436 Terminal terminal(stdin_fd); in Run()
/openbsd-src/usr.bin/nc/
H A Dnetcat.c1099 int stdin_fd = STDIN_FILENO;
1110 stdin_fd = -1; in readwrite()
1113 pfd[POLL_STDIN].fd = stdin_fd; in readwrite()
1103 int stdin_fd = STDIN_FILENO; readwrite() local