Searched refs:isgraph_l (Results 1 – 3 of 3) sorted by relevance
9 #undef isgraph_l12 isgraph_l (int c, struct __locale_t *locale) in isgraph_l() function
45 * isprint:: Printable character predicates (isprint, isprint_l. isgraph, isgraph_l)
84 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