/linux-4.4.14/lib/ |
D | ts_kmp.c | 61 != (icase ? toupper(text[i]) : text[i])) in kmp_find() 64 == (icase ? toupper(text[i]) : text[i])) in kmp_find() 85 while (k > 0 && (icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl() 86 != (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl() 88 if ((icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl() 89 == (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl() 115 kmp->pattern[i] = toupper(((u8 *)pattern)[i]); in kmp_init()
|
D | ts_bm.c | 80 if ((icase ? toupper(text[shift-i]) in bm_find() 164 bm->pattern[i] = toupper(((u8 *)pattern)[i]); in bm_init()
|
D | vsprintf.c | 1297 *p = toupper(*p); in uuid_string()
|
/linux-4.4.14/fs/affs/ |
D | namei.c | 64 __affs_hash_dentry(struct qstr *qstr, toupper_t toupper, bool notruncate) in __affs_hash_dentry() argument 78 hash = partial_name_hash(toupper(*name), hash); in __affs_hash_dentry() 101 const char *str, const struct qstr *name, toupper_t toupper, in __affs_compare_dentry() argument 127 if (toupper(*aname++) != toupper(*bname++)) in __affs_compare_dentry() 156 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match() argument 169 if (toupper(*name++) != toupper(*name2++)) in affs_match() 177 toupper_t toupper = affs_get_toupper(sb); in affs_hash_name() local 182 hash = (hash * 13 + toupper(*name++)) & 0x7ff; in affs_hash_name() 192 toupper_t toupper = affs_get_toupper(sb); in affs_find_entry() local 210 if (affs_match(dentry, AFFS_TAIL(sb, bh)->name, toupper)) in affs_find_entry()
|
/linux-4.4.14/drivers/acpi/ |
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-4.4.14/tools/perf/util/ |
D | util.h | 208 #undef toupper 229 (sane_istest(toupper(x), GIT_ALPHA | GIT_DIGIT) && toupper(x) < 'G') 236 #define toupper(x) sane_case((unsigned char)(x), 0) macro
|
D | symbol.c | 66 symbol_type = toupper(symbol_type); in symbol_type__is_a()
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | utnonansi.c | 107 *string = (char)toupper((int)*string); in acpi_ut_strupr() 245 this_digit = (u8)toupper((int)*string); in acpi_ut_strtoul64()
|
D | nsutils.c | 295 result[i] = (char)toupper((int)*external_name); in acpi_ns_build_internal_name()
|
D | dbconvert.c | 77 value = (u8)(toupper(hex_char) - 0x37); in acpi_db_hex_char_to_value()
|
D | nsrepair2.c | 583 *dest = (char)toupper((int)*source); in acpi_ns_repair_HID()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | soc.c | 47 str[i] - '0' : toupper(str[i]) - 'A' + 10; in get_mac_addr_from_cmdline()
|
/linux-4.4.14/drivers/parport/ |
D | probe.c | 78 *u = toupper(*u); in parse_data() 93 *u = toupper(*u); in parse_data()
|
/linux-4.4.14/include/linux/ |
D | ctype.h | 53 #define toupper(c) __toupper(c) macro
|
/linux-4.4.14/drivers/pnp/ |
D | driver.c | 22 idb[i] != 'X' && toupper(ida[i]) != toupper(idb[i])) in compare_func()
|
/linux-4.4.14/scripts/ |
D | kallsyms.c | 142 else if (toupper(stype) == 'A') in read_symbol() 152 else if (toupper(stype) == 'U' || in read_symbol() 328 return toupper(s->sym[0]) == 'A'; in symbol_absolute()
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
D | checklist.c | 213 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
|
/linux-4.4.14/scripts/selinux/genheaders/ |
D | genheaders.c | 37 *p = toupper(*p); in stoupperx()
|
/linux-4.4.14/drivers/s390/net/ |
D | smsgiucv_app.c | 187 sender[len] = toupper(sender[len]); in smsgiucv_app_init()
|
D | netiucv.c | 1483 username[i] = toupper(*p); in netiucv_check_user() 1502 userdata[i] = toupper(*p); in netiucv_check_user()
|
/linux-4.4.14/drivers/md/ |
D | dm-exception-store.c | 212 persistent = toupper(*argv[0]); in dm_exception_store_create()
|
D | dm-snap-persistent.c | 881 char overflow = toupper(options[0]); in persistent_ctr()
|
/linux-4.4.14/tools/lib/api/fs/ |
D | fs.c | 165 *f = toupper(*f); in mem_toupper()
|
/linux-4.4.14/fs/ncpfs/ |
D | ncplib_kernel.h | 153 #define ncp_toupper(t, c) toupper(c)
|
D | ncplib_kernel.c | 1282 *vname = toupper(*iname); in ncp__io2vol()
|
/linux-4.4.14/drivers/s390/block/ |
D | dcssblk.c | 556 local_buf[j-i] = toupper(buf[j]); in dcssblk_add_store() 728 local_buf[i] = toupper(buf[i]); in dcssblk_remove_store() 924 buf[k] = toupper(buf[k]); in dcssblk_check_params()
|
/linux-4.4.14/drivers/power/ |
D | power_supply_sysfs.c | 266 *ustr++ = toupper(*str++); in kstruprdup()
|
/linux-4.4.14/arch/s390/kernel/ |
D | early.c | 100 upper_command_line[i] = toupper(boot_command_line[i]); in create_kernel_nss()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | elo.c | 233 elo->expected_packet = toupper(packet[0]); in elo_command_10()
|
/linux-4.4.14/fs/afs/ |
D | cell.c | 115 *dp++ = toupper(*cp); in afs_cell_alloc()
|
/linux-4.4.14/drivers/s390/char/ |
D | sclp_cpi_sys.c | 215 attr[i] = toupper(value[i]); in set_string()
|
D | monreader.c | 97 ebcdic_name[i] = toupper(ascii_name[i]); in dcss_mkname()
|
/linux-4.4.14/kernel/ |
D | kallsyms.c | 543 type = iter->exported ? toupper(iter->type) : in s_show()
|
/linux-4.4.14/arch/s390/mm/ |
D | cmm.c | 445 sender[len] = toupper(sender[len]); in cmm_init()
|
D | extmem.c | 158 dcss_name[i] = toupper(name[i]); in dcss_mkname()
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 971 h = isdigit(*p) ? *p-'0' : toupper(*p)-'A'+10; in sas_parse_addr() 973 l = isdigit(*p) ? *p-'0' : toupper(*p)-'A'+10; in sas_parse_addr()
|
/linux-4.4.14/tools/hv/ |
D | hv_kvp_daemon.c | 676 p[i] = toupper(p[i]); in kvp_if_name_to_mac() 728 p[i] = toupper(p[i]); in kvp_mac_to_if_name()
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 580 input = toupper(input); in output_listing()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | prom_init.c | 529 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro 538 if (toupper(*cp) == 'X') { in prom_strtoul() 545 (value = isdigit(*cp) ? *cp - '0' : toupper(*cp) - 'A' + 10) < base) { in prom_strtoul()
|
/linux-4.4.14/tools/perf/ui/ |
D | browser.c | 239 return key == K_ENTER || toupper(key) == 'Y'; in ui_browser__dialog_yesno()
|
/linux-4.4.14/scripts/mod/ |
D | file2alias.c | 586 acpi_id[j] = toupper((*id)[j]); in do_pnp_device_entry() 641 acpi_id[k] = toupper(id[k]); in do_pnp_card_entries()
|
D | modpost.c | 653 munged[1] = toupper(munged[1]); in handle_modversions()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_sysfs.c | 446 switch (toupper(*p)) { in snd_hda_get_bool_hint()
|
/linux-4.4.14/fs/cifs/ |
D | cifsencrypt.c | 333 password_with_pad[i] = toupper(password_with_pad[i]); in calc_lanman_hash()
|
D | connect.c | 1243 vol->source_rfc1001_name[i] = toupper(nodename[i]); in cifs_parse_mount_options()
|
/linux-4.4.14/scripts/kconfig/ |
D | confdata.c | 618 fprintf(fp, "%s%s=%c\n", CONFIG_, sym->name, (char)toupper(*value)); in tristate_print_symbol()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | mux.c | 592 m0_def[i] = toupper(m0_name[i]); in omap_mux_dbg_board_show()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_iucv.c | 1214 dest[len] = toupper(filter[len]); in hvc_iucv_parse_filter()
|
/linux-4.4.14/net/wireless/ |
D | reg.c | 2345 request->alpha2[0] = toupper(request->alpha2[0]); in queue_regulatory_request() 2346 request->alpha2[1] = toupper(request->alpha2[1]); in queue_regulatory_request()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | capi.c | 186 *out++ = toupper(hex_asc_hi(*++in)); in decode_ie() 187 *out++ = toupper(hex_asc_lo(*in)); in decode_ie()
|
/linux-4.4.14/drivers/net/wireless/ |
D | rndis_wlan.c | 3300 priv->param_country[0] = toupper(priv->param_country[0]); in rndis_copy_module_params() 3301 priv->param_country[1] = toupper(priv->param_country[1]); in rndis_copy_module_params()
|
/linux-4.4.14/drivers/tty/ |
D | n_tty.c | 493 c = toupper(c); in do_output_char()
|