Home
last modified time | relevance | path

Searched refs:nextwctype (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/locale/
H A DMakefile.inc10 mskanji.c nextwctype.c nl_langinfo.c nomacros.c none.c rpmatch.c \
41 nextwctype.3 nl_langinfo.3 rpmatch.3 \
H A Dnextwctype.c99 nextwctype(wint_t wc, wctype_t wct) in nextwctype() function
H A DSymbol.map56 nextwctype;
/freebsd/include/
H A Dwctype.h89 wint_t nextwctype(wint_t, wctype_t);
/freebsd/usr.bin/tr/
H A Dstr.c112 ch = nextwctype(s->lastch, s->cclass); in next()