Home
last modified time | relevance | path

Searched refs:__nextwctype (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dwctype.h97 extern wint_t __nextwctype(wint_t, wctype_t);
99 #define nextwctype(c, t) __nextwctype(c, t)
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dnextwctype.c107 __nextwctype(wint_t wc, wctype_t wct) in __nextwctype() function
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3299 __nextwctype;