Home
last modified time | relevance | path

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

12

/Linux-v6.1/lib/
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()
Dts_bm.c76 if ((icase ? toupper(text[shift-i]) in bm_find()
160 bm->pattern[i] = toupper(((u8 *)pattern)[i]); in bm_init()
/Linux-v6.1/fs/affs/
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-v6.1/drivers/acpi/
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-v6.1/tools/testing/selftests/bpf/progs/
Dbpf_iter_ksym.c17 static inline char toupper(char c) in toupper() function
57 type = iter->exported ? toupper(type) : tolower(type); in dump_ksym()
/Linux-v6.1/tools/lib/symbol/
Dkallsyms.c16 symbol_type = toupper(symbol_type); in kallsyms__is_function()
/Linux-v6.1/drivers/pnp/
Ddriver.c23 idb[i] != 'X' && toupper(ida[i]) != toupper(idb[i])) in compare_func()
/Linux-v6.1/drivers/acpi/acpica/
Dutnonansi.c71 *string = (char)toupper((int)*string); in acpi_ut_strupr()
Dnsutils.c262 result[i] = (char)toupper((int)*external_name); in acpi_ns_build_internal_name()
Ddbconvert.c41 value = (u8)(toupper(hex_char) - 0x37); in acpi_db_hex_char_to_value()
/Linux-v6.1/include/linux/
Dctype.h64 #define toupper(c) __toupper(c) macro
Dstring_helpers.h91 *dst++ = toupper(*src); in string_upper()
/Linux-v6.1/tools/include/linux/
Dctype.h65 #define toupper(c) __toupper(c) macro
/Linux-v6.1/scripts/kconfig/lxdialog/
Dchecklist.c200 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
/Linux-v6.1/scripts/selinux/genheaders/
Dgenheaders.c40 *p = toupper(*p); in stoupperx()
/Linux-v6.1/drivers/s390/net/
Dsmsgiucv_app.c188 sender[len] = toupper(sender[len]); in smsgiucv_app_init()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dlibbpf_str.c14 *s = toupper(*s); in uppercase()
/Linux-v6.1/drivers/md/
Ddm-exception-store.c212 persistent = toupper(*argv[0]); in dm_exception_store_create()
/Linux-v6.1/fs/ksmbd/
Dsmb_common.c392 extension[extlen++] = toupper(*p); in ksmbd_extract_shortname()
408 base[baselen++] = toupper(*p); in ksmbd_extract_shortname()
/Linux-v6.1/tools/perf/tests/
Dvmlinux-kallsyms.c103 if (toupper(type) == 'A') { in is_ignored_symbol()
/Linux-v6.1/drivers/s390/block/
Ddcssblk.c579 local_buf[j-i] = toupper(buf[j]); in dcssblk_add_store()
765 local_buf[i] = toupper(buf[i]); in dcssblk_remove_store()
961 buf[k] = toupper(buf[k]); in dcssblk_check_params()
/Linux-v6.1/arch/s390/tools/
Dgen_opcode_table.c166 insn.upper[i] = toupper((unsigned char)insn.name[i]); in read_instructions()
/Linux-v6.1/drivers/s390/char/
Dsclp_cpi_sys.c214 attr[i] = toupper(value[i]); in set_string()
/Linux-v6.1/drivers/input/touchscreen/
Delo.c229 elo->expected_packet = toupper(packet[0]); in elo_command_10()
/Linux-v6.1/drivers/iio/temperature/
Dmax31856.c292 if (max31856_tc_types[i] == toupper(val)) { in max31856_write_raw()

12