tag
line
file
source code
toupper
972
drivers/char/tty_io.c
c = toupper(c);
toupper
33
kernel/vsprintf.c
? toupper(*cp) : *cp)-'A'+10) < base) {