Lines Matching refs:startup_p
1151 int startup_p[2] = { -1 , -1 }; local
1245 if (pipe(startup_p) == -1) {
1255 close(startup_p[0]);
1256 close(startup_p[1]);
1262 startup_pipes[j] = startup_p[0];
1263 if (maxfd < startup_p[0])
1264 maxfd = startup_p[0];
1283 close(startup_p[0]);
1284 close(startup_p[1]);
1311 startup_pipe = startup_p[1];
1332 close(startup_p[1]);