/titanic_50/usr/src/test/libc-tests/cfg/symbols/ |
H A D | wctype_h.cfg | 17 # Definitions found in wctype.h 23 type | wint_t | wctype.h | ALL 24 type | wctrans_t | wctype.h | ALL 25 type | wctype_t | wctype.h | ALL 30 value | WEOF | wint_t | wctype.h | ALL -XPG4+ SUSv2+ 38 wctype.h | ALL 43 wctype.h | -ALL SUSv4+ 48 wctype.h | ALL 53 wctype.h | -ALL SUSv4+ 58 wctype.h | C99+ [all …]
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | wctype.c | 78 wctype(const char *property) in wctype() function
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 385 #undef wctype 387 #define wctype _m_wctype macro 390 extern wctype_t wctype(const char *property);
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regclass.c | 68 wt = wctype("blank"); in _reg_iswblank() 178 if (!(cp->wtype = wctype((char*)cp->name))) in regclass()
|
/titanic_50/usr/src/head/ |
H A D | wchar.h | 144 extern wctype_t wctype(const char *); 165 using std::wctype;
|
H A D | wctype.h | 66 using std::wctype;
|
/titanic_50/usr/src/lib/libshell/common/features/ |
H A D | locale | 2 lib locale,localeconv,wctype,iswctype,iswblank
|
/titanic_50/usr/src/man/man3head/ |
H A D | Makefile | 109 wctype.h.3head \ 198 wctype.3head \ 287 wctype.3head := LINKSRC = wctype.h.3head
|
/titanic_50/usr/src/head/iso/ |
H A D | wctype_iso.h | 108 extern wctype_t wctype(const char *);
|
/titanic_50/usr/src/test/libc-tests/tests/ |
H A D | Makefile | 28 wctype
|
/titanic_50/usr/src/test/libc-tests/tests/wctype/ |
H A D | wctype_test.c | 43 wctype_t class = wctype(#y);\
|
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | locale | 14 #define _lib_wctype 1 /* wctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | locale | 14 #define _lib_wctype 1 /* wctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | locale | 14 #define _lib_wctype 1 /* wctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | locale | 14 #define _lib_wctype 1 /* wctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | wchar | 17 #include <wctype.h>
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | lib | 15 #define _hdr_wctype 1 /* #include <wctype.h> ok */ 106 #define _lib_wctype 1 /* wctype() in default lib(s) */
|
H A D | wchar | 92 #include <wctype.h>
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | lib | 15 #define _hdr_wctype 1 /* #include <wctype.h> ok */ 106 #define _lib_wctype 1 /* wctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | lib | 15 #define _hdr_wctype 1 /* #include <wctype.h> ok */ 106 #define _lib_wctype 1 /* wctype() in default lib(s) */
|
H A D | wchar | 92 #include <wctype.h>
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | lib | 15 #define _hdr_wctype 1 /* #include <wctype.h> ok */ 106 #define _lib_wctype 1 /* wctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 69 wctype { TYPE = FUNCTION };
|
/titanic_50/usr/src/cmd/tr/ |
H A D | str.c | 177 if ((s->cclass = wctype(s->str)) == 0)
|
H A D | tr.c | 360 (void) cset_addclass(cs, wctype("rune"), true); in setup()
|