Searched refs:ispunct_l (Results 1 – 6 of 6) sorted by relevance
9 #undef ispunct_l12 ispunct_l (int c, struct __locale_t *locale) in ispunct_l() function
55 ispunct_l.c
55 'ispunct_l.c',
46 * ispunct:: Punctuation character predicate (ispunct, ispunct_l)
87 extern int ispunct_l (int __c, locale_t __l);165 #define ispunct_l(__c,__l) (__ctype_lookup_l(__c,__l)&_P) macro
2736 newlib/libc/ctype/ispunct_l.c