Home
last modified time | relevance | path

Searched refs:p_start (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/std/common/src/
Dstd_sprintf.c202 const char *p_start = s; in STD_TVSNPrintf() local
363 if (p_start + 1 != s) in STD_TVSNPrintf()
372 string_put_string(&str, p_start, s - p_start); in STD_TVSNPrintf()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_printf.c950 const char *p_start = s; in OS_VSNPrintfEx() local
1278 if (p_start + 1 != s) in OS_VSNPrintfEx()
1287 string_put_string(&str, p_start, s - p_start); in OS_VSNPrintfEx()