Searched refs:fts_link (Results 1 – 11 of 11) sorted by relevance
126 p->fts_link = root; in fts_open()129 p->fts_link = NULL; in fts_open()133 prev->fts_link = p; in fts_open()147 sp->fts_cur->fts_link = root; in fts_open()199 p = p->fts_link ? p->fts_link : p->fts_parent; in fts_close()272 if ((p = p->fts_link)) { in fts_read()464 p->fts_link = NULL; in fts_build()468 tail->fts_link = p; in fts_build()581 for (ap = sp->fts_array, p = head; p; p = p->fts_link) in fts_sort()586 ap[0]->fts_link = ap[1]; in fts_sort()[all …]
61 struct _ftsent *fts_link; /* next file in directory */ member
173 p->fts_link = root; in freebsd11_fts_open()176 p->fts_link = NULL; in freebsd11_fts_open()180 tmp->fts_link = p; in freebsd11_fts_open()195 sp->fts_cur->fts_link = root; in freebsd11_fts_open()256 p = p->fts_link != NULL ? p->fts_link : p->fts_parent; in freebsd11_fts_close()380 p = p->fts_link) in freebsd11_fts_read()396 if ((p = p->fts_link) != NULL) { in freebsd11_fts_read()532 return (p->fts_link); in freebsd11_fts_children()827 p->fts_link = NULL; in fts_build()831 tail->fts_link = p; in fts_build()[all …]
183 p->fts_link = root; in __fts_open_44bsd()186 p->fts_link = NULL; in __fts_open_44bsd()190 tmp->fts_link = p; in __fts_open_44bsd()205 sp->fts_cur->fts_link = root; in __fts_open_44bsd()266 p = p->fts_link != NULL ? p->fts_link : p->fts_parent; in __fts_close_44bsd()390 p = p->fts_link) in __fts_read_44bsd()406 if ((p = p->fts_link) != NULL) { in __fts_read_44bsd()538 return (p->fts_link); in __fts_children_44bsd()842 p->fts_link = NULL; in fts_build()846 tail->fts_link = p; in fts_build()[all …]
182 p->fts_link = root; in __fts_open()185 p->fts_link = NULL; in __fts_open()189 tmp->fts_link = p; in __fts_open()204 sp->fts_cur->fts_link = root; in __fts_open()356 p = p->fts_link != NULL ? p->fts_link : p->fts_parent; in fts_close()491 p = p->fts_link) in fts_read()507 if ((p = p->fts_link) != NULL) { in fts_read()643 return (p->fts_link); in fts_children()965 p->fts_link = NULL; in fts_build()969 tail->fts_link = p; in fts_build()[all …]
52 struct _ftsent11 *fts_link; /* next file in directory */ member
66 struct _ftsent *fts_link; /* next file in directory */ member
58 for (p = children; p != NULL; p = p->fts_link) { in ATF_TC_BODY() 138 for (p = children; p != NULL; p = p->fts_link, i++) { in ATF_TC_BODY() 181 for (p = first; p != NULL; p = p->fts_link) in ATF_TC_BODY() 192 for (p = second; p != NULL; p = p->fts_link) in ATF_TC_BODY() 234 for (p = children; p != NULL; p = p->fts_link) { in ATF_TC_BODY()
87 struct _ftsent *fts_link; /* next file in directory */ member
823 for (cur = list, entries = 0; cur; cur = cur->fts_link) { in display()1033 for (cur = list; cur; cur = cur->fts_link) in display()
365 for (; p; p = p->fts_link) { in statd()