Lines Matching refs:close
210 close(p[0]);
212 close(p[1]);
264 /* Close unused endpoints. */
265 close(pipeIn[1]);
266 close(pipeOut[0]);
267 close(pipeErr[0]);
268 close(statusPipe[0]);
270 /* Set status pipe to close on exec(). That way parent will know that exec() succeeded. */
278 close(pipeIn[0]);
284 close(pipeOut[1]);
290 close(pipeErr[1]);
304 close(statusPipe[1]);
324 /* Close handles. */
325 close(statusPipe[0]);
339 close(statusPipe[0]);
347 close(pipeIn[0]);
348 close(pipeOut[1]);
349 close(pipeErr[1]);
356 close(pipeIn[1]);
359 close(pipeOut[0]);
362 close(pipeErr[0]);
704 /* Close all handles. */
717 /* Close our ends of handles.*/