Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dsimple_exec.c146 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() argument
157 if(stdin_fd != NULL) in pipe_execv()
184 if(stdin_fd != NULL) in pipe_execv()
192 if(stdin_fd == NULL) in pipe_execv()
218 if(stdin_fd != NULL) { in pipe_execv()
232 if(stdin_fd != NULL) { in pipe_execv()
234 *stdin_fd = fdopen(in_fd[1], "w"); in pipe_execv()
Dsimple_exec_w32.c211 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() argument
252 (stdin_fd && !CreatePipe(&hIn_r, &hIn_w, &sa, 0)) || in pipe_execv()
259 (!stdin_fd && (hIn_r = CreateFile("CON",GENERIC_READ, FILE_SHARE_READ|FILE_SHARE_WRITE, in pipe_execv()
298 if (stdin_fd) { in pipe_execv()
299 *stdin_fd = _fdopen(_open_osfhandle((intptr_t) hIn_w, 0), "wb"); in pipe_execv()
300 if (*stdin_fd) in pipe_execv()
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dspawn_command.c110 int stdin_fd; /* read stdin here */ member
133 args->stdin_fd = -1; in get_spawn_args()
161 args->stdin_fd = va_arg(ap, int); in get_spawn_args()
257 if ((args.stdin_fd >= 0 && DUP2(args.stdin_fd, STDIN_FILENO) < 0) in spawn_command()
/netbsd/src/external/gpl3/gcc/dist/fixincludes/
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()