Lines Matching refs:close
350 close(fd[0]);351 close(fd[1]);355 /* I'm the parent; close the write end */356 close(fd[1]);377 /* close the read end */378 close(fd[0]);384 /* I'm the child; close the read end */385 close(fd[0]);397 /* close the write end */398 close(fd[1]);