Lines Matching defs:root
120 FTSENT *p, *root;
154 /* Allocate/initialize root's parent. */
162 /* Allocate/initialize root(s). */
163 for (root = NULL, nitems = 0; *argv != NULL; ++argv, ++nitems) {
181 p->fts_link = root;
182 root = p;
185 if (root == NULL)
186 tmp = root = p;
194 root = fts_sort(sp, root, nitems);
198 * finished the node before the root(s); set p->fts_info to FTS_INIT
203 sp->fts_cur->fts_link = root;
219 mem3: fts_lfree(root);
258 * points to the root list, so we step through to the end of the root
407 * the root of the tree), and load the paths for the next root.
467 * Return to the parent directory. If at a root node or came through
562 * its chdir to the root of a traversal, we can lose -- we need to
847 * fts_read and nothing found, get back. At the root level we use