Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/ctype/
Disgraph_l.c9 #undef isgraph_l
11 isgraph_l (int c, struct __locale_t *locale) in isgraph_l() function
DCMakeLists.txt51 isgraph_l.c
Dmeson.build51 'isgraph_l.c',
Dctype.tex45 * isprint:: Printable character predicates (isprint, isprint_l. isgraph, isgraph_l)
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dctype.h109 int isgraph_l (int c, locale_t l);
211 __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
/picolibc-3.7.0-3.6.0/
DCOPYING.picolibc2843 newlib/libc/ctype/isgraph_l.c