Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
mblen_l
usr/src/head/xlocale.h
80
extern int mblen_l(const char *, size_t, locale_t);
usr/src/lib/libc/port/locale/mblen.c
56
return (mblen_l(s, n, uselocale(NULL)));