/linux-6.3-rc2/lib/ |
A D | ts_kmp.c | 57 != (icase ? toupper(text[i]) : text[i])) in kmp_find() 60 == (icase ? toupper(text[i]) : text[i])) in kmp_find() 81 while (k > 0 && (icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl() 82 != (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl() 84 if ((icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl() 85 == (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl() 111 kmp->pattern[i] = toupper(((u8 *)pattern)[i]); in kmp_init()
|
A D | ts_bm.c | 76 if ((icase ? toupper(text[shift-i]) in bm_find() 160 bm->pattern[i] = toupper(((u8 *)pattern)[i]); in bm_init()
|
/linux-6.3-rc2/fs/affs/ |
A 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-6.3-rc2/drivers/acpi/ |
A 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-6.3-rc2/tools/lib/symbol/ |
A D | kallsyms.c | 16 symbol_type = toupper(symbol_type); in kallsyms__is_function()
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | utnonansi.c | 71 *string = (char)toupper((int)*string); in acpi_ut_strupr()
|
A D | dbconvert.c | 41 value = (u8)(toupper(hex_char) - 0x37); in acpi_db_hex_char_to_value()
|
/linux-6.3-rc2/include/linux/ |
A D | ctype.h | 64 #define toupper(c) __toupper(c) macro
|
A D | string_helpers.h | 96 *dst++ = toupper(*src); in string_upper()
|
/linux-6.3-rc2/tools/include/linux/ |
A D | ctype.h | 65 #define toupper(c) __toupper(c) macro
|
/linux-6.3-rc2/drivers/pnp/ |
A D | driver.c | 23 idb[i] != 'X' && toupper(ida[i]) != toupper(idb[i])) in compare_func()
|
/linux-6.3-rc2/scripts/kconfig/lxdialog/ |
A D | checklist.c | 200 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | namei.c | 488 hash = partial_name_hash(toupper(c), hash); in ntfs_d_hash() 547 if (toupper(c1) != toupper(c2)) in ntfs_d_compare()
|
/linux-6.3-rc2/scripts/selinux/genheaders/ |
A D | genheaders.c | 40 *p = toupper(*p); in stoupperx()
|
/linux-6.3-rc2/drivers/s390/net/ |
A D | smsgiucv_app.c | 188 sender[len] = toupper(sender[len]); in smsgiucv_app_init()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-exception-store.c | 213 persistent = toupper(*argv[0]); in dm_exception_store_create()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | libbpf_str.c | 14 *s = toupper(*s); in uppercase()
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | smb_common.c | 392 extension[extlen++] = toupper(*p); in ksmbd_extract_shortname() 408 base[baselen++] = toupper(*p); in ksmbd_extract_shortname()
|
/linux-6.3-rc2/scripts/ |
A D | list-gitignored.c | 45 #undef toupper 74 #define toupper(x) sane_case((unsigned char)(x), 0) macro 335 uchar t_ch_upper = toupper(t_ch); in dowild()
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | vmlinux-kallsyms.c | 103 if (toupper(type) == 'A') { in is_ignored_symbol()
|
/linux-6.3-rc2/drivers/s390/block/ |
A D | dcssblk.c | 579 local_buf[j-i] = toupper(buf[j]); in dcssblk_add_store() 765 local_buf[i] = toupper(buf[i]); in dcssblk_remove_store() 959 buf[k] = toupper(buf[k]); in dcssblk_check_params()
|
/linux-6.3-rc2/arch/s390/tools/ |
A D | gen_opcode_table.c | 166 insn.upper[i] = toupper((unsigned char)insn.name[i]); in read_instructions()
|
/linux-6.3-rc2/drivers/iio/temperature/ |
A D | max31856.c | 292 if (max31856_tc_types[i] == toupper(val)) { in max31856_write_raw()
|
/linux-6.3-rc2/drivers/s390/char/ |
A D | sclp_cpi_sys.c | 214 attr[i] = toupper(value[i]); in set_string()
|
/linux-6.3-rc2/drivers/input/touchscreen/ |
A D | elo.c | 229 elo->expected_packet = toupper(packet[0]); in elo_command_10()
|