Home
last modified time | relevance | path

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

/dragonfly/usr.bin/xargs/
H A Dxargs.c78 static int pids_full(void);
671 while ((pid = xwait(waitall || pids_full(), &status)) > 0) { in waitchildren()
731 pids_full(void) in pids_full() function