Searched refs:c_isgraph (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dc-ctype.h130 extern bool c_isgraph (int c);
218 #undef c_isgraph macro
219 #define c_isgraph(c) \ macro
237 (c_isgraph (_c) && ! c_isalnum (_c)); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dc-ctype.h129 extern bool c_isgraph (int c);
217 #undef c_isgraph macro
218 #define c_isgraph(c) \ macro
236 (c_isgraph (_c) && ! c_isalnum (_c)); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-c-ctype.c113 ASSERT (c_isgraph (c) == ((c >= 0x20 && c < 0x7f) && c != ' '));
117 ASSERT (c_ispunct (c) == (c_isgraph (c) && !c_isalnum (c)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-c-ctype.c124 ASSERT (c_isgraph (c) == ((c >= 0x20 && c < 0x7f) && c != ' '));
128 ASSERT (c_ispunct (c) == (c_isgraph (c) && !c_isalnum (c)));

Completed in 63 milliseconds