Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/ctype/
Disprint_l.c9 #undef isgraph_l
12 isgraph_l (int c, struct __locale_t *locale) in isgraph_l() function
Dctype.tex45 * isprint:: Printable character predicates (isprint, isprint_l. isgraph, isgraph_l)
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dctype.h84 extern int isgraph_l (int __c, locale_t __l);
168 #define isgraph_l(__c,__l) (__ctype_lookup_l(__c,__l)&(_P|_U|_L|_N)) macro