Searched refs:wint_t (Results 1 - 25 of 42) sorted by relevance

12

/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...]
H A Diswblank.c23 iswblank (wint_t wc)
H A Dprintf-args.c87 /* Although ISO C 99 7.24.1.(2) says that wint_t is "unchanged by
89 where wint_t is 'unsigned short'. */
91 (sizeof (wint_t) < sizeof (int)
92 ? (wint_t) va_arg (args, int)
93 : va_arg (args, wint_t));
H A Dprintf-args.h39 /* Get wint_t. */
113 wint_t a_wide_char;
H A Dwchar.in.h39 and once directly. In both situations 'wint_t' is not yet defined,
101 /* Define wint_t and WEOF. (Also done in wctype.in.h.) */
102 #if !@HAVE_WINT_T@ && !defined wint_t
103 # define wint_t int
108 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>.
109 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be
115 # undef wint_t
116 # define wint_t rpl_wint_t
121 # define WEOF ((wint_t) -1)
146 _GL_FUNCDECL_RPL (btowc, wint_t, (in
[all...]
/external/bison/darwin-lib/
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...]
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...]
/external/bison/linux-lib/
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...]
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...]
/external/stlport/stlport/stl/
H A D_cwctype.h33 wint_t towctrans(wint_t c, wctrans_t value);
58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
H A Dc_locale.h58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
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;
/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/src/
H A Dc_locale.h205 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *, wint_t, _Locale_mask_t);
206 wint_t _WLocale_tolower(struct _Locale_ctype *, wint_t);
207 wint_t _WLocale_toupper(struct _Locale_ctype *, wint_t);
/external/e2fsprogs/intl/
H A Dprintf-args.h30 /* Get wint_t. */
102 wint_t a_wide_char;
H A Dprintf-args.c83 ap->a.a_wide_char = va_arg (args, wint_t);
/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/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c35 _Locale_mask_t _WLocale_ctype(_Locale_ctype_t* ltype, wint_t c,
45 wint_t _WLocale_tolower(_Locale_ctype_t* ltype, wint_t c) {
53 wint_t _WLocale_toupper(_Locale_ctype_t* ltype, wint_t c) {
/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c210 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *lctype, wint_t wc, _Locale_mask_t mask) {
242 wint_t _WLocale_tolower(struct _Locale_ctype *lctype, wint_t wc)
245 wint_t _WLocale_toupper(struct _Locale_ctype *lctype, wint_t wc)
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c294 _Locale_mask_t _WLocale_ctype( struct _Locale_ctype *__loc, wint_t wc, _Locale_mask_t __mask )
327 wint_t _WLocale_tolower( struct _Locale_ctype *__loc, wint_t c )
332 wint_t _WLocale_toupper( struct _Locale_ctype *__loc, wint_t c )
/external/libusb_aah/msvc/
H A Dstdint.h82 typedef unsigned short wint_t; typedef
217 * wint_t is unsigned short for compatibility with MS runtime
/external/srec/portable/include/
H A Dptypes.h379 typedef wint_t LINT;

Completed in 486 milliseconds

12