Home
last modified time | relevance | path

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

/freebsd/contrib/mtree/
H A Dspec.c103 static void addchild(NODE *, NODE *);
238 addchild(pathparent, centry); in spec()
251 addchild(last, centry); in spec()
260 addchild(last->parent, centry); in spec()
720 addchild(NODE *pathparent, NODE *centry) in addchild() function
/freebsd/usr.sbin/inetd/
H A Dinetd.c212 static void addchild(struct servtab *, int);
722 addchild(sep, pid); in main()
907 addchild(struct servtab *sep, pid_t pid) in addchild() function