Lines Matching refs:stat
44 * contains a pointer to a stat buffer which will usually hold
48 * FTW_F The object is a file for which stat was
52 * FTW_D The object is a directory for which stat and
55 * FTW_DNR The object is a directory for which stat
65 * permission. Because stat failed, it is not
67 * or a directory. The stat buffer passed to fn will
96 #include <sys/stat.h>
116 struct stat sb;
121 if(stat(path, &sb) < 0) {
142 * The stat succeeded, so we know the object exists.