Lines Matching refs:fd2
618 int fd, fd2;681 fd2 = open(pathname, O_RDONLY);682 if ( fd2 == 0 ) {683 fd2 = dup(fd2);687 if (fd2 == -1) {696 if (read (fd2, (char *)&code_header, sizeof (code_header)) !=702 close(fd2);714 if (read (fd2, (char *)my_info, 717 close(fd2);728 close(fd2);732 close (fd2);