Searched refs:statbuff (Results 1 – 2 of 2) sorted by relevance
53 struct stat statbuff; local79 if ( stat(path, &statbuff) == -1 ) {84 filesize = statbuff.st_size;
55 struct stat statbuff; local111 if ( stat(path, &statbuff) == -1 ) {116 filesize = (uint64_t) statbuff.st_size;