Searched refs:fts_read (Results 1 – 5 of 5) sorted by relevance
175 FTSENT *fts_read(FTS *);
92 while ((ftsent = fts_read(fts)) != NULL) { in main()
990 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()
305 fts_read(FTS *sp) in fts_read() function
3224 while ((ftsent = fts_read(fts)) != NULL) { in cpuset_fts_open()