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 void addchild(NODE *, NODE *);
242 addchild(pathparent, centry);
255 addchild(last, centry);
264 addchild(last->parent, centry);
718 * addchild --
725 addchild(NODE *pathparent, NODE *centry) function in typeref:typename:void
841 * used as a comparison function by addchild() to control the order

Completed in 11 milliseconds