toupper 74 fs/affs/namei.c hash = partial_name_hash(toupper(*name), hash);
toupper 117 fs/affs/namei.c if (toupper(*aname++) != toupper(*bname++))
toupper 152 fs/affs/namei.c if (toupper(*name++) != toupper(*name2++))
toupper 160 fs/affs/namei.c toupper_t toupper = affs_get_toupper(sb);
toupper 165 fs/affs/namei.c hash = (hash * 13 + toupper(*name++)) & 0x7ff;
toupper 175 fs/affs/namei.c toupper_t toupper = affs_get_toupper(sb);
toupper 193 fs/affs/namei.c if (affs_match(dentry, AFFS_TAIL(sb, bh)->name, toupper))
toupper 91 fs/afs/cell.c *dp++ = toupper(*cp);
toupper 247 fs/binfmt_misc.c c = toupper(*s++);
toupper 249 fs/binfmt_misc.c c = toupper(*s++);
toupper 315 fs/cifs/cifsencrypt.c password_with_pad[i] = toupper(password_with_pad[i]);
toupper 818 fs/cifs/connect.c vol->source_rfc1001_name[i] = toupper(nodename[i]);
toupper 1271 fs/ncpfs/ncplib_kernel.c *vname = toupper(*iname);
toupper 154 fs/ncpfs/ncplib_kernel.h #define ncp_toupper(t, c) toupper(c)
toupper 243 include/acpi/platform/acenv.h #define ACPI_TOUPPER(i) toupper((int) (i))
toupper 426 kernel/kallsyms.c type = iter->exported ? toupper(iter->type) :
toupper 277 lib/bitmap.c #define unhex(c) (isdigit(c) ? (c - '0') : (toupper(c) - 'A' + 10))
toupper 80 lib/ts_bm.c if ((icase ? toupper(text[shift-i])
toupper 164 lib/ts_bm.c bm->pattern[i] = toupper(((u8 *)pattern)[i]);
toupper 61 lib/ts_kmp.c != (icase ? toupper(text[i]) : text[i]))
toupper 64 lib/ts_kmp.c == (icase ? toupper(text[i]) : text[i]))
toupper 85 lib/ts_kmp.c while (k > 0 && (icase ? toupper(pattern[k]) : pattern[k])
toupper 86 lib/ts_kmp.c != (icase ? toupper(pattern[q]) : pattern[q]))
toupper 88 lib/ts_kmp.c if ((icase ? toupper(pattern[k]) : pattern[k])
toupper 89 lib/ts_kmp.c == (icase ? toupper(pattern[q]) : pattern[q]))
toupper 115 lib/ts_kmp.c kmp->pattern[i] = toupper(((u8 *)pattern)[i]);
toupper 1108 net/sunrpc/cache.c int byte = isdigit(*bp) ? *bp-'0' : toupper(*bp)-'A'+10;
toupper 1111 net/sunrpc/cache.c byte |= isdigit(*bp) ? *bp-'0' : toupper(*bp)-'A'+10;
toupper 95 scripts/kallsyms.c else if (toupper(stype) == 'A')
toupper 105 scripts/kallsyms.c else if (toupper(stype) == 'U' ||
toupper 271 scripts/kallsyms.c if (toupper(table[i].sym[0]) != 'A') {
toupper 206 scripts/kconfig/lxdialog/checklist.c if (toupper(key) == toupper(item_str()[0]))
toupper 531 scripts/mod/modpost.c munged[1] = toupper(munged[1]);