Home
last modified time | relevance | path

Searched refs:STD_TSPrintf (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.5/build/demos/fs/explorer/src/
Dmain.c87 (void)STD_TSPrintf(path, "%s/*", context->current); in CommandLS()
103 (void)STD_TSPrintf(p->longname, ".."); in CommandLS()
210 … (void)STD_TSPrintf(path, "%s/%s", explorer->current, explorer->entry[cursor].longname); in NitroMain()
/TwlSDK-5.5/include/nitro/std/
Dstring.h255 extern int STD_TSPrintf(char *dst, const char *fmt, ...);
/TwlSDK-5.5/build/libraries/fs/common/src/
Dfs_proc_mem.c74 (void)STD_TSPrintf(entry->name, "%s:", arcname); in FSi_MemArchiveProc()
/TwlSDK-5.5/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c184 (void)STD_TSPrintf(dst, "%s", relpath); in DEMOi_HIO_CreateFullPath()
189 (void)STD_TSPrintf(dst, "%s/%s", context->basepath, relpath); in DEMOi_HIO_CreateFullPath()
/TwlSDK-5.5/build/libraries/std/common/src/
Dstd_sprintf.c79 SDK_WEAK_SYMBOL int STD_TSPrintf(char *dst, const char *fmt, ...) in STD_TSPrintf() function