Lines Matching defs:fd
25 int fd;29 if ((fd = open(src, O_RDONLY, 0)) == -1)32 if (fstat(fd, &fdbuf)) {33 close(fd);39 close(fd);44 close(fd);52 close(fd);57 if (fchown(fd, uid, gid)) {58 close(fd);63 if (fchmod(fd, (mode_t)mode)) {64 close(fd);69 close(fd);