Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
mbsinit_l
usr/src/head/xlocale.h
53
extern int mbsinit_l(const mbstate_t *, locale_t);
usr/src/lib/libc/port/locale/mbsinit.c
48
return (mbsinit_l(s, uselocale(NULL)));