out_fd             99 source3/lib/sendfile.c extern int32 sendfile (int out_fd, int in_fd, int32 *offset, uint32 count);
out_fd            154 source4/heimdal/lib/roken/simple_exec.c     int in_fd[2], out_fd[2], err_fd[2];
out_fd            162 source4/heimdal/lib/roken/simple_exec.c 	pipe(out_fd);
out_fd            178 source4/heimdal/lib/roken/simple_exec.c 	    close(out_fd[0]);
out_fd            186 source4/heimdal/lib/roken/simple_exec.c 	    out_fd[1] = open(_PATH_DEVNULL, O_WRONLY);
out_fd            195 source4/heimdal/lib/roken/simple_exec.c 	if(out_fd[1] != STDOUT_FILENO) {
out_fd            196 source4/heimdal/lib/roken/simple_exec.c 	    dup2(out_fd[1], STDOUT_FILENO);
out_fd            197 source4/heimdal/lib/roken/simple_exec.c 	    close(out_fd[1]);
out_fd            214 source4/heimdal/lib/roken/simple_exec.c 	    close(out_fd[0]);
out_fd            215 source4/heimdal/lib/roken/simple_exec.c 	    close(out_fd[1]);
out_fd            228 source4/heimdal/lib/roken/simple_exec.c 	    close(out_fd[1]);
out_fd            229 source4/heimdal/lib/roken/simple_exec.c 	    *stdout_fd = fdopen(out_fd[0], "r");