HomeSort by: relevance | last modified time | path
    Searched defs:maxprocs (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xargs/
xargs.c 80 static int curprocs, maxprocs; variable in typeref:typename:int
136 maxprocs = 1;
165 if ((maxprocs = atoi(optarg)) <= 0)
579 while ((pid = waitpid(-1, &status, !waitall && curprocs < maxprocs ?
649 " [-J replstr] [-L number] [-n number [-x]] [-P maxprocs]\n"
xargs.c 80 static int curprocs, maxprocs; variable in typeref:typename:int
136 maxprocs = 1;
165 if ((maxprocs = atoi(optarg)) <= 0)
579 while ((pid = waitpid(-1, &status, !waitall && curprocs < maxprocs ?
649 " [-J replstr] [-L number] [-n number [-x]] [-P maxprocs]\n"

Completed in 45 milliseconds