Home
last modified time | relevance | path

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

/freebsd/usr.bin/localedef/
H A Dctype.c63 #define _ISSPACE _CTYPE_S macro
129 ctn->ctype |= (_ISSPACE | _ISPRINT); in add_ctype_impl()
147 ctn->ctype |= (_ISBLANK | _ISSPACE); in add_ctype_impl()
350 ctn->ctype |= _ISSPACE; in dump_ctype()
380 ctn->ctype |= _ISSPACE; in dump_ctype()
390 if ((ctn->ctype & (_ISSPACE|_ISCNTRL)) == (_ISSPACE|_ISCNTRL)) in dump_ctype()
403 if ((ctn->ctype & _ISSPACE) && (ctn->ctype & _ISGRAPH)) in dump_ctype()
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h199 # define isspace(__a) (_IS(__a,_ISSPACE))
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale378 static const mask space = _ISSPACE;