HomeSort by: relevance | last modified time | path
    Searched defs:addchild (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/mtree/
spec.c 103 static NODE *addchild(NODE *, NODE *);
242 last = addchild(pathparent, centry);
254 last = addchild(last, centry);
262 last = addchild(last->parent, centry);
715 * addchild --
722 addchild(NODE *pathparent, NODE *centry) function
838 * used as a comparison function by addchild() to control the order

Completed in 15 milliseconds