Home
last modified time | relevance | path

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

/external/icu4c/tools/toolutil/
Dpkg_genc.c60 …e, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *opt…
561 …e, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *opt… in getOutFilename() argument
587 uprv_strcat(outFilename, newSuffix); in getOutFilename()
615 uprv_strcat(saveOutFilename, newSuffix); in getOutFilename()
618 uprv_strcpy(outFilename, newSuffix); in getOutFilename()
745 const char *newSuffix; in writeObjectCode() local
976 newSuffix=".o"; in writeObjectCode()
997 newSuffix=".obj"; in writeObjectCode()
1018 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()