Home
last modified time | relevance | path

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

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