Home
last modified time | relevance | path

Searched full:upcase (Results 1 – 25 of 55) sorted by relevance

123

/third_party/ntfs-3g/libntfs-3g/
Dunistr.c117 * @upcase: upcase table (only if @ic == IGNORE_CASE)
118 * @upcase_size: length in Unicode characters of @upcase (if present)
122 * the @upcase table is used to perform a case insensitive comparison.
127 const ntfschar *upcase, const u32 upcase_size) in ntfs_names_are_equal() argument
135 return ntfs_ucsncasecmp(s1, s2, s1_len, upcase, upcase_size) ? FALSE: in ntfs_names_are_equal()
147 * @upcase: upcase table
148 * @upcase_len: upcase table size
167 const IGNORE_CASE_BOOL ic, const ntfschar *upcase, in ntfs_names_full_collate() argument
175 if (!name1 || !name2 || !upcase || !upcase_len) { in ntfs_names_full_collate()
190 u1 = le16_to_cpu(upcase[u1]); in ntfs_names_full_collate()
[all …]
Dvolume.c215 free(v->upcase); in __ntfs_volume_release()
525 /* Create the default upcase table. */ in ntfs_volume_startup()
526 vol->upcase_len = ntfs_upcase_build_default(&vol->upcase); in ntfs_volume_startup()
527 if (!vol->upcase_len || !vol->upcase) in ntfs_volume_startup()
1002 "$Boot", "$BadClus", "$Secure", "$UpCase", "$Extend" }; in ntfs_device_mount()
1075 /* Now load the upcase table from $UpCase. */ in ntfs_device_mount()
1076 ntfs_log_debug("Loading $UpCase...\n"); in ntfs_device_mount()
1082 /* Get an ntfs attribute for $UpCase/$DATA. */ in ntfs_device_mount()
1090 * Note: Normally, the upcase table has a length equal to 65536 in ntfs_device_mount()
1095 ntfs_log_error("Error: Upcase table is invalid (want size even " in ntfs_device_mount()
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
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);
54 const ntfschar *upcase, const u32 upcase_len);
61 const ntfschar *upcase, u32 upcase_len);
64 extern u32 ntfs_upcase_build_default(ntfschar **upcase);
/third_party/ntfs-3g/ntfsprogs/
Dntfsfix.c518 "$Boot", "$BadClus", "$Secure", "$UpCase", "$Extend" }; in fix_mftmirr()
599 * Rewrite the $UpCase file as default
609 /* writing the $UpCase may require bitmap updates */ in rewrite_upcase()
633 ntfs_log_info("Rewriting $UpCase file\n"); in rewrite_upcase()
635 vol->upcase); in rewrite_upcase()
637 ntfs_log_error("Failed to rewrite $UpCase\n"); in rewrite_upcase()
639 ntfs_log_info("$UpCase has been set to default\n"); in rewrite_upcase()
653 * Fix the $UpCase file
662 ntfschar *upcase; in fix_upcase() local
671 /* Now load the upcase table from $UpCase. */ in fix_upcase()
[all …]
/third_party/typescript/tests/baselines/reference/
DjsxNamespacePrefixInName.types177 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic
179 ><ns:Upcase /> : any
180 >ns:Upcase : any
182 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
184 ><Upcase:element /> : any
185 >Upcase:element : any
DjsxNamespacePrefixInNameReact.types180 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic
182 ><ns:Upcase /> : any
183 >ns:Upcase : any
185 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
187 ><Upcase:element /> : any
188 >Upcase:element : any
DjsxNamespacePrefixInName.js28 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic
29 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
57 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic
58 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
DjsxNamespacePrefixInNameReact.js30 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic
31 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
70 var upcaseComponent1 = React.createElement("ns:Upcase", null); // Parsed as intrinsic
71 var upcaseComponent2 = React.createElement("Upcase:element", null); // Parsed as instrinsic
DjsxNamespacePrefixInNameReact.errors.txt119 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic
120 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
DjsxNamespacePrefixInName.symbols87 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic
90 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
DjsxNamespacePrefixInName.errors.txt117 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic
118 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
DjsxNamespacePrefixInNameReact.symbols90 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic
93 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
/third_party/rust/crates/rustix/.github/workflows/
Dtest-users.yml117 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
118 echo CARGO_TARGET_${upcase}_LINKER=${{ matrix.gcc }} >> $GITHUB_ENV
133 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
134 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
277 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
278 echo CARGO_TARGET_${upcase}_LINKER=${{ matrix.gcc }} >> $GITHUB_ENV
292 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
293 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
424 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
425 echo CARGO_TARGET_${upcase}_LINKER=${{ matrix.gcc }} >> $GITHUB_ENV
[all …]
Dmain.yml480 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
481 echo CARGO_TARGET_${upcase}_LINKER=${{ matrix.gcc }} >> $GITHUB_ENV
495 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
496 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
653 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
654 echo CARGO_TARGET_${upcase}_LINKER=${{ matrix.gcc }} >> $GITHUB_ENV
668 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
669 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix…
762 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g')
763 echo CARGO_TARGET_${upcase}_LINKER=${{ matrix.gcc }} >> $GITHUB_ENV
[all …]
/third_party/exfatprogs/include/
Dexfat_ondisk.h53 #define EXFAT_UPCASE 0x82 /* upcase table */
192 } __attribute__((packed)) upcase; /* up-case table directory entry */ member
221 #define upcase_start_clu dentry.upcase.start_clu
222 #define upcase_size dentry.upcase.size
223 #define upcase_checksum dentry.upcase.checksum
/third_party/typescript/tests/cases/compiler/
DjsxNamespacePrefixInNameReact.tsx30 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic
31 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
DjsxNamespacePrefixInName.tsx29 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic
30 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
/third_party/exfatprogs/fsck/
Dfsck.c1043 __le16 *upcase = NULL; in read_upcase_table() local
1055 exfat_err("invalid start cluster of upcase table. 0x%x\n", in read_upcase_table()
1064 exfat_err("invalid size of upcase table. 0x%" PRIx64 "\n", in read_upcase_table()
1070 upcase = (__le16 *)malloc(size); in read_upcase_table()
1071 if (!upcase) { in read_upcase_table()
1072 exfat_err("failed to allocate upcase table\n"); in read_upcase_table()
1077 if (exfat_read(exfat->blk_dev->dev_fd, upcase, size, in read_upcase_table()
1080 exfat_err("failed to read upcase table\n"); in read_upcase_table()
1086 boot_calc_checksum((unsigned char *)upcase, size, false, &checksum); in read_upcase_table()
1088 exfat_err("corrupted upcase table %#x (expected: %#x)\n", in read_upcase_table()
[all …]
/third_party/cJSON/tests/unity/auto/
Dgenerate_module.rb174 when 'caps' then part1.upcase
182 when 'caps' then part1.upcase + '_' + part2.upcase
212 file[:name].upcase])
/third_party/exfatprogs/dump/
Ddump.c176 exfat_info("Upcase table entry type: \t\t0x%x\n", ed[2].type); in exfat_show_ondisk_all_info()
177 exfat_info("Upcase table start cluster: \t\t%x\n", in exfat_show_ondisk_all_info()
179 exfat_info("Upcase table size: \t\t\t%" PRIu64 "\n\n", in exfat_show_ondisk_all_info()
/third_party/exfatprogs/mkfs/
DMakefile.am6 mkfs_exfat_SOURCES = mkfs.c upcase.c mkfs.h
/third_party/openssl/VMS/
Dopenssl_shutdown.com.in23 $ arch := F$EDIT(F$GETSYI("ARCH_NAME"),"UPCASE")
/third_party/zlib/
Dmake_vms.com309 $ cparm = f$edit(p'i',"upcase")
325 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) -
762 f$edit(shared_proc,"upcase"),shared_proc)
787 f$edit(shared_proc,"upcase"),shared_proc)
831 f$edit(shared_proc,"upcase"))
855 f$edit(shared_proc,"upcase"))
/third_party/flutter/skia/third_party/externals/freetype/
Dvms_make.com91 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) -
101 $ file = f$edit(f$search("[...]*.obj"),"UPCASE")
1025 $ cparm = f$edit(p'i',"upcase")
1136 $ libname = f$edit(f$element(0,"#",libline),"UPCASE")
1166 $ libtype = f$edit(f$parse(libloc,,,"TYPE"),"UPCASE")
1246 $ if f$locate("/SHARE",f$edit(line,"upcase")) .lt. f$length(line)
1251 $ if f$locate("/LIB",f$edit(line,"upcase")) .lt. f$length(line)
/third_party/skia/third_party/externals/freetype/
Dvms_make.com91 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) -
101 $ file = f$edit(f$search("[...]*.obj"),"UPCASE")
1025 $ cparm = f$edit(p'i',"upcase")
1136 $ libname = f$edit(f$element(0,"#",libline),"UPCASE")
1166 $ libtype = f$edit(f$parse(libloc,,,"TYPE"),"UPCASE")
1246 $ if f$locate("/SHARE",f$edit(line,"upcase")) .lt. f$length(line)
1251 $ if f$locate("/LIB",f$edit(line,"upcase")) .lt. f$length(line)

123