Home
last modified time | relevance | path

Searched refs:_ISPUNCT (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/localedef/
H A Dctype.c66 #define _ISPUNCT _CTYPE_P macro
141 ctn->ctype |= (_ISPUNCT | _ISGRAPH | _ISPRINT); in add_ctype_impl()
368 ctn->ctype |= _ISPUNCT; in dump_ctype()
398 (ctn->ctype & (_ISPUNCT|_ISDIGIT))) in dump_ctype()
400 if ((ctn->ctype & _ISPUNCT) && in dump_ctype()
407 if ((wc == ' ') && (ctn->ctype & (_ISPUNCT|_ISGRAPH))) in dump_ctype()
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale385 static const mask punct = _ISPUNCT;