ISPRINT           205 libglibc/regex.c #undef ISPRINT
ISPRINT           206 libglibc/regex.c #define ISPRINT(c) (ISASCII (c) && isprint (c))