Home | History | Annotate | Download | only in runtime

Lines Matching full:sbuf

167   struct stat sbuf;
168 memset(&sbuf, 0, sizeof(sbuf));
169 if (fstat(fd, &sbuf) == -1) {
174 if (S_ISDIR(sbuf.st_mode)) {
178 size_t length = sbuf.st_size;