Lines Matching refs:replstr
78 static char *argp, *bbp, *ebp, *inpline, *p, *replstr;
115 inpline = replstr = NULL;
155 replstr = optarg;
160 replstr = optarg;
236 if (replstr != NULL && *replstr == '\0')
237 errx(1, "replstr may not be empty");
259 if (Jflag && strcmp(*argv, replstr) == 0) {
508 * replstr, call strnsubst(), else just save the string.
514 if (repls && strstr(*tmp, replstr) != NULL) {
515 if (strnsubst(tmp++, replstr, inpline, (size_t)Sflag)) {
799 "usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements] [-S replsize]]\n"
800 " [-J replstr] [-L number] [-n number [-x]] [-P maxprocs]\n"