Home
last modified time | relevance | path

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

/picolibc-latest/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 * Function isprint:: Printable character predicates (isprint, isprint_l. isgraph, isgraph_l)
/picolibc-latest/newlib/libc/include/
Dctype.h102 int isgraph_l (int c, locale_t l);
209 __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
/picolibc-latest/
DCOPYING.picolibc2935 newlib/libc/ctype/isgraph_l.c