Home | History | Annotate | Download | only in toolutil

Lines Matching defs:newSuffix

65 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
572 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) {
598 uprv_strcat(outFilename, newSuffix);
626 uprv_strcat(saveOutFilename, newSuffix);
629 uprv_strcpy(outFilename, newSuffix);
756 const char *newSuffix;
987 newSuffix=".o";
1008 newSuffix=".obj";
1029 getOutFilename(filename, destdir, buffer, entry+entryOffset, newSuffix, optFilename);