Lines Matching defs:ifd
1065 { int ifd, ofd, count, ret;1081 ifd = -1;1084 ifd = open(src, O_RDONLY);1086 if (ifd < 0) {1097 bsize = checksparse(ifd);1122 ret = fstat(ifd, &statbuf);1127 close(ifd);1132 close(ifd);1146 close(ifd);1158 count = read(ifd, (char *) inbuf, bsize);1211 close(ifd);