fts_read
while ((ent = fts_read(fts)) != NULL) {
while ((ff = fts_read(f)) != NULL) {
FTSENT *fts_read(FTS *);