Home
last modified time | relevance | path

Searched defs:c16 (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/lib/libc/locale/
H A Dc16rtomb.c42 c16rtomb_l(char * __restrict s, char16_t c16, mbstate_t * __restrict ps, in c16rtomb_l()
79 c16rtomb(char * __restrict s, char16_t c16, mbstate_t * __restrict ps) in c16rtomb()
/freebsd-13.1/lib/libc/tests/locale/
H A Dmbrtoc16_test.c59 static char16_t c16; variable