Lines Matching defs:maxlen
147 size_t maxlen) in _out_buffer()
157 size_t maxlen) in _out_null()
165 size_t maxlen) in _out_char()
176 size_t maxlen) in _out_fct()
226 static size_t _out_rev(out_fct_type out, char *buffer, size_t idx, size_t maxlen, const char *buf, … in _out_rev()
254 static size_t _ntoa_format(out_fct_type out, char *buffer, size_t idx, size_t maxlen, char *buf, si… in _ntoa_format()
306 size_t maxlen, unsigned long value, bool negative, in _ntoa_long()
336 size_t maxlen, unsigned long long value, in _ntoa_long_long()
379 static size_t _ftoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, in _ftoa()
533 static size_t _etoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, in _etoa()
677 static int _vsnprintf(out_fct_type out, char *buffer, const size_t maxlen, in _vsnprintf()