Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcharset.h192 size_t u16_strnlen(const u16 *in, size_t count);
/openbmc/u-boot/lib/
H A Dcharset.c345 size_t u16_strnlen(const u16 *in, size_t count) in u16_strnlen() function