Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:LIBNAME

122 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt);
145 LIBNAME,
185 /*18*/ UOPTION_DEF( "libname", 'L', UOPT_REQUIRES_ARG),
376 if(options[LIBNAME].doesOccur) { /* get libname from shortname, or explicit -L parameter */
377 o.libName = options[LIBNAME].value;
379 o.libName = o.shortName;
631 /* Using the base libName and version number, generate the library file names. */
632 createFileNames(o, mode, version_major, o->version, o->libName, reverseExt);
816 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
819 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt) {
822 libName);
831 libName,
834 libName,
1476 uprv_strcat(libFilePath, o->libName);
1479 uprv_strcat(dllFilePath, o->libName);
1482 if (strstr(o->libName, "icudt")) {
1485 uprv_strcat(libFilePath, o->libName);