| /third_party/ntfs-3g/libntfs-3g/ |
| D | unistr.c | 117 * @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 …]
|
| D | volume.c | 215 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/ |
| D | unistr.h | 31 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/ |
| D | ntfsfix.c | 518 "$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/ |
| D | jsxNamespacePrefixInName.types | 177 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
|
| D | jsxNamespacePrefixInNameReact.types | 180 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
|
| D | jsxNamespacePrefixInName.js | 28 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
|
| D | jsxNamespacePrefixInNameReact.js | 30 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
|
| D | jsxNamespacePrefixInNameReact.errors.txt | 119 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic 120 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
|
| D | jsxNamespacePrefixInName.symbols | 87 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic 90 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
|
| D | jsxNamespacePrefixInName.errors.txt | 117 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic 118 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
|
| D | jsxNamespacePrefixInNameReact.symbols | 90 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic 93 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
|
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | test-users.yml | 117 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 …]
|
| D | main.yml | 480 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/ |
| D | exfat_ondisk.h | 53 #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/ |
| D | jsxNamespacePrefixInNameReact.tsx | 30 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic 31 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
|
| D | jsxNamespacePrefixInName.tsx | 29 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic 30 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
|
| /third_party/exfatprogs/fsck/ |
| D | fsck.c | 1043 __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/ |
| D | generate_module.rb | 174 when 'caps' then part1.upcase 182 when 'caps' then part1.upcase + '_' + part2.upcase 212 file[:name].upcase])
|
| /third_party/exfatprogs/dump/ |
| D | dump.c | 176 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/ |
| D | Makefile.am | 6 mkfs_exfat_SOURCES = mkfs.c upcase.c mkfs.h
|
| /third_party/openssl/VMS/ |
| D | openssl_shutdown.com.in | 23 $ arch := F$EDIT(F$GETSYI("ARCH_NAME"),"UPCASE")
|
| /third_party/zlib/ |
| D | make_vms.com | 309 $ 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/ |
| D | vms_make.com | 91 $ 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/ |
| D | vms_make.com | 91 $ 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)
|