Home
last modified time | relevance | path

Searched defs:upcase (Results 1 – 9 of 9) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dunistr.c127 const ntfschar *upcase, const u32 upcase_size) in ntfs_names_are_equal()
167 const IGNORE_CASE_BOOL ic, const ntfschar *upcase, in ntfs_names_full_collate()
302 const ntfschar *upcase, const u32 upcase_size) in ntfs_ucsncasecmp()
393 void ntfs_name_upcase(ntfschar *name, u32 name_len, const ntfschar *upcase, in ntfs_name_upcase()
430 const ntfschar *upcase, const u32 upcase_len) in ntfs_file_value_upcase()
1151 const ntfschar *upcase, u32 upcase_size)
1381 u32 ntfs_upcase_build_default(ntfschar **upcase)
Dattrib.c2831 ntfschar *upcase; local
/third_party/ntfs-3g/ntfsprogs/
Dntfsfix.c662 ntfschar *upcase; in fix_upcase() local
Dntfsundelete.c155 ntfschar *upcase; member
Dmkntfs.c1218 ntfschar *upcase = g_vol->upcase; in mkntfs_attr_find() local
/third_party/exfatprogs/include/
Dexfat_ondisk.h192 } __attribute__((packed)) upcase; /* up-case table directory entry */ member
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h250 ntfschar *upcase; /* Upper case equivalents of all 65536 2-byte member
/third_party/exfatprogs/fsck/
Dfsck.c1043 __le16 *upcase = NULL; in read_upcase_table() local
/third_party/nghttp2/src/
Dutil.cc452 char upcase(char c) { in upcase() function