Home
last modified time | relevance | path

Searched refs:ispunct_l (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/ctype/
Dispunct_l.c8 #undef ispunct_l
10 ispunct_l (int c, struct __locale_t *locale) in ispunct_l() function
DCMakeLists.txt57 ispunct_l.c
Dmeson.build57 'ispunct_l.c',
Dctype.tex46 * Function ispunct:: Punctuation character predicate (ispunct, ispunct_l)
/picolibc-latest/newlib/libc/include/
Dctype.h105 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() function
297 #define ispunct_l(__c,__l) (__ctype_lookup_l(__c,__l)&_P) macro
/picolibc-latest/
DCOPYING.picolibc2938 newlib/libc/ctype/ispunct_l.c