Searched defs:ISPRINT (Results 1 – 13 of 13) sorted by relevance
49 #define ISPRINT iswprint macro83 #define ISPRINT isprint macro
94 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) macro
96 #define ISPRINT(c) _sch_test(c, _sch_isprint) macro
218 #define ISPRINT(c) (CTYPE_DOMAIN (c) && isprint (c)) macro
231 # define ISPRINT(c) (ISASCII (c) && isprint (c)) macro
230 # define ISPRINT(c) (ISASCII (c) && isprint (c)) macro