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

/external/clang/lib/Headers/
H A Dstddef.h66 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
71 typedef __WINT_TYPE__ wint_t; typedef
/external/clang/lib/include/
H A Dstddef.h66 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
71 typedef __WINT_TYPE__ wint_t; typedef
/external/stlport/stlport/stl/
H A D_cwchar.h39 typedef _BSD_WINT_T_ wint_t; typedef
57 typedef long int wint_t; typedef
62 typedef _BSD_WINT_T_ wint_t; typedef
72 extern wint_t btowc();
167 using _STLP_VENDOR_CSTD::wint_t;
172 typedef int wint_t; typedef
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
H A Dc_locale.h58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
/external/stlport/stlport/stl/config/
H A D_apple.h38 typedef int wint_t; typedef
H A D_gcc.h109 typedef unsigned int wint_t; typedef
H A D_sunprocc.h96 # define wint_t __wint_t macro
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c4882 typedef unsigned int wint_t; typedef
4889 wint_t __wch;
4945 typedef wint_t (*__gconv_btowc_fct) (struct __gconv_step *, unsigned char);
5182 extern wint_t __wunderflow (_IO_FILE *) __attribute__ ((__nothrow__));
5183 extern wint_t __wuflow (_IO_FILE *) __attribute__ ((__nothrow__));
5184 extern wint_t __woverflow (_IO_FILE *, wint_t) __attribute__ ((__nothrow__));

Completed in 231 milliseconds