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

  /src/usr.bin/xargs/
xargs.c 76 static char *argp, *bbp, *ebp, *inpline, *p, *replstr; variable in typeref:typename:char ******
96 inpline = replstr = NULL;
146 replstr = optarg;
151 replstr = optarg;
215 if (replstr != NULL && *replstr == '\0')
216 errx(1, "replstr may not be empty");
236 if (Jflag && strcmp(*argv, replstr) == 0) {
469 * replstr, call strnsubst(), else just save the string.
475 if (repls && strstr(*tmp, replstr) != NULL)
    [all...]

Completed in 201 milliseconds