Home | History | Annotate | Download | only in toolutil

Lines Matching refs:newSuffix

56 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
582 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) {
608 uprv_strcat(outFilename, newSuffix);
636 uprv_strcat(saveOutFilename, newSuffix);
639 uprv_strcpy(outFilename, newSuffix);
766 const char *newSuffix;
997 newSuffix=".o";
1018 newSuffix=".obj";
1039 getOutFilename(filename, destdir, buffer, entry+entryOffset, newSuffix, optFilename);