Home
last modified time | relevance | path

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

12

/linux-2.6.39/lib/
Dts_kmp.c61 != (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()
Dts_bm.c80 if ((icase ? toupper(text[shift-i]) in bm_find()
164 bm->pattern[i] = toupper(((u8 *)pattern)[i]); in bm_init()
/linux-2.6.39/fs/affs/
Dnamei.c69 __affs_hash_dentry(struct qstr *qstr, toupper_t toupper) in __affs_hash_dentry() argument
82 hash = partial_name_hash(toupper(*name), hash); in __affs_hash_dentry()
102 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()
153 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match() argument
166 if (toupper(*name++) != toupper(*name2++)) in affs_match()
174 toupper_t toupper = affs_get_toupper(sb); in affs_hash_name() local
179 hash = (hash * 13 + toupper(*name++)) & 0x7ff; in affs_hash_name()
189 toupper_t toupper = affs_get_toupper(sb); in affs_find_entry() local
207 if (affs_match(dentry, AFFS_TAIL(sb, bh)->name, toupper)) in affs_find_entry()
/linux-2.6.39/arch/cris/arch-v32/mach-a3/
Dio.c122 if (toupper(*name) == 'P') in crisv32_io_get_name()
125 if (toupper(*name) < 'A' || toupper(*name) > 'E') in crisv32_io_get_name()
128 port = toupper(*name) - 'A'; in crisv32_io_get_name()
/linux-2.6.39/arch/cris/arch-v32/mach-fs/
Dio.c159 if (toupper(*name) == 'P') in crisv32_io_get_name()
162 if (toupper(*name) < 'A' || toupper(*name) > 'E') in crisv32_io_get_name()
165 port = toupper(*name) - 'A'; in crisv32_io_get_name()
/linux-2.6.39/tools/perf/util/
Dutil.h204 #undef toupper
219 (sane_istest(toupper(x), GIT_ALPHA | GIT_DIGIT) && toupper(x) < 'G')
224 #define toupper(x) sane_case((unsigned char)(x), 0) macro
/linux-2.6.39/drivers/pnp/
Ddriver.c22 idb[i] != 'X' && toupper(ida[i]) != toupper(idb[i])) in compare_func()
/linux-2.6.39/include/linux/
Dctype.h53 #define toupper(c) __toupper(c) macro
/linux-2.6.39/drivers/parport/
Dprobe.c78 *u = toupper(*u); in parse_data()
93 *u = toupper(*u); in parse_data()
/linux-2.6.39/scripts/
Dkallsyms.c125 else if (toupper(stype) == 'A') in read_symbol()
135 else if (toupper(stype) == 'U' || in read_symbol()
315 if (toupper(table[i].sym[0]) != 'A') { in write_src()
/linux-2.6.39/scripts/kconfig/lxdialog/
Dchecklist.c213 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
/linux-2.6.39/scripts/selinux/genheaders/
Dgenheaders.c37 *p = toupper(*p); in stoupperx()
/linux-2.6.39/drivers/s390/net/
Dsmsgiucv_app.c187 sender[len] = toupper(sender[len]); in smsgiucv_app_init()
/linux-2.6.39/arch/sparc/kernel/
Dmodule.c48 name[1] = toupper(name[1]); in dot2underscore()
/linux-2.6.39/drivers/md/
Ddm-exception-store.c216 persistent = toupper(*argv[0]); in dm_exception_store_create()
/linux-2.6.39/include/acpi/platform/
Dacenv.h260 #define ACPI_TOUPPER(i) toupper((int) (i))
/linux-2.6.39/arch/mips/rb532/
Ddevices.c267 '0' : toupper(*macstr) - 'A' + 10) < 16) { in parse_mac_addr()
/linux-2.6.39/drivers/power/
Dpower_supply_sysfs.c235 *ustr++ = toupper(*str++); in kstruprdup()
/linux-2.6.39/fs/
Dbinfmt_misc.c247 c = toupper(*s++); in unquote()
249 c = toupper(*s++); in unquote()
/linux-2.6.39/drivers/s390/block/
Ddcssblk.c544 local_buf[j-i] = toupper(buf[j]); in dcssblk_add_store()
727 local_buf[i] = toupper(buf[i]); in dcssblk_remove_store()
921 buf[k] = toupper(buf[k]); in dcssblk_check_params()
/linux-2.6.39/fs/ncpfs/
Dncplib_kernel.h153 #define ncp_toupper(t, c) toupper(c)
/linux-2.6.39/arch/s390/kernel/
Dearly.c109 upper_command_line[i] = toupper(boot_command_line[i]); in create_kernel_nss()
/linux-2.6.39/drivers/s390/char/
Dsclp_cpi_sys.c215 attr[i] = toupper(value[i]); in set_string()
/linux-2.6.39/drivers/input/touchscreen/
Delo.c234 elo->expected_packet = toupper(packet[0]); in elo_command_10()
/linux-2.6.39/fs/afs/
Dcell.c115 *dp++ = toupper(*cp); in afs_cell_alloc()

12