Home | History | Annotate | Download | only in util

Lines Matching refs:close

7 	close(fd[0]);
8 close(fd[1]);
15 close(fd);
24 * In case of errors we must keep the promise to close FDs
32 close(cmd->out);
46 close(cmd->in);
58 close(cmd->in);
62 close(cmd->out);
78 close(cmd->in);
97 close(cmd->out);
126 close(cmd->in);
130 close(cmd->out);
139 close(fdin[0]);
141 close(cmd->in);
144 close(fdout[1]);
146 close(cmd->out);
149 close(fderr[1]);