Searched refs:wctype (Results 1 - 22 of 22) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfwprintf.c1 #include <wctype.h>
H A Dvfscanf.c29 #include <wctype.h>
/haiku/src/tests/system/libroot/posix/
H A Dtest_wctype.c22 #include <wctype.h>
43 wctype_t bit_alnum = wctype("alnum");
44 wctype_t bit_alpha = wctype("alpha");
45 wctype_t bit_cntrl = wctype("cntrl");
46 wctype_t bit_digit = wctype("digit");
47 wctype_t bit_graph = wctype("graph");
48 wctype_t bit_lower = wctype("lower");
49 wctype_t bit_print = wctype("print");
50 wctype_t bit_punct = wctype("punct");
51 wctype_t bit_space = wctype("spac
[all...]
H A Dtst-wcstof.c5 #include <wctype.h>
H A Dtest_wcfuncs.c21 #include <wctype.h>
H A Dlocale_test.cpp14 #include <wctype.h>
1116 // #pragma mark - wctype -------------------------------------------------------
1158 printf("wctype of %s locale\n", locale);
/haiku/src/system/libroot/posix/glibc/include/
H A Dwctype.h3 #include <wctype/wctype.h>
/haiku/src/system/libroot/posix/wchar/
H A Dwcsncasecmp.c6 #include <wctype.h>
H A Dwcscasecmp.c6 #include <wctype.h>
/haiku/src/system/libroot/posix/locale/
H A Dwctype.cpp9 #include <wctype.h>
204 wctype(const char *property) function
H A Dwctype_l.cpp11 #include <wctype.h>
/haiku/headers/posix/
H A Dwctype.h38 extern wctype_t wctype(const char *property);
/haiku/src/system/libroot/posix/musl/regex/
H A Dfnmatch.c20 #include <wctype.h>
144 if (iswctype(k, wctype(buf)) ||
145 iswctype(kfold, wctype(buf)))
/haiku/src/libs/bsd/
H A Dvis.c75 #include <wctype.h>
/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h21 * Wide character classification and mapping utilities <wctype.h>
186 extern wctype_t wctype (__const char *__property) __THROW;
333 #endif /* wctype.h */
/haiku/headers/private/libroot/locale/
H A DLocaleBackend.h13 #include <wctype.h>
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h40 # include <wctype.h>
116 # define __wctype wctype
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c170 # include <wctype.h>
H A Dstrtod.c97 # include <wctype.h>
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h102 /* For XPG4 compliance we have to define the stuff from <wctype.h> here
105 # include <wctype.h>
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2706 void wctype() {} function
H A Dlibroot_stubs_legacy.c2696 void wctype() {} function

Completed in 997 milliseconds