Searched refs:c_ispunct (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dc-ctype.h132 extern bool c_ispunct (int c);
234 #undef c_ispunct macro
235 #define c_ispunct(c) \ macro
H A Dc-ctype.c244 c_ispunct (int c) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dc-ctype.h131 extern bool c_ispunct (int c);
233 #undef c_ispunct macro
234 #define c_ispunct(c) \ macro
H A Dc-ctype.c243 c_ispunct (int c) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dc-ctype.c243 c_ispunct (int c) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dc-ctype.c243 c_ispunct (int c) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dc-ctype.c243 c_ispunct (int c) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-c-ctype.c117 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.c128 ASSERT (c_ispunct (c) == (c_isgraph (c) && !c_isalnum (c)));

Completed in 86 milliseconds