NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_tolower
lib/libc/gen/isctype.c
139
_tolower(int c)
sys/sys/ctype_inline.h
65
#define _tolower(c) ((c) - 'A' + 'a')