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...] |