HelenOS sources
utf16_to_str 129 common/include/str.h extern errno_t utf16_to_str(char *dest, size_t size, const uint16_t *src);
utf16_to_str 129 kernel/generic/common/include/str.h extern errno_t utf16_to_str(char *dest, size_t size, const uint16_t *src);
utf16_to_str 129 uspace/lib/c/common/include/str.h extern errno_t utf16_to_str(char *dest, size_t size, const uint16_t *src);
utf16_to_str 129 uspace/lib/posix/include/common/str.h extern errno_t utf16_to_str(char *dest, size_t size, const uint16_t *src);
utf16_to_str 491 uspace/srv/fs/cdfs/cdfs_ops.c rc = utf16_to_str(str, dstr_size, buf);
utf16_to_str 253 uspace/srv/fs/exfat/exfat_directory.c rc = utf16_to_str(name, size, wname);
utf16_to_str 281 uspace/srv/fs/exfat/exfat_directory.c rc = utf16_to_str(label, size, wlabel);
utf16_to_str 217 uspace/srv/fs/fat/fat_directory.c if (utf16_to_str(name, FAT_LFN_NAME_SIZE,
utf16_to_str 288 uspace/srv/fs/udf/udf_osta.c utf16_to_str(result, result_len, unix_name);
HelenOS homepage, sources at GitHub