Searched refs:proc2_open (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/gcc/fixincludes/
H A Dserver.h70 pid_t proc2_open( t_fd_pair* p_pair, tCC** pp_args );
H A Dprocopen.c172 * proc2_open
182 proc2_open (t_fd_pair* p_pair, tCC** pp_args) function
203 * Identical to "proc2_open()", except that the "fd"'s are
210 pid_t ch_id = proc2_open (&fd_pair, pp_args);
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dserver.h77 pid_t proc2_open PARAMS (( t_fd_pair * p_pair, tCC ** pp_args));
H A Dprocopen.c178 * proc2_open
188 proc2_open (p_pair, pp_args) function
211 * Identical to "proc2_open()", except that the "fd"'s are
220 pid_t ch_id = proc2_open (&fd_pair, pp_args);

Completed in 127 milliseconds