Lines Matching refs:fd
113 int fd;115 return (gettemp(path, binary, &fd) ? fd : -1);297 int fd;304 fd = mkstemp(templet, ISC_TRUE);305 if (fd == -1)308 close(fd);322 int fd;332 fd = mkstemp(templet, binary);334 if (fd == -1)340 (void)fchmod(fd, mode);342 f = fdopen(fd, binary ? "wb+" : "w+");346 (void)close(fd);