Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/xargs/
H A Dxargs.c67 static int curprocs, maxprocs; variable
111 maxprocs = 1; in main()
143 maxprocs = strtonum(optarg, 1, INT_MAX, &errstr); in main()
566 while ((pid = waitpid(-1, &status, !waitall && curprocs < maxprocs ? in waitchildren()