Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c561 static int _vsnprintf(out_fct_type out, char *buffer, const size_t maxlen, const char *format, va_l… in _vsnprintf() function
563 lazy_vsnprintf = _vsnprintf; in _vsnprintf()
879 const int ret = _vsnprintf(_out_buffer, buffer, (size_t) -1, format, va); in WRAPPER_FUNC()
887 const int ret = _vsnprintf(_out_buffer, buffer, count, format, va); in WRAPPER_FUNC()
893 return _vsnprintf(_out_buffer, buffer, count, format, va); in WRAPPER_FUNC()
898 return _vsnprintf(_out_fct, (char *) (uintptr_t) &out_fct_wrap, (size_t) -1, format, va); in vfctprintf()