Searched refs:isgraph (Results 1 – 6 of 6) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/ |
D | isprint.c | 86 #undef isgraph 88 isgraph (int c) in isgraph() function
|
D | ctype.tex | 45 * isprint:: Printable character predicates (isprint, isprint_l. isgraph, isgraph_l)
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | ctype.h | 51 int isgraph (int __c); 140 #define isgraph(__c) (__ctype_lookup(__c)&(_P|_U|_L|_N)) macro
|
/picolibc-3.5.0-3.4.0/newlib/libm/test/ |
D | test_is.c | 1942 int def_isgraph (int i) { return isgraph(i); } in def_isgraph() 2000 #undef isgraph 2027 test_is_set(isgraph, "isgraph function", &mygraph); in test_is()
|
/picolibc-3.5.0-3.4.0/newlib/libc/posix/ |
D | regcomp.c | 883 if (isgraph((uch)c)) in p_b_cclass()
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 5674 (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,
|