Searched defs:ispunct (Results 1 – 3 of 3) sorted by relevance
116 int ispunct(int c) in ispunct() function
33 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro
137 __CTYPE_INLINE int ispunct(int c) in ispunct() function