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

  /src/usr.bin/xargs/
xargs.c 437 int repls; local
439 repls = Rflag;
441 if (argc == 0 || repls == 0) {
475 if (repls && strstr(*tmp, replstr) != NULL) {
477 if (repls > 0)
478 repls--;
xargs.c 437 int repls; local
439 repls = Rflag;
441 if (argc == 0 || repls == 0) {
475 if (repls && strstr(*tmp, replstr) != NULL) {
477 if (repls > 0)
478 repls--;

Completed in 48 milliseconds