Home
last modified time | relevance | path

Searched refs:STD_GetStringLength (Results 1 – 19 of 19) sorted by relevance

/TwlSDK-5.1.0/build/libraries/el/common/include/
Del_config.h72 #define OSAPI_STRLEN STD_GetStringLength
79 #define OSAPI_STRLEN STD_GetStringLength
/TwlSDK-5.1.0/include/nitro/std/
Dstring.h35 #define STD_StrLen STD_GetStringLength
130 extern int STD_GetStringLength(const char *str);
/TwlSDK-5.1.0/build/demos/fs/arc-2/src/
Dmain.c147 p_entry->name_len = (u32)STD_GetStringLength(cur->name); in CustomRom_ArchiveProc()
187 file->arg.openfiledirect.bottom = (u32)(text + STD_GetStringLength(text)); in CustomRom_ArchiveProc()
224 if (!FS_RegisterArchiveName(arc, name, (u32)STD_GetStringLength(name))) in CreateCustomArchive()
/TwlSDK-5.1.0/build/libraries/std/common/src/
Dstd_string.c91 return STD_GetStringLength(srcp); in STD_CopyLStringZeroFill()
184 return (int)i + STD_GetStringLength( s ); in STD_CopyLString()
209 return STD_GetStringLength(srcp); in STD_CopyLString()
315 int STD_GetStringLength(const char *str) in STD_GetStringLength() function
434 int n = STD_GetStringLength(str1); in STD_ConcatenateString()
466 return n + STD_GetStringLength(str2); in STD_ConcatenateLString()
/TwlSDK-5.1.0/build/demos/fs/explorer/src/
Dmain.c104 p->longname_length = (u32)STD_GetStringLength(p->longname); in CommandLS()
124 int i = STD_GetStringLength(cur); in CommandCD()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_mem.c70 entry->name_len = (u32)(STD_GetStringLength(arcname) + 1); in FSi_MemArchiveProc()
Dfs_hook.c118 FSArchive *arc = FS_FindArchive(arcname, STD_GetStringLength(arcname)); in FS_RegisterEventHook()
Dfs_archive_fatfs.c1492 infow->shortname_length = (u32)STD_GetStringLength(tmp->shortname); in FSi_FATFS_ReadDirectory()
1519 infoa->shortname_length = (u32)STD_GetStringLength(tmp->shortname); in FSi_FATFS_ReadDirectory()
1615 u32 arcnamelen = (u32)STD_GetStringLength(arcname); in FSi_MountFATFSArchive()
1652 arcname += STD_GetStringLength(arcname) + 1; in FSi_MountDefaultArchives()
Dfs_file.c169 int length = STD_GetStringLength(str); in FSi_TrimSjisTrailingSlash()
596 int m = STD_GetStringLength(arcname); in FSi_GetFullPath()
597 int n = STD_GetStringLength(dst); in FSi_GetFullPath()
629 int length = STD_GetStringLength(tmppath); in FSi_ComplementDirectory()
873 pos += 1 + STD_GetStringLength(info->longname); in FS_DeleteDirectoryAuto()
Dfs_proc_default.c448 u32 len = (u32)STD_GetStringLength(arcname); in FSi_GetPathDefault()
502 u32 len = (u32)STD_GetStringLength(arcname); in FSi_GetPathDefault()
/TwlSDK-5.1.0/build/demos.TWL/aes/encrypt/src/
Dmain.c86 plainSize = (u32)STD_GetStringLength(pPlainText) + 1; in SampleMain()
/TwlSDK-5.1.0/build/demos.TWL/aes/encrypt-and-sign/src/
Dmain.c86 plainSize = (u32)STD_GetStringLength(pPlainText) + 1; in SampleMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c189 int length = STD_GetStringLength(dst); in DEMOi_HIO_CreateFullPath()
653 char *s = tmppath + STD_GetStringLength(tmppath); in DEMOi_HIO_OpenDirectory()
722 info->longname_length = (u32)STD_GetStringLength(data->m_bufName); in DEMOi_HIO_ReadDirectory()
DDEMOBitmap.c789 int x = STD_GetStringLength(dst); in DEMOPutLog()
/TwlSDK-5.1.0/build/demos.TWL/aes/ctr/src/
Dmain.c86 srcSize = (u32)STD_GetStringLength(pPlainText) + 1; in SampleMain()
/TwlSDK-5.1.0/build/demos/fs/arc-1/src/
Dmain.c89 if (!FS_RegisterArchiveName(p_rom->arc, name, (u32)STD_GetStringLength(name))) in MyRom_Create()
/TwlSDK-5.1.0/build/demos.TWL/aes/ctr-partial/src/
Dmain.c94 srcSize = (u32)STD_GetStringLength(pPlainText) + 1; in SampleMain()
/TwlSDK-5.1.0/build/demos.TWL/aes/ccm/src/
Dmain.c105 srcPSize = (u32)STD_GetStringLength(DEMO_TEXT) + 1; in SampleMain()
/TwlSDK-5.1.0/build/libraries/env/common/src/
Denv_system.c270 SDK_WARNING(STD_GetStringLength(className) <= ENV_CLASS_NAME_MAX, "class name is too long"); in ENV_SetClass()