Lines Matching defs:maxlen
173 static inline void _out_buffer(char character, void* buffer, size_t idx, size_t maxlen) in _out_buffer()
182 static inline void _out_null(char character, void* buffer, size_t idx, size_t maxlen) in _out_null()
189 static inline void _out_char(char character, void* buffer, size_t idx, size_t maxlen) in _out_char()
199 static inline void _out_fct(char character, void* buffer, size_t idx, size_t maxlen) in _out_fct()
239 static size_t _out_rev(out_fct_type out, char* buffer, size_t idx, size_t maxlen, const char* buf, … in _out_rev()
267 static size_t _ntoa_format(out_fct_type out, char* buffer, size_t idx, size_t maxlen, char* buf, si… in _ntoa_format()
321 static size_t _ntoa_long(out_fct_type out, char* buffer, size_t idx, size_t maxlen, unsigned long v… in _ntoa_long()
346 static size_t _ntoa_long_long(out_fct_type out, char* buffer, size_t idx, size_t maxlen, unsigned l… in _ntoa_long_long()
379 static size_t _ftoa(out_fct_type out, char* buffer, size_t idx, size_t maxlen, double value, unsign… in _ftoa()
507 static size_t _etoa(out_fct_type out, char* buffer, size_t idx, size_t maxlen, double value, unsign… in _etoa()
617 static int _vsnprintf(out_fct_type out, char* buffer, const size_t maxlen, const char* format, va_l… in _vsnprintf()