Lines Matching full:libname
78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion);
106 LIBNAME,
148 /*18*/ UOPTION_DEF( "libname", 'L', UOPT_REQUIRES_ARG),
368 if(options[LIBNAME].doesOccur) { /* get libname from shortname, or explicit -L parameter */
369 o.libName = options[LIBNAME].value;
371 o.libName = o.shortName;
656 /* Using the base libName and version number, generate the library file names. */
657 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion);
864 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
867 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt, UBool noVersion) {
871 sprintf(libFileNames[LIB_FILE], "%s", libName);
875 libName);
880 libName);
888 sprintf(libFileNames[LIB_FILE_MINGW], "%s%s.lib", pkgDataFlags[LIBPREFIX], libName);
891 libName,
894 libName,
1729 o->libName,
1735 (strstr(o->libName, "icudt") ? "s" : ""),
1736 o->libName,
1759 uprv_strcat(libFilePath, o->libName);
1762 uprv_strcat(dllFilePath, o->libName);
1765 if (strstr(o->libName, "icudt")) {
1768 uprv_strcat(libFilePath, o->libName);