Home | History | Annotate | Download | only in qsubst

Lines Matching defs:str2

9  * qsubst str1 str2 [ options ]
12 * each file on this list, it then replaces str1 with str2 wherever
80 * str2. Neither one may contain a NUL.
129 static char *str2;
275 put_ul(use_replacement ? str2 : str1);
449 fwrite(str2, 1, s2l, tempf);
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);
558 str2 = av[2];
562 s2l = strlen(str2);