Searched defs:ispunct (Results 1 - 5 of 5) 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.h94 #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

Completed in 189 milliseconds