OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TOUPPER
usr.bin/make/defines.h
104
#define TOUPPER(c) (toupper((unsigned char)(c)))
usr.bin/mg/chrdef.h
35
#define TOUPPER(c) ((c)-0x20)