Searched refs:filestat (Results 1 – 4 of 4) sorted by relevance
23 struct stat filestat; in get_timestamp() local25 fstat(fd, &filestat); in get_timestamp()26 return filestat.st_mtim; in get_timestamp()
397 struct stat filestat; in weston_config_parse() local414 if (fstat(fd, &filestat) < 0 || in weston_config_parse()415 !S_ISREG(filestat.st_mode)) { in weston_config_parse()
534 struct stat filestat; in main() local536 fstat(fd, &filestat); in main()538 void *fontbuf = mmap(NULL, filestat.st_size, PROT_READ, in main()
1028 struct stat filestat; in scanFonts() local1032 stat(node->d_name, &filestat); in scanFonts()1033 if(S_ISDIR(filestat.st_mode)) { in scanFonts()