Searched refs:ifd (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dminigzip.c137 int ifd = fileno(in); local
143 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
148 buf = mmap((caddr_t) 0, buf_len, PROT_READ, MAP_SHARED, ifd, (off_t)0);
/ast/src/cmd/pax/
H A Dfile.c589 int ifd; local
609 f->intermediate = pathtemp(ap->path.temp, sizeof(ap->path.temp), d, error_info.id, &ifd);
616 return ifd;

Completed in 13 milliseconds