Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
wctob_l
usr/src/head/xlocale.h
75
extern int wctob_l(wint_t, locale_t);
usr/src/lib/libc/port/locale/wctob.c
52
return (wctob_l(c, uselocale(NULL)));