Lines Matching full:stat
42 #include <sys/stat.h>
140 struct stat st;
146 if (stat (file_name, &st) == 0)
166 if (stat (file_name, &st) == 0)
176 if (stat (file_name, &st) == 0)
189 if (stat (file_name, &st) == 0)
308 struct stat st;
311 if (stat (file_path, &st) == 0)
388 /* Walks through all the mime files stat()ing them to see if they've changed.
414 /* We want to avoid stat()ing on every single mime call, so we only look for
485 struct stat *statbuf)
496 struct stat buf;
518 if (stat (file_name, &buf) != 0)