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

1234

/freebsd-10.0-release/lib/libc/locale/
H A Dctype.c32 #include <wctype.h>
H A Dwcwidth.c47 #include <wctype.h>
H A Dwctype.c37 #include <wctype.h>
53 * IMPORTANT: The 0 in the call to this function in wctype() must be changed to
110 wctype_t wctype(const char *property) function
H A DMakefile.inc22 wcstoul.c wcstoull.c wcstoumax.c wctob.c wctomb.c wctrans.c wctype.c \
49 wctrans.3 wctype.3 wcwidth.3 \
89 MLINKS+=wctype.3 iswctype.3
H A Dwcstod.c37 #include <wctype.h>
H A Dwcstof.c37 #include <wctype.h>
H A Dwcstold.c37 #include <wctype.h>
H A Dwctrans.c37 #include <wctype.h>
H A Dnextwctype.c37 #include <wctype.h>
H A Dwcstol.c42 #include <wctype.h>
H A Dwcstoll.c48 #include <wctype.h>
H A Dwcstoul.c42 #include <wctype.h>
H A Dwcstoull.c48 #include <wctype.h>
H A Dwcstoumax.c48 #include <wctype.h>
/freebsd-10.0-release/contrib/libstdc++/include/c/
H A Dstd_cwctype.h42 #include_next <wctype.h>
/freebsd-10.0-release/tools/regression/lib/libc/locale/
H A Dtest-iswctype.c28 * Test program for wctype() and iswctype() as specified by
42 #include <wctype.h>
73 t = wctype(cls[i].name);
78 t = wctype("elephant");
88 t = wctype(cls[i].name);
93 t = wctype("elephant");
99 printf("ok 2 - wctype()\n");
H A Dtest-towctrans.c42 #include <wctype.h>
/freebsd-10.0-release/contrib/libstdc++/config/locale/generic/
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...]
/freebsd-10.0-release/lib/libc/string/
H A Dwcscasecmp.c31 #include <wctype.h>
H A Dwcsncasecmp.c31 #include <wctype.h>
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cwctype.h35 * This is the C++ version of the Standard C Library header @c wctype.h,
53 #include <wctype.h>
56 // Get rid of those macros defined in <wctype.h> in lieu of real functions.
76 #undef wctype macro
106 using ::wctype;
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dwctype.h53 using std::wctype;
/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_slk_wset.c40 #include <wctype.h>
/freebsd-10.0-release/usr.bin/tr/
H A Dcset.h34 #include <wctype.h>
/freebsd-10.0-release/lib/libc/regex/
H A Dregfree.c48 #include <wctype.h>

Completed in 232 milliseconds

1234