Home
last modified time | relevance | path

Searched refs:sb (Results 1 – 5 of 5) sorted by relevance

/io/
A Dtst-ftw-lnk.c49 const struct stat *sb, int typeflags) in debug_cb() argument
81 if (as.st_mode == sb->st_mode in check_same_stats()
82 && as.st_ino == sb->st_ino in check_same_stats()
83 && as.st_size == sb->st_size) in check_same_stats()
92 debug_cb ("P", fpath, sb, typeflags); in callback_phys()
107 check_same_stats (sb, "link1-bad"); in callback_phys()
118 check_same_stats (sb, "link2-ok"); in callback_phys()
129 check_same_stats (sb, "link2-tgt"); in callback_phys()
138 debug_cb ("L", fpath, sb, typeflags); in callback_log()
155 check_same_stats (sb, "link1-bad"); in callback_log()
[all …]
A Dbug-ftw5.c6 fn (const char *file, const struct stat *sb, int flag, struct FTW *s) in fn() argument
A Dtst-ftw-bz26353.c32 my_func (const char *file, const struct stat *sb, int flag) in my_func() argument
A Dtst-ftw-bz28126.c31 my_func (const char *file, const struct stat *sb, int flag) in my_func() argument
A Dfts.c876 struct STRUCT_STAT *sbp, sb; in fts_stat() local
880 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
885 if (sbp != &sb) { in fts_stat()
1113 struct stat64 sb; in fts_safe_changedir() local
1120 if (__fstat64(newfd, &sb)) { in fts_safe_changedir()
1124 if (p->fts_dev != sb.st_dev || p->fts_ino != sb.st_ino) { in fts_safe_changedir()

Completed in 7 milliseconds