Lines Matching refs:wchar_t
189 static inline wchar_t vfat_bad_char(wchar_t w) in vfat_bad_char()
197 static inline wchar_t vfat_replace_char(wchar_t w) in vfat_replace_char()
203 static wchar_t vfat_skip_char(wchar_t w) in vfat_skip_char()
208 static inline int vfat_is_used_badchars(const wchar_t *s, int len) in vfat_is_used_badchars()
265 wchar_t *src, struct shortname_info *info) in to_shortname_char()
314 wchar_t *uname, int ulen, in vfat_create_shortname()
318 wchar_t *ip, *ext_start, *end, *name_start; in vfat_create_shortname()
510 (wchar_t *) outname, FAT_LFN_LEN + 2); in xlate_to_uni()
516 op = &outname[*outlen * sizeof(wchar_t)]; in xlate_to_uni()
548 (wchar_t *)op); in xlate_to_uni()
589 wchar_t *uname; in vfat_build_slots()