Searched refs:addchild (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/mtree/
H A Dspec.c103 static void addchild(NODE *, NODE *);
238 addchild(pathparent, centry);
251 addchild(last, centry);
260 addchild(last->parent, centry);
713 * addchild --
720 addchild(NODE *pathparent, NODE *centry) function
836 * used as a comparison function by addchild() to control the order
/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c224 static void addchild(struct servtab *, int);
734 addchild(sep, pid);
919 addchild(struct servtab *sep, pid_t pid) function

Completed in 94 milliseconds