Lines Matching defs:off
59 off_t off = 0;65 off = dp->d_off;68 return (off);83 off64_t off = 0;99 off = dp64->d_off;102 return (off);108 off64_t off;110 off = telldir64(dirp);115 if ((long)off != off && (uint64_t)off > (uint64_t)UINT32_MAX) {119 return ((long)off);