Lines Matching defs:parent
91 * increment its parent's link count by virtue of its own ".." entry.
121 FTSENT *parent, *tmp;
154 /* Allocate/initialize root's parent. */
155 if ((parent = fts_alloc(sp, "", 0)) == NULL)
157 parent->fts_level = FTS_ROOTPARENTLEVEL;
168 p->fts_parent = parent;
220 free(parent);
259 * list which has a valid parent pointer.
375 * to make the names come out right, and set the parent errno
378 * directories back to the parent we don't do a chdir.
449 /* Move up to the parent node. */
467 * Return to the parent directory. If at a root node or came through
622 * of subdirectories in a node is equal to the number of links to the parent.
971 FTS *parent;
973 parent = (*(const FTSENT * const *)a)->fts_fts;
974 return (*parent->fts_compar)(a, b);