Lines Matching +full:pre +full:- +full:its
13 .\" 3C. Neither the name of the University nor the names of its contributors
81 In general, directories are visited two distinguishable times; in pre-order
83 and in post-order
93 prune and/or re-visit portions of the hierarchy.
121 .Bd -literal
129 int fts_level; /* depth (-1 to N) */
141 .Bl -tag -width "fts_namelen"
152 .Bl -tag -width FTS_DEFAULT
154 A directory being visited in pre-order.
184 A directory being visited in post-order.
188 it was returned in pre-order, i.e., with the
218 A symbolic link with a non-existent target.
240 The depth of the traversal, numbered from \-1 to N, where this file
248 .Pq \-1 ,
273 functions, with its
319 field points to the next structure in the null-terminated
388 .Bl -tag -width "FTS_COMFOLLOW"
404 are returned to the application are those referencing non-existent files.
417 This has the side-effect that an application cannot rely on being
491 specifies a user-defined function which may be used to order the traversal
498 if the file referenced by its first argument comes before, in any order
499 with respect to, or after, the file referenced by its second argument.
544 are visited at least twice, once in pre-order and once in post-order.
587 in post-order.
593 structure describing the first entry in a null-terminated
603 structure, and is ordered by the user-specified comparison function, if any.
620 is not a directory being visited in pre-order,
649 .Bl -tag -width FTS_NAMEONLY
668 function returns 0 on success or \-1 if an error occurred.
671 .Bl -tag -width FTS_PHYSICAL
673 Re-visit the file; any file type may be re-visited.
686 Normal use is for post-order directory visits, where it causes the
687 directory to be re-visited
688 .Pq in both pre and post-order
689 as well as all of its descendants.
718 If the target of the link is a directory, the pre-order return, followed
719 by the return of all of its descendants, followed by a post-order return,
737 .Rv -std fts_close
747 function are not thread-safe.
762 .Sy Async-Signal-Safe
765 .Sy Fork-Safe .
809 .Bl -tag -width Er
817 .Sh MT-LEVEL