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

12345

/freebsd-11-stable/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
112 wctype_t wctype(const char *property) function
H A Dwctrans.c37 #include <wctype.h>
H A Dwcstod.c37 #include <wctype.h>
H A Dwcstof.c37 #include <wctype.h>
H A Dwcstold.c37 #include <wctype.h>
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 \
90 MLINKS+=wctype.3 iswctype.3
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>
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cwctype.h42 #include_next <wctype.h>
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dwctype.h2 //===--------------------------- wctype.h ---------------------------------===//
14 wctype.h synopsis
39 wctype_t wctype(const char* property);
53 #include_next <wctype.h>
70 #undef wctype macro
/freebsd-11-stable/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-11-stable/lib/libc/string/
H A Dwcscasecmp.c31 #include <wctype.h>
H A Dwcsncasecmp.c31 #include <wctype.h>
/freebsd-11-stable/lib/libc/tests/locale/
H A Diswctype_test.c28 * Test program for wctype() and iswctype() as specified by
43 #include <wctype.h>
86 t = wctype(cls[i].name);
91 t = wctype("elephant");
104 t = wctype(cls[i].name);
109 t = wctype("elephant");
H A Dtowctrans_test.c41 #include <wctype.h>
/freebsd-11-stable/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-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_slk_wset.c40 #include <wctype.h>
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dwctype.h53 using std::wctype;
/freebsd-11-stable/usr.bin/tr/
H A Dcset.h36 #include <wctype.h>
/freebsd-11-stable/lib/libc/regex/
H A Dregfree.c48 #include <wctype.h>

Completed in 180 milliseconds

12345