Lines Matching refs:uprv_strcpy
543 uprv_strcpy(targetDir, o->install); in pkg_executeOptions()
558 uprv_strcpy(targetDir, o->targetDir); in pkg_executeOptions()
561 uprv_strcpy(tmpDir, o->tmpDir); in pkg_executeOptions()
564 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions()
566 uprv_strcpy(datFileName, o->shortName); in pkg_executeOptions()
583 uprv_strcpy(targetFileNamePath, targetDir); in pkg_executeOptions()
952 uprv_strcpy(libFileNames[LIB_FILE_VERSION_TMP], libFileNames[LIB_FILE_VERSION_MAJOR]); in createFileNames()
1221 uprv_strcpy(libFileNames[LIB_FILE_VERSION], libFileNames[LIB_FILE_VERSION_TMP]); in pkg_archiveLibrary()
1350 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode()
1461 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1530 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1557 uprv_strcpy(tempObjectFile, icudtAll); in pkg_createWithoutAssemblyCode()
1636 uprv_strcpy(dllFilePath, o->targetDir); in pkg_createWindowsDLL()
1638 uprv_strcpy(dllFilePath, o->srcDir); in pkg_createWindowsDLL()
1641 uprv_strcpy(libFilePath, dllFilePath); in pkg_createWindowsDLL()
1660 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()
1726 uprv_strcpy(tmpGenlibFlagBuffer, flag); in pkg_checkFlag()
1778 uprv_strcpy(flag, tmpbuffer); in pkg_checkFlag()
1780 uprv_strcpy(mapFile, o->shortName); in pkg_checkFlag()
1933 uprv_strcpy(tmp, o->srcDir); in loadLists()