Searched refs:ispunct (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/locale/
H A Dctype.cpp20 #undef ispunct macro
132 ispunct(int c) function
/haiku/headers/posix/
H A Dctype.h25 int ispunct(int);
94 #define ispunct(c) __isctype((c), _ISpunct) macro
/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h103 __exctype (ispunct); variable
162 # define ispunct(c) __isctype((c), _ISpunct) macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1951 void ispunct() {} function
H A Dlibroot_stubs_legacy.c1918 void ispunct() {} function
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp788 if (ispunct(i))
/haiku/src/build/libgnuregex/
H A Dregex.c146 #define ISPUNCT(c) (isascii (c) && ispunct (c))
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c3541 BUILD_CHARCLASS_LOOP (ispunct);

Completed in 201 milliseconds