Searched refs:fts_read (Results 1 – 25 of 33) sorted by relevance
12
26 PROTO_NORMAL(fts_read);
48 while ((cur = fts_read(ftsp)) != NULL) { in ftw()
58 while ((cur = fts_read(ftsp)) != NULL) { in nftw()
255 fts_read(FTS *sp) in fts_read() function442 DEF_WEAK(fts_read);
121 FTSENT *fts_read(FTS *);
72 while ((p = fts_read(fts)) != NULL) { in rm_tree()
221 for (rval = 0; (curr = fts_read(ftsp)) != NULL;) { in copy()
110 while ((dp = fts_read(fts))) { in main()
185 entry = fts_read(tree); in find_execute()
81 while ((p = fts_read(t))) { in vwalk()
90 while ((p = fts_read(t))) { in cwalk()
164 for (rval = 0; (p = fts_read(fts)) != NULL;) in main()
217 for (rval = 0; (p = fts_read(ftsp)) != NULL;) { in main()
370 if ((ftent = fts_read(ftsp)) == NULL) { in next_file()
155 while ((p = fts_read(fts)) != NULL) { in rm_tree()
279 for (rval = 0; (curr = fts_read(ftsp)) != NULL;) { in copy()
111 while ((ftse = fts_read(fts)) != NULL) { in ATF_TC_BODY()
374 while ((p = fts_read(ftsp)) != NULL) in traverse()
899 while ((ent = fts_read(fts)) != NULL) { in flist_gen_dirent()1286 while ((ent = fts_read(fts)) != NULL) { in flist_gen_dels()
582 while ((e = fts_read(q->fts)) != NULL) { in fsqueue_qwalk()
253 while ((e = fts_read(fts)) != NULL) { in rmtree()
77 while ((p = fts_read(fts)) != NULL) { in grep_tree()
373 for (rc = SUCCESS; (entry = fts_read(ftsp)) != NULL;) { in main()
1970 while ((e = fts_read(fts)) != NULL) { in repo_cleanup()2012 while ((e = fts_read(fts)) != NULL) { in remove_contents()
202 while ((entry = fts_read(dirh)) != NULL) { in mapfiles()