Searched refs:vprintf (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/soc/raspberrypi/rpi_pico/common/ |
D | soc.c | 34 vprintf(fmt, args); in panic()
|
/Zephyr-latest/lib/libc/minimal/source/stdout/ |
D | fprintf.c | 49 int vprintf(const char *ZRESTRICT format, va_list vargs) in vprintf() function
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | stdio.h | 46 int __printf_like(1, 0) vprintf(const char *ZRESTRICT format, va_list list);
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest_mock.c | 52 vprintf(fmt, ap); in printk() 58 vprintf(fmt, ap); in vprintk()
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 240 vprintf
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf.h | 826 #define vprintfcb(format, ap) vprintf(format, ap)
|
/Zephyr-latest/tests/lib/sprintf/src/ |
D | main.c | 839 ret = vprintf(format, args); in WriteFrmtd_v()
|
/Zephyr-latest/tests/unit/cbprintf/ |
D | main.c | 300 vprintf(format, ap); in prf_failed()
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 178 vprintf(),yes
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 1394 vprintf(),ISO/IEC 9899:2011
|