Lines Matching defs:newSuffix
60 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
561 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) {
587 uprv_strcat(outFilename, newSuffix);
615 uprv_strcat(saveOutFilename, newSuffix);
618 uprv_strcpy(outFilename, newSuffix);
745 const char *newSuffix;
976 newSuffix=".o";
997 newSuffix=".obj";
1018 getOutFilename(filename, destdir, buffer, entry+entryOffset, newSuffix, optFilename);