Lines Matching defs:idx
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()
566 size_t idx = 0U; in _vsnprintf() local
913 static inline void _out_char(char character, void *buffer, size_t idx, size_t maxlen) { in _out_char()