Lines Matching defs:suffix
42 [-M suffix] [-p pathname] files ...\n\
134 static char *suffix = NULL;
284 suffix = optarg;
423 "-M <suffix>\t\tfill in msgstr with msgid<suffix>\n");
2103 * if -M option is specified, append <suffix> to msgid.
2112 * If single line msgid, add suffix to the same line
2118 prefix, p->str, suffix);
2129 p->str, suffix);
2144 * If multi line msgid, add suffix after the last line.
2147 (suffix[0] != NULL)) {
2148 (void) fprintf(fp, " \"%s\"\n", suffix);