OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newSuffix
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/toolutil/
pkg_genc.c
60
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) {
587
uprv_strcat(outFilename,
newSuffix
);
615
uprv_strcat(saveOutFilename,
newSuffix
);
618
uprv_strcpy(outFilename,
newSuffix
);
745
const char *
newSuffix
;
976
newSuffix
=".o";
997
newSuffix
=".obj";
1018
getOutFilename(filename, destdir, buffer, entry+entryOffset,
newSuffix
, optFilename);
[
all
...]
/prebuilts/misc/common/jython/
jython.jar
Completed in 201 milliseconds