Searched refs:statcmp (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | utilities.c | 543 statcmp(const struct stat *left, const struct stat *right) 651 if (statcmp(&pre_lstat, &post_lstat) != 0) { 660 if (statcmp(&pre_stat, &post_stat) != 0) {
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | fts.c | 224 statcmp(FTSENT* const* pf1, FTSENT* const* pf2) in statcmp() function 918 …if ((fts->diroot = search(f, fts->diroot, statcmp, 0)) != f || f->fts_level > 0 && (t = f) && stat… in fts_read() 1176 fts->diroot = search(f, fts->diroot, statcmp, 0); in fts_read()
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 1359 statcmp(const struct stat64 *left, const struct stat64 *right) in statcmp() function 1461 if (statcmp(&pre_lstat, &post_lstat) != 0) { in safe_open_common() 1470 if (statcmp(&pre_stat, &post_stat) != 0) { in safe_open_common()
|