/Linux-v4.19/lib/ |
D | ts_kmp.c | 61 != (icase ? toupper(text[i]) : text[i])) in kmp_find() 64 == (icase ? toupper(text[i]) : text[i])) in kmp_find() 85 while (k > 0 && (icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl() 86 != (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl() 88 if ((icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl() 89 == (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl() 115 kmp->pattern[i] = toupper(((u8 *)pattern)[i]); in kmp_init()
|
D | ts_bm.c | 80 if ((icase ? toupper(text[shift-i]) in bm_find() 164 bm->pattern[i] = toupper(((u8 *)pattern)[i]); in bm_init()
|
/Linux-v4.19/tools/perf/util/ |
D | sane_ctype.h | 21 #undef toupper 36 (sane_istest(toupper(x), GIT_ALPHA | GIT_DIGIT) && toupper(x) < 'G') 43 #define toupper(x) sane_case((unsigned char)(x), 0) macro
|
/Linux-v4.19/fs/affs/ |
D | namei.c | 46 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t toupper, bool notrunca… in __affs_hash_dentry() argument 60 hash = partial_name_hash(toupper(*name), hash); in __affs_hash_dentry() 83 const char *str, const struct qstr *name, toupper_t toupper, in __affs_compare_dentry() argument 109 if (toupper(*aname++) != toupper(*bname++)) in __affs_compare_dentry() 138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match() argument 151 if (toupper(*name++) != toupper(*name2++)) in affs_match() 159 toupper_t toupper = affs_get_toupper(sb); in affs_hash_name() local 164 hash = (hash * 13 + toupper(*name++)) & 0x7ff; in affs_hash_name() 174 toupper_t toupper = affs_get_toupper(sb); in affs_find_entry() local 192 if (affs_match(dentry, AFFS_TAIL(sb, bh)->name, toupper)) in affs_find_entry()
|
/Linux-v4.19/drivers/acpi/ |
D | acpi_pnp.c | 327 char c = toupper(idstr[i]); in matching_id() 330 || (list_id[i] != 'X' && c != toupper(list_id[i]))) in matching_id()
|
/Linux-v4.19/arch/c6x/kernel/ |
D | soc.c | 47 str[i] - '0' : toupper(str[i]) - 'A' + 10; in get_mac_addr_from_cmdline()
|
/Linux-v4.19/tools/lib/symbol/ |
D | kallsyms.c | 15 symbol_type = toupper(symbol_type); in kallsyms__is_function()
|
/Linux-v4.19/drivers/parport/ |
D | probe.c | 79 *u = toupper(*u); in parse_data() 94 *u = toupper(*u); in parse_data()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | utnonansi.c | 71 *string = (char)toupper((int)*string); in acpi_ut_strupr()
|
D | nsutils.c | 262 result[i] = (char)toupper((int)*external_name); in acpi_ns_build_internal_name()
|
D | dbconvert.c | 41 value = (u8)(toupper(hex_char) - 0x37); in acpi_db_hex_char_to_value()
|
/Linux-v4.19/include/linux/ |
D | ctype.h | 57 #define toupper(c) __toupper(c) macro
|
/Linux-v4.19/drivers/pnp/ |
D | driver.c | 23 idb[i] != 'X' && toupper(ida[i]) != toupper(idb[i])) in compare_func()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | efivar.c | 176 prefix_name[i] = toupper(prefix_name[i]); in read_hfi1_efi_var()
|
/Linux-v4.19/scripts/kconfig/lxdialog/ |
D | checklist.c | 213 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
|
/Linux-v4.19/scripts/selinux/genheaders/ |
D | genheaders.c | 43 *p = toupper(*p); in stoupperx()
|
/Linux-v4.19/drivers/s390/net/ |
D | smsgiucv_app.c | 188 sender[len] = toupper(sender[len]); in smsgiucv_app_init()
|
/Linux-v4.19/drivers/md/ |
D | dm-exception-store.c | 212 persistent = toupper(*argv[0]); in dm_exception_store_create()
|
/Linux-v4.19/scripts/ |
D | kallsyms.c | 136 else if (toupper(stype) == 'A') in read_symbol() 146 else if (toupper(stype) == 'U' || in read_symbol()
|
/Linux-v4.19/drivers/s390/block/ |
D | dcssblk.c | 580 local_buf[j-i] = toupper(buf[j]); in dcssblk_add_store() 759 local_buf[i] = toupper(buf[i]); in dcssblk_remove_store() 963 buf[k] = toupper(buf[k]); in dcssblk_check_params()
|
/Linux-v4.19/arch/s390/tools/ |
D | gen_opcode_table.c | 166 insn.upper[i] = toupper((unsigned char)insn.name[i]); in read_instructions()
|
/Linux-v4.19/drivers/s390/char/ |
D | sclp_cpi_sys.c | 214 attr[i] = toupper(value[i]); in set_string()
|
/Linux-v4.19/tools/lib/api/fs/ |
D | fs.c | 196 *f = toupper(*f); in mem_toupper()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | elo.c | 233 elo->expected_packet = toupper(packet[0]); in elo_command_10()
|
/Linux-v4.19/drivers/power/supply/ |
D | power_supply_sysfs.c | 371 *ustr++ = toupper(*str++); in kstruprdup()
|