Lines Matching defs:prefix
36 "[+?If \aprefix\a is specified it will be used as a prefix for each"
38 " is specified, the prefix \bx\b will be used.]"
108 "[+?The output file names consist of a prefix followed by a suffix. By"
114 " input file, in order. The default output file name prefix is \bxx\b.]"
120 "[f:prefix?Use \aprefix\a to generate the file name prefix.]:[prefix:=\bxx\b]"
225 * set up file name generator whose form is <prefix>... where ... is
232 setfname(const char* prefix, char* format, int suflen, int low, int high)
240 flen = strlen(prefix);
254 strcpy(fp->format = cp, prefix);
262 strcpy(fp->fname = cp, prefix);
289 error(ERROR_exit(1), "%s: filename too long", prefix);
489 char* prefix;
508 prefix = "x";
514 prefix = "xx";
537 prefix = opt_info.arg;
605 fp = setfname(prefix, format, suflen, '0', '9');
610 prefix = *argv;
612 fp = setfname(prefix, format, suflen, 'a', 'z');