Lines Matching defs:buffer
130 static inline void _out_buffer(char character, void * buffer, size_t idx, size_t maxlen) in _out_buffer()
138 static inline void _out_null(char character, void * buffer, size_t idx, size_t maxlen) in _out_null()
173 static size_t _out_rev(out_fct_type out, char * buffer, size_t idx, size_t maxlen, const char * buf… in _out_rev()
202 static size_t _ntoa_format(out_fct_type out, char * buffer, size_t idx, size_t maxlen, char * buf, … in _ntoa_format()
256 static size_t _ntoa_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned long … in _ntoa_long()
281 static size_t _ntoa_long_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned … in _ntoa_long_long()
314 static size_t _ftoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _ftoa()
443 static size_t _etoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _etoa()
555 static int lv_vsnprintf_inner(out_fct_type out, char * buffer, const size_t maxlen, const char * fo… in lv_vsnprintf_inner()
872 int lv_snprintf(char * buffer, size_t count, const char * format, ...) in lv_snprintf()
881 int lv_vsnprintf(char * buffer, size_t count, const char * format, va_list va) in lv_vsnprintf()