Home
last modified time | relevance | path

Searched refs:vsnprintfcb (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/lib/os/
Dcbprintf.c91 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
DKconfig.cbprintf120 vsnprintfcb().
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h828 #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/
Dpicolibc.rst113 * fprintfcb, vfprintfcb, printfcb, vprintfcb, snprintfcb and vsnprintfcb
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1722 - :github:`48394` - vsnprintfcb writes to ``*str`` if it is NULL
Drelease-notes-3.3.rst3583 * :github:`48394` - vsnprintfcb writes to ``*str`` if it is NULL