Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dflock.sh97 chld(int id)
128 chld(i);
132 atomic_add_int(&share[RENDEZVOUS], 1); /* start chld */
139 atomic_add_int(&share[RENDEZVOUS], 1); /* stop chld */
/freebsd/contrib/mandoc/
H A Dmdoc_term.c306 int chld; in print_mdoc_node() local
327 chld = 1; in print_mdoc_node()
401 chld = (*act->pre)(p, &npair, meta, n); in print_mdoc_node()
405 if (chld && n->child) in print_mdoc_node()