Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 25 of 50) sorted by relevance

12

/linux-6.3-rc2/lib/
A Dts_kmp.c57 != (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 Dts_bm.c76 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 Dnamei.c46 __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 Dacpi_pnp.c327 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 Dkallsyms.c16 symbol_type = toupper(symbol_type); in kallsyms__is_function()
/linux-6.3-rc2/drivers/acpi/acpica/
A Dutnonansi.c71 *string = (char)toupper((int)*string); in acpi_ut_strupr()
A Ddbconvert.c41 value = (u8)(toupper(hex_char) - 0x37); in acpi_db_hex_char_to_value()
/linux-6.3-rc2/include/linux/
A Dctype.h64 #define toupper(c) __toupper(c) macro
A Dstring_helpers.h96 *dst++ = toupper(*src); in string_upper()
/linux-6.3-rc2/tools/include/linux/
A Dctype.h65 #define toupper(c) __toupper(c) macro
/linux-6.3-rc2/drivers/pnp/
A Ddriver.c23 idb[i] != 'X' && toupper(ida[i]) != toupper(idb[i])) in compare_func()
/linux-6.3-rc2/scripts/kconfig/lxdialog/
A Dchecklist.c200 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
/linux-6.3-rc2/fs/ntfs3/
A Dnamei.c488 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 Dgenheaders.c40 *p = toupper(*p); in stoupperx()
/linux-6.3-rc2/drivers/s390/net/
A Dsmsgiucv_app.c188 sender[len] = toupper(sender[len]); in smsgiucv_app_init()
/linux-6.3-rc2/drivers/md/
A Ddm-exception-store.c213 persistent = toupper(*argv[0]); in dm_exception_store_create()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dlibbpf_str.c14 *s = toupper(*s); in uppercase()
/linux-6.3-rc2/fs/ksmbd/
A Dsmb_common.c392 extension[extlen++] = toupper(*p); in ksmbd_extract_shortname()
408 base[baselen++] = toupper(*p); in ksmbd_extract_shortname()
/linux-6.3-rc2/scripts/
A Dlist-gitignored.c45 #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 Dvmlinux-kallsyms.c103 if (toupper(type) == 'A') { in is_ignored_symbol()
/linux-6.3-rc2/drivers/s390/block/
A Ddcssblk.c579 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 Dgen_opcode_table.c166 insn.upper[i] = toupper((unsigned char)insn.name[i]); in read_instructions()
/linux-6.3-rc2/drivers/iio/temperature/
A Dmax31856.c292 if (max31856_tc_types[i] == toupper(val)) { in max31856_write_raw()
/linux-6.3-rc2/drivers/s390/char/
A Dsclp_cpi_sys.c214 attr[i] = toupper(value[i]); in set_string()
/linux-6.3-rc2/drivers/input/touchscreen/
A Delo.c229 elo->expected_packet = toupper(packet[0]); in elo_command_10()

Completed in 38 milliseconds

12