c_ispunct         119 gnulib-tests/test-c-ctype.c       ASSERT (c_ispunct (c) == (c_isgraph (c) && !c_isalnum (c)));
c_ispunct         133 lib/c-ctype.h  extern bool c_ispunct (int c);