Lines Matching defs:str1
9 * qsubst str1 str2 [ options ]
12 * each file on this list, it then replaces str1 with str2 wherever
79 * Str1 is limited to 512 characters; there is no limit on the size of
128 static char *str1;
204 !bcmp(bufp - 1 - s1l, str1, s1l));
206 return (!bcmp(bufp - s1l, str1, s1l));
275 put_ul(use_replacement ? str2 : str1);
508 fprintf(stderr, "usage: %s str1 str2 [ -w -! -noask -go -f file -F file ]\n",
555 fprintf(stderr, "%s: argument order has changed, it's now: str1 str2 files...\n", __progname);
557 str1 = av[1];
561 s1l = strlen(str1);