Home
last modified time | relevance | path

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

/third_party/FreeBSD/include/
Dfts.h175 FTSENT *fts_read(FTS *);
/third_party/selinux/libselinux/utils/
Dselabel_get_digests_all_partial_matches.c92 while ((ftsent = fts_read(fts)) != NULL) { in main()
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c990 ftsent = fts_read(fts); in selinux_restorecon()
1095 } while ((ftsent = fts_read(fts)) != NULL); in selinux_restorecon()
1325 while ((ftsent = fts_read(fts)) != NULL) { in selinux_restorecon_xattr()
/third_party/FreeBSD/lib/libc/gen/
Dfts.c305 fts_read(FTS *sp) in fts_read() function
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c3224 while ((ftsent = fts_read(fts)) != NULL) { in cpuset_fts_open()