Searched defs:wint_t (Results 1 - 13 of 13) sorted by path

/external/bison/darwin-lib/
H A Dwchar.h40 and once directly. In both situations 'wint_t' is not yet defined,
413 /* Define wint_t and WEOF. (Also done in wctype.in.h.) */
414 #if !1 && !defined wint_t
415 # define wint_t int macro
420 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>.
421 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be
427 # undef wint_t macro
428 # define wint_t rpl_wint_t macro
433 # define WEOF ((wint_t) -1)
458 _GL_FUNCDECL_RPL (btowc, wint_t, (in
[all...]
H A Dwctype.h381 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
382 #if !1 && !defined wint_t
383 # define wint_t int macro
388 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>.
389 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be
395 # undef wint_t
396 # define wint_t rpl_wint_t
401 # define WEOF ((wint_t) -1)
464 (wint_t wc)
476 (wint_t w
[all...]
/external/bison/lib/
H A Dwctype.in.h79 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
80 #if !@HAVE_WINT_T@ && !defined wint_t
81 # define wint_t int macro
86 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>.
87 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be
93 # undef wint_t
94 # define wint_t rpl_wint_t
99 # define WEOF ((wint_t) -1)
162 (wint_t wc)
174 (wint_t w
[all...]
/external/bison/linux-lib/
H A Dwchar.h40 and once directly. In both situations 'wint_t' is not yet defined,
413 /* Define wint_t and WEOF. (Also done in wctype.in.h.) */
414 #if !1 && !defined wint_t
415 # define wint_t int macro
420 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>.
421 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be
427 # undef wint_t macro
428 # define wint_t rpl_wint_t macro
433 # define WEOF ((wint_t) -1)
458 _GL_FUNCDECL_RPL (btowc, wint_t, (in
[all...]
H A Dwctype.h381 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
382 #if !1 && !defined wint_t
383 # define wint_t int macro
388 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>.
389 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be
395 # undef wint_t
396 # define wint_t rpl_wint_t
401 # define WEOF ((wint_t) -1)
464 (wint_t wc)
476 (wint_t w
[all...]
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h82 typedef unsigned short wint_t; typedef
217 * wint_t is unsigned short for compatibility with MS runtime
/external/clang/lib/Headers/
H A Dstddef.h133 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
136 /* Always define wint_t when modules are available. */
141 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 3740 milliseconds