Home
last modified time | relevance | path

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

/freebsd/usr.bin/xargs/
H A Dxargs.c69 static int pids_full(void);
655 while ((pid = xwait(waitall || pids_full(), &status)) > 0) { in waitchildren()
709 pids_full(void) in pids_full() function