Lines Matching refs:stat
52 * FTW_NS on any stat failure, not just
54 * FTW_HOPTION Use stat the first time the walk
62 * is a pointer to the stat buffer and the third is an integer
75 * appropriate permission. The stat buffer passed to fn
98 #include <sys/stat.h>
114 #define stat stat64
151 int (*statf)(const char *, struct stat *, struct Save *, int flags);
152 int (*savedstatf)(const char *, struct stat *, struct Save *,
158 static int cdlstat(const char *, struct stat *, struct Save *, int flags);
159 static int cdstat(const char *, struct stat *, struct Save *, int flags);
160 static int nocdlstat(const char *, struct stat *, struct Save *, int flags);
161 static int nocdstat(const char *, struct stat *, struct Save *, int flags);
177 struct stat statb;
273 int (*fn)(const char *, const struct stat *, int, struct FTW *),
276 struct stat statb;
360 * If FTW_ANYERR is specified, then a stat error
371 * Statf has failed. If stat was used instead of lstat,
398 * of the reason stat failed.
432 struct stat statb2;
616 int (*fn)(const char *, const struct stat *, int, struct FTW *),
620 struct stat statb;
729 * Get stat info on path when FTW_CHDIR is set.
733 cdstat(const char *path, struct stat *statp, struct Save *lp, int flags)
743 cdlstat(const char *path, struct stat *statp, struct Save *lp, int flags)
750 * Get stat info on path when FTW_CHDIR is not set.
753 nocdstat(const char *path, struct stat *statp, struct Save *lp, int flags)
776 nocdlstat(const char *path, struct stat *statp, struct Save *lp, int flags)