Searched refs:fts_read (Results 1 – 25 of 58) sorted by relevance
123
31 entry = fts_read(ftsp); in main()
103 FTSENT *fts_read(FTS *);
69 while ((p = fts_read(fts)) != NULL && done_testing == 0) { in test()
47 while ((cur = fts_read(ftsp)) != NULL) { in ftw()
58 while ((cur = fts_read(ftsp)) != NULL) { in nftw()
105 while ((ftse = fts_read(fts)) != NULL) { in ATF_TC_BODY()
96 while ((p = fts_read(fts)) != NULL) {
108 while ((p = fts_read(fts)) != NULL) {
91 while ((p = fts_read(fts)) != NULL) {
107 while ((p = fts_read(fts)) != NULL)
100 while ((p = fts_read(fts)) != NULL) {
93 while ((p = fts_read(fts)) != NULL) {
119 while ((p = fts_read(fts)) != NULL) {
110 while ((p = fts_read(fts)) != NULL) {
154 while ((p = fts_read(fts)) != NULL) {
116 while ((p = fts_read(fts)) != NULL) {
114 while ((p = fts_read(fts)) != NULL) {
122 while ((p = fts_read(fts)) != NULL) {
130 FTSENT *fts_read(FTS *);
178 while (errno = 0, (entry = fts_read(tree)) != NULL) { in find_execute()
151 for (rval = 0; errno = 0, (p = fts_read(ftsp)) != NULL;) { in main()
153 for (rval = 0; errno = 0, (p = fts_read(ftsp)) != NULL;) { in main()