Searched refs:ispunct_l (Results 1 – 6 of 6) sorted by relevance
8 #undef ispunct_l10 ispunct_l (int c, struct __locale_t *locale) in ispunct_l() function
57 ispunct_l.c
57 'ispunct_l.c',
46 * Function ispunct:: Punctuation character predicate (ispunct, ispunct_l)
105 int ispunct_l (int c, locale_t l);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
2938 newlib/libc/ctype/ispunct_l.c