Searched refs:toupper (Results 1 – 25 of 46) sorted by relevance
12
325 char c = toupper(idstr[i]); in matching_id() 328 || (list_id[i] != 'X' && c != toupper(list_id[i]))) in matching_id()
67 t = toupper(t); in matchpat() 179 bm->pattern[i] = toupper(((u8 *)pattern)[i]); in bm_init()
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
404 hash = partial_name_hash(toupper(c), hash); in ntfs_d_hash() 463 if (toupper(c1) != toupper(c2)) in ntfs_d_compare()
65 #define toupper(c) __toupper(c) macro
23 idb[i] != 'X' && toupper(ida[i]) != toupper(idb[i])) in compare_func()
199 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
37 *p = toupper(*p); in stoupperx()
178 sender[len] = toupper(sender[len]); in smsgiucv_app_init()
144 *p = toupper(*p); in fn_to_prefix()
14 *s = toupper(*s); in uppercase()
213 persistent = toupper(*argv[0]); in dm_exception_store_create()
593 local_buf[j-i] = toupper(buf[j]); in dcssblk_add_store() 770 local_buf[i] = toupper(buf[i]); in dcssblk_remove_store() 960 buf[k] = toupper(buf[k]); in dcssblk_check_params()
324 int toupper(int c) in toupper() function
524 extension[extlen++] = toupper(*p); in ksmbd_extract_shortname() 540 base[baselen++] = toupper(*p); in ksmbd_extract_shortname()
166 insn.upper[i] = toupper((unsigned char)insn.name[i]); in read_instructions()
229 elo->expected_packet = toupper(packet[0]); in elo_command_10()
214 attr[i] = toupper(value[i]); in set_string()
96 ebcdic_name[i] = toupper(ascii_name[i]); in dcss_mkname()
292 if (max31856_tc_types[i] == toupper(val)) { in max31856_write_raw()
84 if (toupper(type) == 'A') { in is_ignored_symbol()