Home
last modified time | relevance | path

Searched defs:wchar_t (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/head/iso/
H A Dstdlib_iso.h105 typedef int wchar_t; typedef
107 typedef long wchar_t; typedef
H A Dwchar_iso.h89 typedef int wchar_t; typedef
/titanic_44/usr/src/head/
H A Dstddef.h68 typedef int wchar_t; typedef
H A Dlibintl.h55 typedef int wchar_t; typedef
H A Dinttypes.h72 typedef int wchar_t; typedef
H A Dregex.h66 typedef int wchar_t; typedef
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dstdtypes.h61 typedef unsigned short wchar_t; /* big enough for biggest char set */ typedef
/titanic_44/usr/src/lib/libxcurses/h/
H A Dm_wchar.h150 #define wchar_t char /* ensures we never use the wchar_t typedef */ macro