Searched refs:st_buf (Results 1 – 1 of 1) sorted by relevance
5176 struct stat st_buf; in open_file() local5186 if ((fstat(fd, &st_buf) != 0) || (!S_ISREG(st_buf.st_mode))) { in open_file()5192 pkg_size = st_buf.st_size; in open_file()