Searched defs:maxlen (Results 1 – 2 of 2) sorted by relevance
/tf-rmm-v0.2.0/lib/libc/src/ |
A D | strnlen.c | 30 size_t strnlen(const char *s, size_t maxlen) in strnlen()
|
A D | printf.c | 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() [all …]
|
Completed in 7 milliseconds