HelenOS sources

_str_decode       380 common/str.c   	char32_t ret = _str_decode(s, &offset, n, mb);
_str_decode       414 common/str.c   	char32_t ch = _str_decode(str, offset, size, &mb);
_str_decode       380 kernel/generic/common/str.c 	char32_t ret = _str_decode(s, &offset, n, mb);
_str_decode       414 kernel/generic/common/str.c 	char32_t ch = _str_decode(str, offset, size, &mb);
_str_decode       380 uspace/lib/c/common/str.c 	char32_t ret = _str_decode(s, &offset, n, mb);
_str_decode       414 uspace/lib/c/common/str.c 	char32_t ch = _str_decode(str, offset, size, &mb);
HelenOS homepage, sources at GitHub