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