Home
last modified time | relevance | path

Searched refs:isgraph (Results 1 – 12 of 12) sorted by relevance

/picolibc-latest/newlib/libc/ctype/
Disgraph.c71 #undef isgraph
73 isgraph (int c) in isgraph() function
Diswgraph.c75 return c < (wint_t)0x100 ? isgraph (c) : 0; in iswgraph()
Disgraph_l.c15 return isgraph(c); in isgraph_l()
Diswgraph_l.c27 return c < (wint_t)0x100 ? isgraph (c) : 0; in iswgraph_l()
DCMakeLists.txt50 isgraph.c
Dmeson.build50 'isgraph.c',
Dctype.tex45 * Function isprint:: Printable character predicates (isprint, isprint_l. isgraph, isgraph_l)
/picolibc-latest/newlib/libc/include/
Dctype.h73 int isgraph (int c);
139 __declare_extern_inline(int) isgraph (int c) in isgraph() function
209 __declare_extern_inline(int) isgraph_l (int c, locale_t l) { (void) l; return isgraph(c); } in isgraph_l()
264 #define isgraph(__c) (__ctype_lookup(__c)&(_P|_U|_L|_N)) macro
/picolibc-latest/newlib/libm/test/
Dtest_is.c1942 static int def_isgraph (int i) { return isgraph(i); } in def_isgraph()
2001 #undef isgraph
2028 test_is_set(isgraph, "isgraph function", &mygraph); in test_is()
/picolibc-latest/newlib/libc/posix/
Dregcomp.c878 if (isgraph((uch)c)) in p_b_cclass()
/picolibc-latest/newlib/
DChangeLog-20155674 (isalnum, isprint, isgraph, iscntrl, isblank): Use it to fix bug
6298 (isprint, isgraph, iscntrl, isblank, toupper, tolower)
6303 (isxdigit, isspace, ispunct, isalnum, isprint, isgraph)
27709 isdigit, isgraph, islower, isprint, ispunct, isspace, isupper,
/picolibc-latest/
DCOPYING.picolibc1407 newlib/libc/ctype/isgraph.c