Lines Matching refs:libName
93 …t char mode, const char *version_major, const char *version, const char *libName, const UBool reve…
390 o.libName = options[LIBNAME].value; in main()
392 o.libName = o.shortName; in main()
678 …leNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVe… in pkg_executeOptions()
898 …t char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt… in createFileNames() argument
905 sprintf(libFileNames[LIB_FILE], "%s", libName); in createFileNames()
908 (strstr(libName, "icudt") ? "lib" : ""), in createFileNames()
910 libName); in createFileNames()
915 libName); in createFileNames()
924 sprintf(libFileNames[LIB_FILE_MINGW], "lib%s.dll.a", libName); in createFileNames()
927 libName, in createFileNames()
931 libName, in createFileNames()
1785 o->libName, in pkg_createWindowsDLL()
1791 (strstr(o->libName, "icudt") ? "s" : ""), in pkg_createWindowsDLL()
1792 o->libName, in pkg_createWindowsDLL()
1815 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1818 uprv_strcat(dllFilePath, o->libName); in pkg_createWindowsDLL()
1821 if (strstr(o->libName, "icudt")) { in pkg_createWindowsDLL()
1824 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()