Searched refs:ispunct (Results 1 – 6 of 6) sorted by relevance
22 { "punct", ispunct },
79 int ispunct(int);137 __CTYPE_INLINE int ispunct(int c) in ispunct() function
41 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
104 int iswpunct(wint_t wc) { return ispunct(wc); } in iswpunct()119 case WC_TYPE_PUNCT: return ispunct(wc); in iswctype()
50 using ::ispunct;
116 int ispunct(int c) in ispunct() function