Home
last modified time | relevance | path

Searched refs:fts_link (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/mandoc/
H A Dcompat_fts.c126 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 …]
H A Dcompat_fts.h61 struct _ftsent *fts_link; /* next file in directory */ member
/freebsd/lib/libc/gen/
H A Dfts-compat11.c173 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 …]
H A Dfts.c172 p->fts_link = root; in fts_open()
175 p->fts_link = NULL; in fts_open()
179 tmp->fts_link = p; in fts_open()
194 sp->fts_cur->fts_link = root; in fts_open()
255 p = p->fts_link != NULL ? p->fts_link : p->fts_parent; in fts_close()
379 p = p->fts_link) in fts_read()
395 if ((p = p->fts_link) != NULL) { in fts_read()
531 return (p->fts_link); in fts_children()
826 p->fts_link = NULL; in fts_build()
830 tail->fts_link = p; in fts_build()
[all …]
H A Dfts-compat.c183 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 …]
H A Dfts-compat11.h52 struct _ftsent11 *fts_link; /* next file in directory */ member
H A Dfts-compat.h66 struct _ftsent *fts_link; /* next file in directory */ member
/freebsd/include/
H A Dfts.h68 struct _ftsent *fts_link; /* next file in directory */ member
/freebsd/bin/ls/
H A Dls.c806 for (cur = list, entries = 0; cur; cur = cur->fts_link) { in display()
1016 for (cur = list; cur; cur = cur->fts_link) in display()
/freebsd/contrib/mtree/
H A Dcreate.c368 for (; p; p = p->fts_link) { in statd()