Lines Matching +full:external +full:- +full:contents
85 In general, directories are visited two distinguishable times; in pre-order
86 (before any of their descendants are visited) and in post-order (after all
93 prune and/or re-visit portions of the hierarchy.
118 .Bd -literal -offset 2n
126 short fts_level; /* depth (\-1 to N) */
138 .Bl -tag -width "fts_namelen"
149 .Bl -tag -width FTS_DEFAULT
151 A directory being visited in pre-order.
181 A directory being visited in post-order.
182 The contents of the
185 it was returned in pre-order, i.e., with the
199 The contents of the
209 The contents of the
215 A symbolic link with a non-existent target.
216 The contents of the
239 The depth of the traversal, numbered from \-1 to N, where this file
244 of the traversal is numbered \-1, and the
264 field contains the value of the external variable
267 Otherwise, the contents of the
302 .Dv NULL Ns -terminated
304 Otherwise, the contents of the
319 Otherwise, the contents of the
335 .Dv NUL Ns -terminated
353 .Dv NUL Ns -terminated .
372 .Bl -tag -width "FTS_COMFOLLOW "
388 are returned to the application are those referencing non-existent files.
401 This has the side-effect that an application cannot rely on being
427 and leave the contents of the
473 specifies a user-defined function which may be used to order the traversal
517 least twice, once in pre-order and once in post-order.
527 and sets the external variable
559 in post-order.
566 .Dv NULL Ns -terminated
575 structure, and is ordered by the user-specified comparison function, if any.
592 is not a directory being visited in pre-order,
621 .Bl -tag -width "FTS_COMFOLLOW "
624 The contents of all the fields in the returned linked list of structures
642 returns 0 on success, and \-1 if an error occurs.
645 .Bl -tag -width "FTS_COMFOLLOW "
647 Re-visit the file; any file type may be re-visited.
660 Normal use is for post-order directory visits, where it causes the
661 directory to be re-visited (in both pre and post-order) as well as all
691 If the target of the link is a directory, the pre-order return, followed
692 by the return of all of its descendants, followed by a post-order return,
713 returns 0 on success, and \-1 if an error occurs.
755 .Bl -tag -width Er
769 .St -p1003.1-88
772 .St -p1003.1-2008