Searched defs:stdin_fd (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
H A D | procopen.c | 65 chain_open (int stdin_fd, tCC** pp_args, pid_t* p_child) in chain_open()
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
H A D | procopen.c | 65 chain_open (int stdin_fd, tCC** pp_args, pid_t* p_child) in chain_open()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | spawn_command.c | 109 int stdin_fd; /* read stdin here */ member
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | remote-cstms.c | 141 start_remote_job (char **argv, char **envp, int stdin_fd, in start_remote_job()
|
H A D | job.c | 1897 child_execute_job (int stdin_fd, int stdout_fd, char **argv, char **envp) in child_execute_job() 1960 child_execute_job (int stdin_fd, int stdout_fd, char **argv, char **envp) in child_execute_job()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | simple_exec.c | 146 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv()
|
H A D | simple_exec_w32.c | 211 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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 | 1099 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cc | 444 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
|
H A D | sanitizer_win.cc | 1034 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cc | 440 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
|
H A D | sanitizer_win.cc | 1027 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
|
/netbsd-src/usr.bin/nc/ |
H A D | netcat.c | 1063 int stdin_fd = STDIN_FILENO; in readwrite() local
|