Lines Matching refs:copy_ustr_n

37 static inline void copy_ustr_n( void *dest, const void *source, size_t length ) { rtl_copyMemory(de…  in copy_ustr_n()  function
902 copy_ustr_n( aFile, strName->buffer, strName->length+1); in osl_getProfileName()
911 copy_ustr_n( aFile + nFileLen, STR_INI_EXTENSION, wcslen(STR_INI_EXTENSION)+1 ); in osl_getProfileName()
941 copy_ustr_n(aFile, pProgName + nOffset, nFileLen); in osl_getProfileName()
947 copy_ustr_n(aFile + nFileLen, STR_INI_EXTENSION, wcslen(STR_INI_EXTENSION)+1); in osl_getProfileName()
976 copy_ustr_n( aPath, strHome->buffer, strHome->length+1); in osl_getProfileName()
987 copy_ustr_n(aPath + nPathLen, pPath, nLen+1); in osl_getProfileName()
1008 copy_ustr_n( aPath, strConfig->buffer, strConfig->length+1 ); in osl_getProfileName()
1019 copy_ustr_n(aPath + nPathLen, pPath, nLen+1); in osl_getProfileName()
1040 copy_ustr_n(aPath + nPathLen, pPath, nLen+1); in osl_getProfileName()
1057 copy_ustr_n(aPath, pPath, nLen+1); in osl_getProfileName()
1075 copy_ustr_n(aPath, strConfigDir->buffer, strConfigDir->length+1); in osl_getProfileName()
1089 copy_ustr_n(aPath + nPathLen, aFile, nFileLen+1); in osl_getProfileName()
2442 copy_ustr_n(aPath, pCommandArg + nStart + 1, dwPathLen); in lookupProfile()
2448 copy_ustr_n(aPath + dwPathLen++, L"/", 2); in lookupProfile()
2453 copy_ustr_n(aPath + dwPathLen, strPath, rtl_ustr_getLength(strPath)+1); in lookupProfile()
2506 copy_ustr_n(aPath, strExecutable->buffer, nPos); in lookupProfile()
2513 copy_ustr_n(aPath, strExecutable->buffer, nPos); in lookupProfile()
2533 copy_ustr_n(aPath + dwPathLen++, L"\\", 2); in lookupProfile()
2537 copy_ustr_n(aPath + dwPathLen, strPath, rtl_ustr_getLength(strPath)+1); in lookupProfile()
2573 copy_ustr_n(aPath + nPos + 1, strPath, rtl_ustr_getLength(strPath)+1); in lookupProfile()
2588 copy_ustr_n(aPath + dwPathLen, strFile, rtl_ustr_getLength(strFile)+1); in lookupProfile()
2651 copy_ustr_n(aPath + dwPathLen++, L"\\", 2); in lookupProfile()
2656copy_ustr_n(aPath + dwPathLen, strPath, rtl_ustr_getLength(strPath)+1); in lookupProfile()
2695 copy_ustr_n(strProfile, aPath, dwPathLen+1); in lookupProfile()