Searched defs:maxlen (Results 1 – 1 of 1) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | printf.c | 128 static inline void _out_buffer(char character, void *buffer, size_t idx, size_t maxlen) { in _out_buffer() 135 static inline void _out_null(char character, void *buffer, size_t idx, size_t maxlen) { in _out_null() 143 static inline void _out_fct(char character, void *buffer, size_t idx, size_t maxlen) { in _out_fct() 180 static size_t _out_rev(out_fct_type out, char *buffer, size_t idx, size_t maxlen, const char *buf, … in _out_rev() 208 static size_t _ntoa_format(out_fct_type out, char *buffer, size_t idx, size_t maxlen, char *buf, si… in _ntoa_format() 259 static size_t _ntoa_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned long v… in _ntoa_long() 285 static size_t _ntoa_long_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned l… in _ntoa_long_long() 322 static size_t _ftoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _ftoa() 447 static size_t _etoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _etoa() 561 static int _vsnprintf(out_fct_type out, char *buffer, const size_t maxlen, const char *format, va_l… in _vsnprintf() [all …]
|