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

  /src/usr.bin/xargs/
xargs.c 75 static char **av, **bxp, **ep, **endxp, **xp; variable in typeref:typename:char ********
253 endxp = (xp = bxp) + nargs;
363 if (xp == endxp || p > ebp || ch == EOF ||
365 if (xflag && xp != endxp && p > ebp)
xargs.c 75 static char **av, **bxp, **ep, **endxp, **xp; variable in typeref:typename:char ********
253 endxp = (xp = bxp) + nargs;
363 if (xp == endxp || p > ebp || ch == EOF ||
365 if (xflag && xp != endxp && p > ebp)

Completed in 1081 milliseconds