Searched refs:newSuffix (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dpkg_genc.c60 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) { argument
587 uprv_strcat(outFilename, newSuffix);
615 uprv_strcat(saveOutFilename, newSuffix);
618 uprv_strcpy(outFilename, newSuffix);
745 const char *newSuffix; local
976 newSuffix=".o";
997 newSuffix=".obj";
1018 getOutFilename(filename, destdir, buffer, entry+entryOffset, newSuffix, optFilename);
/external/bzip2/
H A Dbzip2.c1122 const Char* newSuffix )
1126 strcat ( name, newSuffix );

Completed in 43 milliseconds