Lines Matching refs:shortName
346 options[i].shortName, in main()
371 o.shortName = options[NAME].value; in main()
373 int32_t len = (int32_t)uprv_strlen(o.shortName); in main()
378 if (*(sp = o.shortName)) { in main()
392 o.libName = o.shortName; in main()
575 if (o->shortName != NULL) { in pkg_executeOptions()
577 uprv_strcat(targetDir, o->shortName); in pkg_executeOptions()
597 uprv_strcpy(datFileName, o->shortName); in pkg_executeOptions()
1625 …createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileLi… in pkg_createWithoutAssemblyCode()
1675 o->shortName, in pkg_createWithoutAssemblyCode()
1687 …writeCCode(file, o->tmpDir, dataName[0] != 0 ? dataName : o->shortName, newName[0] != 0 ? newName … in pkg_createWithoutAssemblyCode()
1952 if (o->shortName[n] == 0) { in pkg_checkFlag()
1955 tmpbuffer[index++] = o->shortName[n]; in pkg_checkFlag()
1969 uprv_strcpy(mapFile, o->shortName); in pkg_checkFlag()