Lines Matching defs:newSuffix
58 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
590 newSuffix, const char *optFilename) {
616 uprv_strcat(outFilename, newSuffix);
644 uprv_strcat(saveOutFilename, newSuffix);
647 uprv_strcpy(outFilename, newSuffix);
774 const char *newSuffix;
1005 newSuffix=".o";
1026 newSuffix=".obj";
1047 getOutFilename(filename, destdir, buffer, entry+entryOffset, newSuffix, optFilename);