Lines Matching refs:startup_p
1224 int startup_p[2] = { -1 , -1 }; local
1316 if (pipe(startup_p) == -1) {
1326 close(startup_p[0]);
1327 close(startup_p[1]);
1333 startup_pipes[j] = startup_p[0];
1334 if (maxfd < startup_p[0])
1335 maxfd = startup_p[0];
1354 close(startup_p[0]);
1355 close(startup_p[1]);
1382 startup_pipe = startup_p[1];
1403 close(startup_p[1]);