Searched refs:string_fill_char (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4/build/libraries/std/common/src/ |
| D | std_sprintf.c | 41 static void string_fill_char(dst_string * p, char c, int n) in string_fill_char() function 303 string_fill_char(&str, ' ', width); in STD_TVSNPrintf() 308 string_fill_char(&str, pad, width); in STD_TVSNPrintf() 333 string_fill_char(&str, ' ', width); in STD_TVSNPrintf() 338 string_fill_char(&str, pad, width); in STD_TVSNPrintf() 520 string_fill_char(&str, ' ', width); in STD_TVSNPrintf() 523 string_fill_char(&str, '0', n_pad); in STD_TVSNPrintf() 527 string_fill_char(&str, ' ', width); in STD_TVSNPrintf()
|
| /TwlSDK-5.4/build/libraries/os/common/src/ |
| D | os_printf.c | 755 static void string_fill_char(dst_string * p, char c, int n) in string_fill_char() function 1075 string_fill_char(&str, ' ', width); in OS_VSNPrintfEx() 1080 string_fill_char(&str, pad, width); in OS_VSNPrintfEx() 1168 string_fill_char(&str, ' ', width); in OS_VSNPrintfEx() 1173 string_fill_char(&str, pad, width); in OS_VSNPrintfEx() 1438 string_fill_char(&str, ' ', width); in OS_VSNPrintfEx() 1441 string_fill_char(&str, '0', n_pad); in OS_VSNPrintfEx() 1445 string_fill_char(&str, ' ', width); in OS_VSNPrintfEx()
|