Searched defs:ispunct_l (Results 1 – 2 of 2) sorted by relevance
10 ispunct_l (int c, struct __locale_t *locale) in ispunct_l() function
212 __declare_extern_inline(int) ispunct_l (int c, locale_t l) { (void) l; return ispunct(c); } in ispunct_l() function297 #define ispunct_l(__c,__l) (__ctype_lookup_l(__c,__l)&_P) macro