Searched defs:isgraph_l (Results 1 – 2 of 2) sorted by relevance
11 isgraph_l (int c, struct __locale_t *locale) in isgraph_l() function
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