Searched refs:upcase (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dunistr.h31 const ntfschar *upcase, const u32 upcase_size);
36 const ntfschar *upcase, const u32 upcase_len);
41 const ntfschar *upcase, const u32 upcase_size);
48 const ntfschar *upcase, const u32 upcase_len);
51 const ntfschar *upcase, const u32 upcase_len);
56 const ntfschar *upcase, const u32 upcase_len);
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/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 Dcollate.c125 IGNORE_CASE, vol->upcase, vol->upcase_len);
129 vol->upcase, vol->upcase_len);
H A Dvolume.c164 free(v->upcase);
467 /* Create the default upcase table. */
469 vol->upcase = (ntfschar*)ntfs_malloc(vol->upcase_len *
471 if (!vol->upcase)
473 ntfs_upcase_table_build(vol->upcase,
1021 /* Now load the upcase table from $UpCase. */
1037 * Note: Normally, the upcase table has a length equal to 65536
1052 free(vol->upcase);
1053 vol->upcase = (ntfschar*)ntfs_malloc(na->data_size);
1054 if (!vol->upcase) {
[all...]
H A Ddir.c178 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) {
199 IGNORE_CASE, vol->upcase, vol->upcase_len))
208 IGNORE_CASE, vol->upcase, vol->upcase_len);
227 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
361 CASE_SENSITIVE, vol->upcase, vol->upcase_len)) {
384 IGNORE_CASE, vol->upcase, vol->upcase_len))
393 IGNORE_CASE, vol->upcase, vol->upcase_len);
412 CASE_SENSITIVE, vol->upcase, vol->upcase_len);
1503 CASE_SENSITIVE : IGNORE_CASE, ni->vol->upcase,
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/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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm952 my($upcase) = $Config{d_vms_case_sensitive_symbols};
956 $upcase ? uc($_) : $_;

Completed in 39 milliseconds