Home
last modified time | relevance | path

Searched refs:OS_SPrintf (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/child/src/overlay_test/
Dfunc_1.c40 (void)OS_SPrintf(dst, "func_1. called %d time%s.\n", i, (i == 1) ? "" : "s", &i); in func_1()
Dfunc_2.c40 (void)OS_SPrintf(dst, "func_2. called %d time%s.\n", i, (i == 1) ? "" : "s", &i); in func_2()
Dfunc_3.cpp83 (void)OS_SPrintf(dst, "func_3. called %d time%s.\n", i, (i == 1) ? "" : "s", &i); in func_3()
/TwlSDK-5.1.0/build/demos/wbt/wbt-1/src/
Dbt.c129 (void)OS_SPrintf((char *)&(bt_data[i][4]), in bt_register_blocks()
133 (void)OS_SPrintf((char *)ptr, "%s", end_string); in bt_register_blocks()
248 (void)OS_SPrintf((char *)user_data, " %5d\n", bt_loop_count); in bt_callback()
383 (void)OS_SPrintf((char *)user_data, " %05d\n", bt_loop_count); in bt_callback()
/TwlSDK-5.1.0/build/demos/rtc/convert-1/src/
Dmain.c219 (void)OS_SPrintf(str, "%04d/%02d/%02d(%s) %02d:%02d:%02d", in FormatDateTime()
/TwlSDK-5.1.0/include/nitro/os/common/
Dprintf.h83 int OS_SPrintf(char *dst, const char *fmt, ...);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_printf.c790 SDK_WEAK_SYMBOL int OS_SPrintf(char *dst, const char *fmt, ...) in OS_SPrintf() function