Home | History | Annotate | Download | only in libpng

Lines Matching full:stat

3178 #include <sys/stat.h>
3197 # define stat _stat
3621 struct stat st;
3628 if ((stat (path, &st) >= 0)
3639 struct stat st;
3646 if (stat (path, &st) >= 0)
3767 struct stat s;