Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
towlower
usr/src/lib/libc/port/locale/towlower.c
84
#undef towlower
usr/src/lib/libc/port/locale/towlower.c
86
towlower(wint_t wc)
usr/src/lib/libxcurses/h/m_wchar.h
354
#undef towlower
usr/src/lib/libxcurses/h/m_wchar.h
369
#define towlower(c) tolower(c)