Searched refs:toupper (Results 1 – 25 of 48) sorted by relevance
12
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()
67 t = toupper(t); in matchpat()179 bm->pattern[i] = toupper(((u8 *)pattern)[i]); in bm_init()
327 char c = toupper(idstr[i]); in matching_id()330 || (list_id[i] != 'X' && c != toupper(list_id[i]))) in matching_id()
16 symbol_type = toupper(symbol_type); in kallsyms__is_function()
71 *string = (char)toupper((int)*string); in acpi_ut_strupr()
41 value = (u8)(toupper(hex_char) - 0x37); in acpi_db_hex_char_to_value()
262 result[i] = (char)toupper((int)*external_name); in acpi_ns_build_internal_name()
64 #define toupper(c) __toupper(c) macro
97 *dst++ = toupper(*src); in string_upper()
65 #define toupper(c) __toupper(c) macro
23 idb[i] != 'X' && toupper(ida[i]) != toupper(idb[i])) in compare_func()
200 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
486 hash = partial_name_hash(toupper(c), hash); in ntfs_d_hash()545 if (toupper(c1) != toupper(c2)) in ntfs_d_compare()
40 *p = toupper(*p); in stoupperx()
188 sender[len] = toupper(sender[len]); in smsgiucv_app_init()
14 *s = toupper(*s); in uppercase()
213 persistent = toupper(*argv[0]); in dm_exception_store_create()
103 if (toupper(type) == 'A') { in is_ignored_symbol()
581 local_buf[j-i] = toupper(buf[j]); in dcssblk_add_store()767 local_buf[i] = toupper(buf[i]); in dcssblk_remove_store()958 buf[k] = toupper(buf[k]); in dcssblk_check_params()
502 extension[extlen++] = toupper(*p); in ksmbd_extract_shortname()518 base[baselen++] = toupper(*p); in ksmbd_extract_shortname()
166 insn.upper[i] = toupper((unsigned char)insn.name[i]); in read_instructions()
214 attr[i] = toupper(value[i]); in set_string()
229 elo->expected_packet = toupper(packet[0]); in elo_command_10()
292 if (max31856_tc_types[i] == toupper(val)) { in max31856_write_raw()
209 *f = toupper(*f); in mem_toupper()