Searched refs:sprintf (Results 1 – 8 of 8) sorted by relevance
/lk-master/lib/partition/ |
A D | partition.c | 96 sprintf(subdevice, "%sp%d", device, i); in partition_publish() 122 sprintf(devname, "%sp%d", device, i); in partition_unpublish()
|
/lk-master/external/platform/pico/rp2_common/pico_printf/ |
A D | printf_none.S | 14 wrapper_func sprintf
|
A D | printf.c | 891 int WRAPPER_FUNC(sprintf)(char *buffer, const char *format, ...) { in WRAPPER_FUNC() argument
|
/lk-master/lib/libc/include/ |
A D | stdio.h | 63 int sprintf(char *str, const char *fmt, ...) __PRINTFLIKE(2, 3);
|
/lk-master/app/tests/ |
A D | printf_tests.c | 100 err = sprintf(buf, "0123456789abcdef012345678"); in printf_tests()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/ |
A D | dma_uart.c | 372 sprintf(dmaSendStr[idx], "DMA send string (unlinked) #%d\r\n", idx); in main()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/src/ |
A D | dma_rom_uart.c | 377 sprintf(dmaSendStr[idx], "DMA send string (unlinked) #%d\r\n", idx); in main()
|
/lk-master/lib/libc/ |
A D | printf.c | 24 int sprintf(char *str, const char *fmt, ...) { in sprintf() function
|
Completed in 20 milliseconds