Lines Matching refs:libName
84 …t char mode, const char *version_major, const char *version, const char *libName, const UBool reve…
375 o.libName = options[LIBNAME].value; in main()
377 o.libName = o.shortName; in main()
663 …leNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVe… in pkg_executeOptions()
876 …t char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt… in createFileNames() argument
883 sprintf(libFileNames[LIB_FILE], "%s", libName); in createFileNames()
887 libName); in createFileNames()
892 libName); in createFileNames()
901 sprintf(libFileNames[LIB_FILE_MINGW], "lib%s.dll.a", libName); in createFileNames()
904 libName, in createFileNames()
908 libName, in createFileNames()
1755 o->libName, in pkg_createWindowsDLL()
1761 (strstr(o->libName, "icudt") ? "s" : ""), in pkg_createWindowsDLL()
1762 o->libName, in pkg_createWindowsDLL()
1785 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1788 uprv_strcat(dllFilePath, o->libName); in pkg_createWindowsDLL()
1791 if (strstr(o->libName, "icudt")) { in pkg_createWindowsDLL()
1794 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()