Lines Matching refs:uprv_strcpy
568 uprv_strcpy(targetDir, o->install); in pkg_executeOptions()
583 uprv_strcpy(targetDir, o->targetDir); in pkg_executeOptions()
586 uprv_strcpy(tmpDir, o->tmpDir); in pkg_executeOptions()
589 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions()
591 uprv_strcpy(datFileName, o->shortName); in pkg_executeOptions()
608 uprv_strcpy(targetFileNamePath, targetDir); in pkg_executeOptions()
997 uprv_strcpy(libFileNames[LIB_FILE_VERSION_TMP], libFileNames[LIB_FILE_VERSION_MAJOR]); in createFileNames()
1317 uprv_strcpy(libFileNames[LIB_FILE_VERSION], libFileNames[LIB_FILE_VERSION_TMP]); in pkg_archiveLibrary()
1509 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode()
1622 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1691 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1718 uprv_strcpy(tempObjectFile, icudtAll); in pkg_createWithoutAssemblyCode()
1793 uprv_strcpy(dllFilePath, o->targetDir); in pkg_createWindowsDLL()
1795 uprv_strcpy(dllFilePath, o->srcDir); in pkg_createWindowsDLL()
1798 uprv_strcpy(libFilePath, dllFilePath); in pkg_createWindowsDLL()
1817 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()
1883 uprv_strcpy(tmpGenlibFlagBuffer, flag); in pkg_checkFlag()
1935 uprv_strcpy(flag, tmpbuffer); in pkg_checkFlag()
1937 uprv_strcpy(mapFile, o->shortName); in pkg_checkFlag()
2093 uprv_strcpy(tmp, o->srcDir); in loadLists()