Searched refs:stbuf (Results 1 – 3 of 3) sorted by relevance
21 struct stat stbuf; in gzip_decompress_to_file() local35 if (fstat(input_fd, &stbuf) < 0) in gzip_decompress_to_file()38 ptr = mmap(NULL, stbuf.st_size, PROT_READ, MAP_PRIVATE, input_fd, 0); in gzip_decompress_to_file()46 zs.avail_in = stbuf.st_size; in gzip_decompress_to_file()75 munmap(ptr, stbuf.st_size); in gzip_decompress_to_file()
224 struct stat stbuf; in sysfs__read_build_id() local232 if (fstat(fd, &stbuf) < 0) in sysfs__read_build_id()235 buf_size = stbuf.st_size; in sysfs__read_build_id()
838 struct stat stbuf; in main() local863 if (stat(ldirname, &stbuf) < 0) { in main()