Lines Matching refs:stb
79 struct stat64 stb;
85 if (fstat64(dirp->dd_fd, &stb) < 0)
92 arraysz = (stb.st_size / 24);
118 if (fstat64(dirp->dd_fd, &stb) < 0)
120 arraysz = stb.st_size / 12;
146 struct stat64 stb;
152 if (fstat64(dirp->dd_fd, &stb) < 0)
158 if (stb.st_size > SSIZE_MAX) {
162 arraysz = (stb.st_size / 24);
188 if (fstat64(dirp->dd_fd, &stb) < 0)
190 arraysz = stb.st_size / 12;