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

/openbsd-current/gnu/gcc/fixincludes/
H A Dserver.h69 pid_t proc2_fopen( t_pf_pair* p_pair, tCC** pp_args );
70 pid_t proc2_open( t_fd_pair* p_pair, tCC** pp_args );
H A Dprocopen.c182 proc2_open (t_fd_pair* p_pair, tCC** pp_args) argument
189 if (pipe ((int *) p_pair) < 0)
192 p_pair->read_fd = chain_open (p_pair->read_fd, pp_args, &ch_id);
194 close (p_pair->write_fd);
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dserver.h76 pid_t proc2_fopen PARAMS (( t_pf_pair * p_pair, tCC ** pp_args));
77 pid_t proc2_open PARAMS (( t_fd_pair * p_pair, tCC ** pp_args));
H A Dprocopen.c188 proc2_open (p_pair, pp_args)
189 t_fd_pair *p_pair;
197 if (pipe ((int *) p_pair) < 0)
200 p_pair->read_fd = chain_open (p_pair->read_fd, pp_args, &ch_id);
202 close (p_pair->write_fd);

Completed in 59 milliseconds