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/ |
| D | func_1.c | 40 (void)OS_SPrintf(dst, "func_1. called %d time%s.\n", i, (i == 1) ? "" : "s", &i); in func_1()
|
| D | func_2.c | 40 (void)OS_SPrintf(dst, "func_2. called %d time%s.\n", i, (i == 1) ? "" : "s", &i); in func_2()
|
| D | func_3.cpp | 83 (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/ |
| D | bt.c | 129 (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/ |
| D | main.c | 219 (void)OS_SPrintf(str, "%04d/%02d/%02d(%s) %02d:%02d:%02d", in FormatDateTime()
|
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | printf.h | 83 int OS_SPrintf(char *dst, const char *fmt, ...);
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_printf.c | 790 SDK_WEAK_SYMBOL int OS_SPrintf(char *dst, const char *fmt, ...) in OS_SPrintf() function
|