Searched refs:fts (Results 1 – 2 of 2) sorted by relevance
115 FTS *fts; in grep_tree() local137 if (!(fts = fts_open(argv, fts_flags, NULL))) in grep_tree()139 while ((p = fts_read(fts)) != NULL) { in grep_tree()179 fts_close(fts); in grep_tree()
1222 FTS *fts = fts_open(paths, FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV, NULL); in fixupAsecPermissions() local1223 if (fts) { in fixupAsecPermissions()1225 for (FTSENT *ftsent = fts_read(fts); ftsent != NULL; ftsent = fts_read(fts)) { in fixupAsecPermissions()1260 fts_close(fts); in fixupAsecPermissions()