tolower 200 fs/isofs/inode.c c = tolower(*name++);
tolower 1572 fs/jfs/namei.c hash = partial_name_hash(tolower(this->name[i]), hash);
tolower 1585 fs/jfs/namei.c if (tolower(a->name[i]) != tolower(b->name[i]))
tolower 1296 fs/ncpfs/ncplib_kernel.c *iname = tolower(*vname);
tolower 153 fs/ncpfs/ncplib_kernel.h #define ncp_tolower(t, c) tolower(c)
tolower 163 fs/ncpfs/ncplib_kernel.h if (tolower(*s1++) != tolower(*s2++))
tolower 16 fs/omfs/dir.c hash ^= tolower(name[i]) << (i % 24);
tolower 342 fs/smbfs/dir.c hash = partial_name_hash(tolower(this->name[i]), hash);
tolower 356 fs/smbfs/dir.c if (tolower(a->name[i]) != tolower(b->name[i]))
tolower 63 fs/xfs/xfs_dir2.c hash = tolower(name->name[i]) ^ rol32(hash, 7);
tolower 84 fs/xfs/xfs_dir2.c if (tolower(args->name[i]) != tolower(name[i]))
tolower 244 include/acpi/platform/acenv.h #define ACPI_TOLOWER(i) tolower((int) (i))
tolower 427 kernel/kallsyms.c tolower(iter->type);
tolower 52 lib/string.c c1 = tolower(c1);
tolower 53 lib/string.c c2 = tolower(c2);
tolower 69 lib/string.c c1 = tolower(*s1++);
tolower 70 lib/string.c c2 = tolower(*s2++);
tolower 83 lib/string.c c1 = tolower(*s1++);
tolower 84 lib/string.c c2 = tolower(*s2++);
tolower 127 lib/ts_bm.c bm->bad_shift[tolower(bm->pattern[i])]
tolower 982 mm/slub.c switch (tolower(*str)) {
tolower 220 scripts/basic/fixdep.c *p = tolower((int)*p);
tolower 628 scripts/kconfig/confdata.c c = tolower(c);
tolower 284 scripts/kconfig/lxdialog/menubox.c key = tolower(key);
tolower 292 scripts/kconfig/lxdialog/menubox.c if (key == tolower(item_str()[j]))
tolower 299 scripts/kconfig/lxdialog/menubox.c if (key == tolower(item_str()[j]))
tolower 479 scripts/kconfig/lxdialog/util.c c = tolower(string[i]);