Searched refs:ntfs_mbstoucs (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.h58 extern int ntfs_mbstoucs(const char *ins, ntfschar **outs);
H A Ddir.c570 uname_len = ntfs_mbstoucs(name, &uname);
587 uname_len = ntfs_mbstoucs(cached_name, &uname);
757 len = ntfs_mbstoucs(p, &unicode);
776 len = ntfs_mbstoucs(p, &unicode);
2700 shortlen = ntfs_mbstoucs(newname, &shortname);
H A Dunistr.c1009 * ntfs_mbstoucs - convert a multibyte string to a little endian Unicode string
1031 int ntfs_mbstoucs(const char *ins, ntfschar **outs) function
1454 if (s && ((*len = ntfs_mbstoucs(s, &ucs)) == -1)) {
H A Dvolume.c758 unicode_len = ntfs_mbstoucs(hiberfile, &unicode);
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c628 uname_len = ntfs_mbstoucs(name, &uname);
717 utarget_len = ntfs_mbstoucs(target,
842 uname_len = ntfs_mbstoucs(newname, &uname);
946 uname_len = ntfs_mbstoucs(name, &uname);
1053 ugname_len = ntfs_mbstoucs(ghostname, &ugname);
H A Dkernel_interface.cpp303 int label_len = ntfs_mbstoucs(info->volume_name, &label);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.c151 * linux-ntfs's ntfs_mbstoucs has different semantics, so we emulate it with
169 tmpstr_len = ntfs_mbstoucs(ins, &tmpstr);
195 return ntfs_mbstoucs(ins, outs);
H A Dmkntfs.c1920 uname_len = ntfs_mbstoucs(vol_name, &uname);

Completed in 89 milliseconds