Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c58 …e, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *opt…
590 …e, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *opt… in getOutFilename() argument
616 uprv_strcat(outFilename, newSuffix); in getOutFilename()
644 uprv_strcat(saveOutFilename, newSuffix); in getOutFilename()
647 uprv_strcpy(outFilename, newSuffix); in getOutFilename()
774 const char *newSuffix; in writeObjectCode() local
1005 newSuffix=".o"; in writeObjectCode()
1026 newSuffix=".obj"; in writeObjectCode()
1047 getOutFilename(filename, destdir, buffer, entry+entryOffset, newSuffix, optFilename); in writeObjectCode()
/external/bzip2/
Dbzip2.c1122 const Char* newSuffix ) in mapSuffix() argument
1126 strcat ( name, newSuffix ); in mapSuffix()