Searched refs:_ISPRINT (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/usr.bin/localedef/
H A Dctype.c68 #define _ISPRINT _CTYPE_R macro
111 ctn->ctype |= (_ISUPPER | _ISALPHA | _ISGRAPH | _ISPRINT);
114 ctn->ctype |= (_ISLOWER | _ISALPHA | _ISGRAPH | _ISPRINT);
117 ctn->ctype |= (_ISALPHA | _ISGRAPH | _ISPRINT);
120 ctn->ctype |= (_ISDIGIT | _ISGRAPH | _ISPRINT | _ISXDIGIT | _E4);
129 ctn->ctype |= (_ISGRAPH | _ISPRINT);
132 ctn->ctype |= _ISPRINT;
135 ctn->ctype |= (_ISPUNCT | _ISGRAPH | _ISPRINT);
138 ctn->ctype |= (_ISXDIGIT | _ISPRINT);
144 ctn->ctype |= (_E1 | _ISPRINT | _ISGRAP
[all...]
/freebsd-11.0-release/contrib/libstdc++/config/os/aix/
H A Dctype_base.h53 static const mask print = _ISPRINT;
/freebsd-11.0-release/contrib/libstdc++/config/os/hpux/
H A Dctype_base.h53 static const mask print = _ISPRINT;
/freebsd-11.0-release/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_base.h54 static const mask print = _ISPRINT;
/freebsd-11.0-release/contrib/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_base.h55 static const mask print = _ISPRINT;

Completed in 47 milliseconds