Home
last modified time | relevance | path

Searched refs:sprintf (Results 1 – 8 of 8) sorted by relevance

/lk-master/lib/partition/
A Dpartition.c96 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 Dprintf_none.S14 wrapper_func sprintf
A Dprintf.c891 int WRAPPER_FUNC(sprintf)(char *buffer, const char *format, ...) { in WRAPPER_FUNC() argument
/lk-master/lib/libc/include/
A Dstdio.h63 int sprintf(char *str, const char *fmt, ...) __PRINTFLIKE(2, 3);
/lk-master/app/tests/
A Dprintf_tests.c100 err = sprintf(buf, "0123456789abcdef012345678"); in printf_tests()
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c372 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 Ddma_rom_uart.c377 sprintf(dmaSendStr[idx], "DMA send string (unlinked) #%d\r\n", idx); in main()
/lk-master/lib/libc/
A Dprintf.c24 int sprintf(char *str, const char *fmt, ...) { in sprintf() function

Completed in 10 milliseconds