tag | line | file | source code |
---|---|---|---|
tolower | 363 | drivers/char/n_tty.c | c=tolower(c); |
tolower | 785 | fs/vfat/namei.c | if (tolower(*s1) != tolower(*s2)) |
tolower | 202 | scripts/lxdialog/menubox.c | if (key < 256 && isalpha(key)) key = tolower(key); |
tolower | 209 | scripts/lxdialog/menubox.c | if (key == tolower(items[(scroll+i)*2+1][j])) |
tolower | 215 | scripts/lxdialog/menubox.c | if (key == tolower(items[(scroll+i)*2+1][j])) |
tolower | 348 | scripts/lxdialog/util.c | c = tolower(string[i]); |