ispunct           164 core/lib_thumb.c int ispunct(int c) { return _ctype(c,_P); }
ispunct            30 platform/generic/wrappers.c int ispunct(int c) { return _ispunct(c); }