Home | History | Annotate | Download | only in toolutil

Lines Matching defs:newSuffix

56 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
588 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) {
614 uprv_strcat(outFilename, newSuffix);
642 uprv_strcat(saveOutFilename, newSuffix);
645 uprv_strcpy(outFilename, newSuffix);
772 const char *newSuffix;
1003 newSuffix=".o";
1024 newSuffix=".obj";
1045 getOutFilename(filename, destdir, buffer, entry+entryOffset, newSuffix, optFilename);