HelenOS sources
char8_t 43 common/include/uchar.h size_t mbrtoc8(char8_t *__restrict pc8, const char *__restrict s, size_t n,
char8_t 45 common/include/uchar.h size_t c8rtomb(char *__restrict s, char8_t c8, mbstate_t *__restrict ps);
char8_t 43 kernel/generic/common/include/uchar.h size_t mbrtoc8(char8_t *__restrict pc8, const char *__restrict s, size_t n,
char8_t 45 kernel/generic/common/include/uchar.h size_t c8rtomb(char *__restrict s, char8_t c8, mbstate_t *__restrict ps);
char8_t 43 uspace/lib/c/common/include/uchar.h size_t mbrtoc8(char8_t *__restrict pc8, const char *__restrict s, size_t n,
char8_t 45 uspace/lib/c/common/include/uchar.h size_t c8rtomb(char *__restrict s, char8_t c8, mbstate_t *__restrict ps);
char8_t 43 uspace/lib/posix/include/common/uchar.h size_t mbrtoc8(char8_t *__restrict pc8, const char *__restrict s, size_t n,
char8_t 45 uspace/lib/posix/include/common/uchar.h size_t c8rtomb(char *__restrict s, char8_t c8, mbstate_t *__restrict ps);
HelenOS homepage, sources at GitHub