taglinefilesource code
tolower363drivers/char/n_tty.cc=tolower(c);
tolower785fs/vfat/namei.cif (tolower(*s1) != tolower(*s2))
tolower202scripts/lxdialog/menubox.cif (key < 256 && isalpha(key)) key = tolower(key);
tolower209scripts/lxdialog/menubox.cif (key == tolower(items[(scroll+i)*2+1][j]))
tolower215scripts/lxdialog/menubox.cif (key == tolower(items[(scroll+i)*2+1][j]))
tolower348scripts/lxdialog/util.cc = tolower(string[i]);