Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcharset.h204 u16 *u16_strcpy(u16 *dest, const u16 *src);
/openbmc/u-boot/lib/
H A Dcharset.c352 u16 *u16_strcpy(u16 *dest, const u16 *src) in u16_strcpy() function
376 u16_strcpy(new, src); in u16_strdup()
/openbmc/u-boot/test/
H A Dunicode_ut.c69 r = u16_strcpy(copy, c1); in unicode_test_u16_strcpy()