Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
makelower
usr/src/cmd/sendmail/src/util.c
934
makelower(p)
usr/src/cmd/vgrind/regexp.c
23
#define makelower(c) (isupper((c)) ? tolower((c)) : (c))