Searched defs:upcase (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dunistr.c86 * @upcase: upcase table (only if @ic == IGNORE_CASE)
87 * @upcase_size: length in Unicode characters of @upcase (if present)
91 * the @upcase table is used to perform a case insensitive comparison.
96 const ntfschar *upcase, const u32 upcase_size)
104 return ntfs_ucsncasecmp(s1, s2, s1_len, upcase, upcase_size) ? FALSE:
116 * @upcase: upcase table (ignored if @ic is CASE_SENSITIVE)
117 * @upcase_len: upcase table size (ignored if @ic is CASE_SENSITIVE)
131 const IGNORE_CASE_BOOL ic, const ntfschar *upcase,
93 ntfs_names_are_equal(const ntfschar *s1, size_t s1_len, const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_size) argument
128 ntfs_names_collate(const ntfschar *name1, const u32 name1_len, const ntfschar *name2, const u32 name2_len, const int err_val __attribute__((unused)), const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) argument
232 ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, const ntfschar *upcase, const u32 upcase_size) argument
324 ntfs_name_upcase(ntfschar *name, u32 name_len, const ntfschar *upcase, const u32 upcase_len) argument
345 ntfs_file_value_upcase(FILE_NAME_ATTR *file_name_attr, const ntfschar *upcase, const u32 upcase_len) argument
365 ntfs_file_values_compare(const FILE_NAME_ATTR *file_name_attr1, const FILE_NAME_ATTR *file_name_attr2, const int err_val, const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) argument
[all...]
H A Dattrib.c1647 * the upcase table. If @ic is CASE_SENSITIVE, the comparison is case
1676 ntfschar *upcase; local
1683 upcase = vol->upcase;
1691 upcase = NULL;
1735 a->name_length, ic, upcase, upcase_len)) {
1742 upcase, upcase_len);
1758 upcase, upcase_len);
2020 name, name_len, ic, vol->upcase,
2026 vol->upcase, vo
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dvolume.h212 ntfschar *upcase; /* Upper case equivalents of all 65536 2-byte member in struct:_ntfs_volume
215 u32 upcase_len; /* Length in Unicode characters of the upcase
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c874 * the upcase table. If @ic is CASE_SENSITIVE, the comparison is case
902 ntfschar *upcase = g_vol->upcase; local
947 a->name_length, ic, upcase, upcase_len)) {
954 upcase, upcase_len);
970 upcase, upcase_len);
2363 IGNORE_CASE, g_vol->upcase,
2381 CASE_SENSITIVE, g_vol->upcase,
2676 IGNORE_CASE, g_vol->upcase, g_vol->upcase_len);
2700 CASE_SENSITIVE, g_vol->upcase,
[all...]

Completed in 37 milliseconds