Searched refs:endxp (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.bin/xargs/
H A Dxargs.c90 static char **av, **bxp, **ep, **endxp, **xp; variable
285 endxp = (xp = bxp) + nargs;
397 if (xp == endxp || p > ebp || ch == EOF ||
399 if (xflag && xp != endxp && p > ebp) {

Completed in 105 milliseconds