Searched refs:fts_link (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/mandoc/
H A Dcompat_fts.c126 p->fts_link = root;
129 p->fts_link = NULL;
133 prev->fts_link = p;
147 sp->fts_cur->fts_link = root;
199 p = p->fts_link ? p->fts_link : p->fts_parent;
272 if ((p = p->fts_link)) {
464 p->fts_link = NULL;
468 tail->fts_link = p;
581 for (ap = sp->fts_array, p = head; p; p = p->fts_link)
[all...]
H A Dcompat_fts.h61 struct _ftsent *fts_link; /* next file in directory */ member in struct:_ftsent
/freebsd-current/lib/libc/gen/
H A Dfts-compat.c183 p->fts_link = root;
186 p->fts_link = NULL;
190 tmp->fts_link = p;
205 sp->fts_cur->fts_link = root;
266 p = p->fts_link != NULL ? p->fts_link : p->fts_parent;
390 p = p->fts_link)
406 if ((p = p->fts_link) != NULL) {
538 return (p->fts_link);
842 p->fts_link
[all...]
H A Dfts.c171 p->fts_link = root;
174 p->fts_link = NULL;
178 tmp->fts_link = p;
193 sp->fts_cur->fts_link = root;
254 p = p->fts_link != NULL ? p->fts_link : p->fts_parent;
378 p = p->fts_link)
394 if ((p = p->fts_link) != NULL) {
530 return (p->fts_link);
825 p->fts_link
[all...]
H A Dfts-compat11.c173 p->fts_link = root;
176 p->fts_link = NULL;
180 tmp->fts_link = p;
195 sp->fts_cur->fts_link = root;
256 p = p->fts_link != NULL ? p->fts_link : p->fts_parent;
380 p = p->fts_link)
396 if ((p = p->fts_link) != NULL) {
532 return (p->fts_link);
827 p->fts_link
[all...]
H A Dfts-compat.h66 struct _ftsent *fts_link; /* next file in directory */ member in struct:_ftsent
H A Dfts-compat11.h52 struct _ftsent11 *fts_link; /* next file in directory */ member in struct:_ftsent11
/freebsd-current/include/
H A Dfts.h68 struct _ftsent *fts_link; /* next file in directory */ member in struct:_ftsent
/freebsd-current/bin/ls/
H A Dprint.c114 for (p = dp->list; p; p = p->fts_link) {
216 for (p = dp->list; p; p = p->fts_link) {
273 for (p = dp->list, chcnt = 0; p; p = p->fts_link) {
278 (p->fts_link ? 2 : 0) >= (unsigned)termwidth) {
283 if (p->fts_link) {
330 for (p = dp->list, num = 0; p; p = p->fts_link)
H A Dls.c781 for (cur = list, entries = 0; cur; cur = cur->fts_link) {
990 for (cur = list; cur; cur = cur->fts_link)
/freebsd-current/contrib/mtree/
H A Dcreate.c368 for (; p; p = p->fts_link) {

Completed in 189 milliseconds