Lines Matching refs:uprv_strcpy
566 uprv_strcpy(targetDir, o->install); in pkg_executeOptions()
581 uprv_strcpy(targetDir, o->targetDir); in pkg_executeOptions()
584 uprv_strcpy(tmpDir, o->tmpDir); in pkg_executeOptions()
587 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions()
589 uprv_strcpy(datFileName, o->shortName); in pkg_executeOptions()
606 uprv_strcpy(targetFileNamePath, targetDir); in pkg_executeOptions()
995 uprv_strcpy(libFileNames[LIB_FILE_VERSION_TMP], libFileNames[LIB_FILE_VERSION_MAJOR]); in createFileNames()
1315 uprv_strcpy(libFileNames[LIB_FILE_VERSION], libFileNames[LIB_FILE_VERSION_TMP]); in pkg_archiveLibrary()
1507 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode()
1620 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1689 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1716 uprv_strcpy(tempObjectFile, icudtAll); in pkg_createWithoutAssemblyCode()
1791 uprv_strcpy(dllFilePath, o->targetDir); in pkg_createWindowsDLL()
1793 uprv_strcpy(dllFilePath, o->srcDir); in pkg_createWindowsDLL()
1796 uprv_strcpy(libFilePath, dllFilePath); in pkg_createWindowsDLL()
1815 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()
1881 uprv_strcpy(tmpGenlibFlagBuffer, flag); in pkg_checkFlag()
1933 uprv_strcpy(flag, tmpbuffer); in pkg_checkFlag()
1935 uprv_strcpy(mapFile, o->shortName); in pkg_checkFlag()
2091 uprv_strcpy(tmp, o->srcDir); in loadLists()