Home
last modified time | relevance | path

Searched defs:isgraph_l (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/ctype/
Disgraph_l.c11 isgraph_l (int c, struct __locale_t *locale) in isgraph_l() function
/picolibc-latest/newlib/libc/include/
Dctype.h209 __declare_extern_inline(int) isgraph_l (int c, locale_t l) { (void) l; return isgraph(c); } in isgraph_l() function
300 #define isgraph_l(__c,__l) (__ctype_lookup_l(__c,__l)&(_P|_U|_L|_N)) macro