Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
toupper
include/linux/ctype.h
64
#define toupper(c) __toupper(c)
tools/include/linux/ctype.h
65
#define toupper(c) __toupper(c)
tools/include/nolibc/string.h
339
int toupper(int c)