| /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/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/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 | jsxNamespacePrefixInName.symbols | 87 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic 90 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
|
| D | jsxNamespacePrefixInName.errors.txt | 120 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic 121 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
|
| D | jsxNamespacePrefixInNameReact.errors.txt | 122 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic 123 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 | 410 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g') 411 echo CARGO_TARGET_${upcase}_LINKER=${{ matrix.gcc }} >> $GITHUB_ENV 425 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g') 426 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix… 561 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g') 562 echo CARGO_TARGET_${upcase}_LINKER=${{ matrix.gcc }} >> $GITHUB_ENV 576 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g') 577 …echo CARGO_TARGET_${upcase}_RUNNER=${{ runner.tool_cache }}/qemu/bin/${{ matrix.qemu }} ${{ matrix… 645 upcase=$(echo ${{ matrix.target }} | awk '{ print toupper($0) }' | sed 's/-/_/g') 646 echo CARGO_TARGET_${upcase}_LINKER=${{ matrix.gcc }} >> $GITHUB_ENV [all …]
|
| /third_party/exfatprogs/include/ |
| D | exfat_ondisk.h | 61 #define EXFAT_UPCASE 0x82 /* upcase table */ 203 } __attribute__((packed)) upcase; /* up-case table directory entry */ member 252 #define upcase_start_clu dentry.upcase.start_clu 253 #define upcase_size dentry.upcase.size 254 #define upcase_checksum dentry.upcase.checksum
|
| /third_party/typescript/tests/cases/compiler/ |
| D | jsxNamespacePrefixInName.tsx | 29 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic 30 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
|
| D | jsxNamespacePrefixInNameReact.tsx | 30 var upcaseComponent1 = <ns:Upcase />; // Parsed as intrinsic 31 var upcaseComponent2 = <Upcase:element />; // Parsed as instrinsic
|
| /third_party/lz4/programs/ |
| D | lorem.c | 242 static void generateLastWord(const char* word, size_t wordLen, int upCase) in generateLastWord() argument 249 if (upCase) { in generateLastWord() 258 …id generateWord(const char* word, size_t wordLen, const char* separator, size_t sepLen, int upCase) in generateWord() argument 262 generateLastWord(word, wordLen, upCase); in generateWord() 267 if (upCase) { in generateWord()
|
| /third_party/exfatprogs/fsck/ |
| D | fsck.c | 1058 __le16 *upcase = NULL; in read_upcase_table() local 1070 exfat_err("invalid start cluster of upcase table. 0x%x\n", in read_upcase_table() 1079 exfat_err("invalid size of upcase table. 0x%" PRIx64 "\n", in read_upcase_table() 1085 upcase = malloc(size); in read_upcase_table() 1086 if (!upcase) { in read_upcase_table() 1087 exfat_err("failed to allocate upcase table\n"); in read_upcase_table() 1092 if (exfat_read(exfat->blk_dev->dev_fd, upcase, size, in read_upcase_table() 1095 exfat_err("failed to read upcase table\n"); in read_upcase_table() 1101 boot_calc_checksum((unsigned char *)upcase, size, false, &checksum); in read_upcase_table() 1103 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/mkfs/ |
| D | Makefile.am | 6 mkfs_exfat_SOURCES = mkfs.c upcase.c mkfs.h
|
| /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/curl/packages/vms/ |
| D | compare_curl_source.com | 250 $ ref_type = f$edit(ref_type, "UPCASE") 327 $ ref_utype = f$edit(ref_type,"UPCASE") 328 $ ref_ufname = f$edit(ref_fname,"UPCASE")
|
| D | build_libcurl_pc.com | 47 $ kit_type = f$edit(f$extract(0, 1, majorver), "upcase") 70 $ arch_name = arch_name + f$edit(f$getsyi("ARCH_NAME"), "UPCASE")
|
| /third_party/tex-hyphen/hyph-utf8/source/generic/hyph-utf8/ |
| D | generate-converters.rb | 28 outfile.printf $header, encoding, encoding.upcase, Time.new.year 168 code = [ character.code_enc ].pack("c").unpack("H2").first.upcase
|