Home
last modified time | relevance | path

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

/freebsd/usr.bin/localedef/
H A Dctype.c69 #define _ISCNTRL _CTYPE_C macro
132 ctn->ctype |= _ISCNTRL; in add_ctype_impl()
390 if ((ctn->ctype & (_ISSPACE|_ISCNTRL)) == (_ISSPACE|_ISCNTRL)) in dump_ctype()
405 if ((ctn->ctype & _ISCNTRL) && (ctn->ctype & _ISPRINT)) in dump_ctype()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__locale378 static const mask cntrl = _ISCNTRL;
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale383 static const mask cntrl = _ISCNTRL;