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

1234567891011>>

/netbsd-current/external/bsd/nvi/dist/clib/
H A Diswblank.c11 #include <wctype.h>
16 return iswctype(wc, wctype("blank"));
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dwctype.h2 //===--------------------------- wctype.h ---------------------------------===//
14 wctype.h synopsis
39 wctype_t wctype(const char* property);
53 #if __has_include_next(<wctype.h>)
54 # include_next <wctype.h>
72 #undef wctype macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/newlib/
H A Dctype_members.cc61 __ret = wctype("space");
64 __ret = wctype("print");
67 __ret = wctype("cntrl");
70 __ret = wctype("upper");
73 __ret = wctype("lower");
76 __ret = wctype("alpha");
79 __ret = wctype("digit");
82 __ret = wctype("punct");
85 __ret = wctype("xdigit");
88 __ret = wctype("alnu
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/newlib/
H A Dctype_members.cc61 __ret = wctype("space");
64 __ret = wctype("print");
67 __ret = wctype("cntrl");
70 __ret = wctype("upper");
73 __ret = wctype("lower");
76 __ret = wctype("alpha");
79 __ret = wctype("digit");
82 __ret = wctype("punct");
85 __ret = wctype("xdigit");
88 __ret = wctype("alnu
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A Dctype_members.cc63 __ret = wctype("space");
66 __ret = wctype("print");
69 __ret = wctype("cntrl");
72 __ret = wctype("upper");
75 __ret = wctype("lower");
78 __ret = wctype("alpha");
81 __ret = wctype("digit");
84 __ret = wctype("punct");
87 __ret = wctype("xdigit");
90 __ret = wctype("alnu
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dctype_members.cc63 __ret = wctype("space");
66 __ret = wctype("print");
69 __ret = wctype("cntrl");
72 __ret = wctype("upper");
75 __ret = wctype("lower");
78 __ret = wctype("alpha");
81 __ret = wctype("digit");
84 __ret = wctype("punct");
87 __ret = wctype("xdigit");
90 __ret = wctype("alnu
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/vxworks/
H A Dctype_members.cc65 __ret = wctype("space");
68 __ret = wctype("print");
71 __ret = wctype("cntrl");
74 __ret = wctype("upper");
77 __ret = wctype("lower");
80 __ret = wctype("alpha");
83 __ret = wctype("digit");
86 __ret = wctype("punct");
89 __ret = wctype("xdigit");
92 __ret = wctype("alnu
[all...]
/netbsd-current/lib/libc/locale/
H A Dwcstoimax.c40 #include <wctype.h>
H A Dwcstol.c39 #include <wctype.h>
H A Dwcstoll.c39 #include <wctype.h>
H A Dwcstoul.c39 #include <wctype.h>
H A Dwcstoull.c39 #include <wctype.h>
H A Dwcstoumax.c40 #include <wctype.h>
H A Dwcstod.c42 #include <wctype.h>
H A Dwcstof.c42 #include <wctype.h>
H A Dwcstold.c42 #include <wctype.h>
H A D_wctrans.c70 #include <wctype.h>
/netbsd-current/lib/libc/regex/
H A Dutils.h43 #include <wctype.h>
60 #define wctype(s) __regex_wctype(s) macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/solaris/
H A Dwchar.h26 #define wctype sun_wctype macro
46 #undef wctype macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dwcwidth.h36 # include <wctype.h>
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dwcwidth.h36 # include <wctype.h>
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dwcwidth.h36 # include <wctype.h>
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dm-common.h27 # include <wctype.h>
/netbsd-current/lib/libc/string/
H A Dwcscasecmp.c22 #include <wctype.h>
H A Dwcsncasecmp.c22 #include <wctype.h>

Completed in 308 milliseconds

1234567891011>>