Lines Matching refs:fts
22 #include <fts.h>616 FTS *fts = fts_open(paths, FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV, NULL);617 if (fts) {619 for (FTSENT *ftsent = fts_read(fts); ftsent != NULL; ftsent = fts_read(fts)) {648 fts_close(fts);