Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:libName

118 static void createFileNames(const char *version_major, const char *version, const char *libName, const UBool reverseExt);
139 LIBNAME,
179 /*18*/ UOPTION_DEF( "libname", 'L', UOPT_REQUIRES_ARG),
369 if(options[LIBNAME].doesOccur) { /* get libname from shortname, or explicit -L parameter */
370 o.libName = options[LIBNAME].value;
372 o.libName = o.shortName;
583 /* Using the base libName and version number, generate the library file names. */
584 createFileNames(version_major, o->version, o->libName, reverseExt);
666 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
669 static void createFileNames(const char *version_major, const char *version, const char *libName, UBool reverseExt) {
672 libName);
676 libName,