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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwctype.h11 wint_t Type capable of holding all wchar_t values and WEOF.
19 int iswalnum (wint_t);
20 int iswalpha (wint_t);
21 int iswcntrl (wint_t);
22 int iswdigit (wint_t);
23 int iswgraph (wint_t);
24 int iswlower (wint_t);
25 int iswprint (wint_t);
26 int iswpunct (wint_t);
27 int iswblank (wint_t);
94 typedef _EFI_WINT_T wint_t; typedef
[all...]
H A Dwchar.h24 wint_t Type capable of holding all wchar_t values and WEOF.
54 wint_t fgetwc (FILE *stream);
57 wint_t fputwc (wchar_t c, FILE *stream);
61 wint_t getwc (FILE *stream);
62 wint_t getwchar (void);
63 wint_t putwc (wchar_t c, FILE *stream);
64 wint_t putwchar (wchar_t c);
65 wint_t ungetwc (wint_t c, FILE *stream);
128 wint_t btow
205 typedef _EFI_WINT_T wint_t; typedef
[all...]
/vbox/include/iprt/nocrt/compiler/
H A Dgcc.h69 typedef __WINT_TYPE__ wint_t; typedef
71 typedef unsigned int wint_t; typedef
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dcrtdefs.h180 typedef unsigned short wint_t; typedef
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dcrtdefs.h189 typedef unsigned short wint_t; typedef
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h232 typedef unsigned short wint_t; typedef
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h232 typedef unsigned short wint_t; typedef

Completed in 4857 milliseconds