Searched refs:isgraph (Results 1 – 12 of 12) sorted by relevance
/picolibc-latest/newlib/libc/ctype/ |
D | isgraph.c | 71 #undef isgraph 73 isgraph (int c) in isgraph() function
|
D | iswgraph.c | 75 return c < (wint_t)0x100 ? isgraph (c) : 0; in iswgraph()
|
D | isgraph_l.c | 15 return isgraph(c); in isgraph_l()
|
D | iswgraph_l.c | 27 return c < (wint_t)0x100 ? isgraph (c) : 0; in iswgraph_l()
|
D | CMakeLists.txt | 50 isgraph.c
|
D | meson.build | 50 'isgraph.c',
|
D | ctype.tex | 45 * Function isprint:: Printable character predicates (isprint, isprint_l. isgraph, isgraph_l)
|
/picolibc-latest/newlib/libc/include/ |
D | ctype.h | 73 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/ |
D | test_is.c | 1942 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/ |
D | regcomp.c | 878 if (isgraph((uch)c)) in p_b_cclass()
|
/picolibc-latest/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,
|
/picolibc-latest/ |
D | COPYING.picolibc | 1407 newlib/libc/ctype/isgraph.c
|