Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_toupper
usr/src/boot/include/ctype.h
116
#define _toupper(c) __sbtoupper(c)
usr/src/head/ctype.h
84
#define _toupper(c) (toupper(c))