Lines Matching refs: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),
364 if(options[LIBNAME].doesOccur) { /* get libname from shortname, or explicit -L parameter */
365 o.libName = options[LIBNAME].value;
367 o.libName = o.shortName;
646 /* Using the base libName and version number, generate the library file names. */
647 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion);
855 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
858 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt, UBool noVersion) {
862 sprintf(libFileNames[LIB_FILE], "%s", libName);
866 libName);
871 libName);
879 sprintf(libFileNames[LIB_FILE_MINGW], "%s%s.lib", pkgDataFlags[LIBPREFIX], libName);
882 libName,
885 libName,
898 libName);
1614 o->libName,
1620 (strstr(o->libName, "icudt") ? "s" : ""),
1621 o->libName,
1644 uprv_strcat(libFilePath, o->libName);
1647 uprv_strcat(dllFilePath, o->libName);
1650 if (strstr(o->libName, "icudt")) {
1653 uprv_strcat(libFilePath, o->libName);