Searched refs:vsnprintfcb (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/lib/os/ |
D | cbprintf.c | 91 rc = vsnprintfcb(str, size, format, ap); in snprintfcb() 97 int vsnprintfcb(char *str, size_t size, const char *format, va_list ap) in vsnprintfcb() function
|
D | Kconfig.cbprintf | 120 vsnprintfcb().
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf.h | 828 #define vsnprintfcb(str, size, format, ap) vsnprintf(str, size, format, ap) macro 956 int vsnprintfcb(char *str, size_t size, const char *format, va_list ap);
|
/Zephyr-latest/doc/develop/languages/c/ |
D | picolibc.rst | 113 * fprintfcb, vfprintfcb, printfcb, vprintfcb, snprintfcb and vsnprintfcb
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 1722 - :github:`48394` - vsnprintfcb writes to ``*str`` if it is NULL
|
D | release-notes-3.3.rst | 3583 * :github:`48394` - vsnprintfcb writes to ``*str`` if it is NULL
|