Lines Matching refs:dstlen
217 int dstlen; in FSi_AllocUnicodeFullPath() local
219 dstlen = FS_ARCHIVE_FULLPATH_MAX - pos - 2; in FSi_AllocUnicodeFullPath()
220 …(void)FSi_ConvertStringSjisToUnicode(&dst[pos], &dstlen, FS_GetArchiveName(context->arc), NULL, NU… in FSi_AllocUnicodeFullPath()
221 pos += dstlen; in FSi_AllocUnicodeFullPath()
224 dstlen = FS_ARCHIVE_FULLPATH_MAX - pos; in FSi_AllocUnicodeFullPath()
225 (void)FSi_ConvertStringSjisToUnicode(&dst[pos], &dstlen, relpath, NULL, NULL); in FSi_AllocUnicodeFullPath()
226 pos += dstlen; in FSi_AllocUnicodeFullPath()
1563 int dstlen = sizeof(infoa->longname) - 1; in FSi_FATFS_ReadDirectory() local
1565 … (void)FSi_ConvertStringUnicodeToSjis(infoa->longname, &dstlen, tmp->longname, NULL, NULL); in FSi_FATFS_ReadDirectory()
1566 infoa->longname[dstlen] = L'\0'; in FSi_FATFS_ReadDirectory()
1567 infoa->longname_length = (u32)dstlen; in FSi_FATFS_ReadDirectory()