Searched refs:isgraph_l (Results 1 – 6 of 6) sorted by relevance
9 #undef isgraph_l11 isgraph_l (int c, struct __locale_t *locale) in isgraph_l() function
51 isgraph_l.c
51 'isgraph_l.c',
45 * isprint:: Printable character predicates (isprint, isprint_l. isgraph, isgraph_l)
109 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() function294 #define isgraph_l(__c,__l) (__ctype_lookup_l(__c,__l)&(_P|_U|_L|_N)) macro
2843 newlib/libc/ctype/isgraph_l.c