Home
last modified time | relevance | path

Searched refs:maxsize (Results 1 – 1 of 1) sorted by relevance

/external/platform/pico/rp2_common/pico_printf/
A Dprintf.c155 static inline unsigned int _strnlen_s(const char *str, size_t maxsize) { in _strnlen_s() argument
157 for (s = str; *s && maxsize--; ++s); in _strnlen_s()

Completed in 4 milliseconds