Searched refs:__mb_cur_max_l (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dxlocale.h93 extern unsigned char __mb_cur_max_l(locale_t);
95 #define MB_CUR_MAX_L(l) (__mb_cur_max_l(l))
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c360 __mb_cur_max_l(locale_t loc) function
368 return (__mb_cur_max_l(uselocale(NULL)));

Completed in 46 milliseconds