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()
909 libName); in createFileNames()
914 libName); in createFileNames()
923 sprintf(libFileNames[LIB_FILE_MINGW], "lib%s.dll.a", libName); in createFileNames()
926 libName, in createFileNames()
930 libName, in createFileNames()
1784 o->libName, in pkg_createWindowsDLL()
1790 (strstr(o->libName, "icudt") ? "s" : ""), in pkg_createWindowsDLL()
1791 o->libName, in pkg_createWindowsDLL()
1814 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()
1817 uprv_strcat(dllFilePath, o->libName); in pkg_createWindowsDLL()
1820 if (strstr(o->libName, "icudt")) { in pkg_createWindowsDLL()
1823 uprv_strcat(libFilePath, o->libName); in pkg_createWindowsDLL()