Searched defs:ifd (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libz/ |
H A D | minigzip.c | 137 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 D | file.c | 589 int ifd; local 609 f->intermediate = pathtemp(ap->path.temp, sizeof(ap->path.temp), d, error_info.id, &ifd); 616 return ifd;
|
Completed in 558 milliseconds