Searched defs:wint_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/iso/
H A Dwctype_iso.h61 typedef int wint_t; typedef in namespace:std
63 typedef long wint_t;
78 #define WEOF ((std::wint_t)(-1))
80 #define WEOF ((wint_t)(-1))
85 extern int iswalnum(wint_t);
86 extern int iswalpha(wint_t);
87 extern int iswcntrl(wint_t);
88 extern int iswdigit(wint_t);
89 extern int iswgraph(wint_t);
90 extern int iswlower(wint_t);
[all...]
H A Dwchar_iso.h99 typedef int wint_t; typedef in namespace:std
101 typedef long wint_t; typedef in namespace:std
116 #define WEOF ((std::wint_t)(-1))
118 #define WEOF ((wint_t)(-1))
182 extern wint_t __fgetwc_xpg5(__FILE *);
183 extern wint_t __getwc_xpg5(__FILE *);
184 extern wint_t __getwchar_xpg5(void);
185 extern wint_t __fputwc_xpg5(wint_t, __FILE *);
186 extern wint_t __putwc_xpg
[all...]
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h76 extern wint_t m_escapewc(wchar_t **);
145 #undef wint_t macro
151 #define wint_t int /* type as large as either wchar_t or WEOF */ macro
301 #define wctob(c) ((int) (wint_t) (c))
380 * using the system definition of wint_t and wctype_t.
381 * BUT we have just changed the meaning of wint_t above, to an 'int'
382 * which may not be the same size as wint_t.
391 extern int iswctype(wint_t wc, wctype_t desc);

Completed in 46 milliseconds