Searched defs:ispunct (Results 1 – 5 of 5) sorted by relevance
125 inline int ispunct(int c) { return (__ctype_mask[c] & _ISPUNCT); } in ispunct() function156 #define ispunct(c) (__ctype_mask[(int)(c)] & _ISPUNCT) macro168 #define ispunct(c) ((__ctype + 1)[(int)(c)] & _P) macro
127 int ispunct(c) in ispunct() function
60 #define ispunct(c) ((__ctype + 1)[c] & _P) macro
47 #define ispunct(c) ((_ctype_+1)[c]&_P) macro
74 #define ispunct(c) ((_ctype_ + 1)[c] & _P) macro