Lines Matching full:p1fd
97 int p1fd[2], p2fd[2];
125 close(p1fd[1]);
132 len = read(p1fd[0], rhostname, HLEN);
151 len = read(p1fd[0], rhostname, HLEN);
171 len = read(p1fd[0], rhostname, HLEN);
191 len = read(p1fd[0], rhostname, HLEN);
210 len = read(p1fd[0], rhostname, HLEN);
234 close(p1fd[0]);
240 write(p1fd[1], hostname, strlen(hostname));
249 write(p1fd[1], hostname, strlen(hostname));
264 write(p1fd[1], newhostname, strlen(newhostname));
302 if (pipe(p1fd) == -1) {