Home
last modified time | relevance | path

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

/third_party/FreeBSD/include/
Dfts.h156 struct stat *fts_statp; /* stat(2) information */ member
/third_party/FreeBSD/lib/libc/gen/
Dfts.c891 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1033 p->fts_statp = NULL; in fts_alloc()
1036 p->fts_statp = &((struct ftsent_withstat *)p)->statbuf; in fts_alloc()
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c911 ftsent->fts_statp->st_dev != state->dev_num) in selinux_restorecon_thread()
1027 ent_st = *ftsent->fts_statp; in selinux_restorecon_thread()
1277 state.dev_num = state.ftsent_first->fts_statp->st_dev; in selinux_restorecon_common()
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c351 if (now - f->fts_statp->st_atime >= max_unused_age) in debuginfod_clean_cache()
358 if (now - f->fts_statp->st_mtime >= max_unused_age) in debuginfod_clean_cache()
Ddebuginfod.cxx3696 scanq.push_back (make_pair(rps, *f->fts_statp)); in scan_source_paths()