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

123

/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/clang/test/Headers/
H A Dstddefneeds.cpp6 wint_t w0; // expected-error{{unknown}}
15 wint_t w1; // expected-error{{unknown}}
24 wint_t w2; // expected-error{{unknown}}
33 wint_t w3; // expected-error{{unknown}}
36 // Shouldn't bring in wint_t by default:
42 wint_t w4; // expected-error{{unknown}}
51 wint_t w5;
H A Darm64-apple-ios-types.cpp82 static_assert(is_same<int, ::wint_t>::value, "::wint_t is wrong");
/external/libcxx/include/support/xlocale/
H A Dxlocale.h73 static inline int iswalnum_l(wint_t c, locale_t) {
77 static inline int iswalpha_l(wint_t c, locale_t) {
81 static inline int iswblank_l(wint_t c, locale_t) {
85 static inline int iswcntrl_l(wint_t c, locale_t) {
89 static inline int iswdigit_l(wint_t c, locale_t) {
93 static inline int iswgraph_l(wint_t c, locale_t) {
97 static inline int iswlower_l(wint_t c, locale_t) {
101 static inline int iswprint_l(wint_t c, locale_t) {
105 static inline int iswpunct_l(wint_t c, locale_t) {
109 static inline int iswspace_l(wint_t
[all...]
/external/libcxx/test/std/depr/depr.c.headers/
H A Dwctype_h.pass.cpp93 wint_t w = 0;
110 static_assert((std::is_same<decltype(towlower(w)), wint_t>::value), "");
111 static_assert((std::is_same<decltype(towupper(w)), wint_t>::value), "");
112 static_assert((std::is_same<decltype(towctrans(w, wctr)), wint_t>::value), "");
H A Dwchar_h.pass.cpp40 wint_t w = 0;
61 static_assert((std::is_same<decltype(fgetwc(fp)), wint_t>::value), "");
63 static_assert((std::is_same<decltype(fputwc(L' ', fp)), wint_t>::value), "");
66 static_assert((std::is_same<decltype(getwc(fp)), wint_t>::value), "");
67 static_assert((std::is_same<decltype(getwchar()), wint_t>::value), "");
68 static_assert((std::is_same<decltype(putwc(L' ', fp)), wint_t>::value), "");
69 static_assert((std::is_same<decltype(putwchar(L' ')), wint_t>::value), "");
70 static_assert((std::is_same<decltype(ungetwc(L' ', fp)), wint_t>::value), "");
100 static_assert((std::is_same<decltype(btowc(0)), wint_t>::value), "");
/external/libcxx/test/std/strings/c.strings/
H A Dcwctype.pass.cpp93 std::wint_t w = 0;
110 static_assert((std::is_same<decltype(std::towlower(w)), std::wint_t>::value), "");
111 static_assert((std::is_same<decltype(std::towupper(w)), std::wint_t>::value), "");
112 static_assert((std::is_same<decltype(std::towctrans(w, wctr)), std::wint_t>::value), "");
H A Dcwchar.pass.cpp36 std::wint_t w = 0;
53 static_assert((std::is_same<decltype(std::fgetwc(fp)), std::wint_t>::value), "");
55 static_assert((std::is_same<decltype(std::fputwc(L' ', fp)), std::wint_t>::value), "");
58 static_assert((std::is_same<decltype(std::getwc(fp)), std::wint_t>::value), "");
59 static_assert((std::is_same<decltype(std::putwc(L' ', fp)), std::wint_t>::value), "");
60 static_assert((std::is_same<decltype(std::ungetwc(L' ', fp)), std::wint_t>::value), "");
95 static_assert((std::is_same<decltype(std::btowc(0)), wint_t>::value), "");
105 static_assert((std::is_same<decltype(std::getwchar()), std::wint_t>::value), "");
111 static_assert((std::is_same<decltype(std::putwchar(L' ')), std::wint_t>::value), "");
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
H A Dtypes.pass.cpp26 static_assert((std::is_same<std::char_traits<wchar_t>::int_type, std::wint_t>::value), "");
/external/ltrace/etc/
H A Dlibc.so.conf430 typedef wint_t = string(int);
436 wint_t btowc(int);
438 wint_t getwc(FILE *);
439 wint_t getwchar();
440 wint_t fgetwc(FILE*);
442 wint_t ungetwc(wint_t, FILE*);
444 wint_t fputwc(wchar_t, FILE*);
446 wint_t putwc(wchar_t, FILE*);
447 wint_t putwcha
[all...]
/external/libcxx/include/support/win32/
H A Dlocale_win32.h51 wint_t btowc_l( int c, locale_t loc );
52 int wctob_l( wint_t c, locale_t loc );
118 inline int iswblank_l( wint_t c, locale_t /*loc*/ )
126 inline int iswblank( wint_t c, locale_t /*loc*/ )
/external/libcxx/include/support/ibm/
H A Dxlocale.h216 int iswctype_l(wint_t wc, wctype_t desc, locale_t locale)
232 wint_t towupper_l(wint_t wc, locale_t locale)
237 wint_t towlower_l(wint_t wc, locale_t locale)
/external/clang/lib/Headers/
H A Dstddef.h124 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
127 /* Always define wint_t when modules are available. */
132 typedef __WINT_TYPE__ wint_t; typedef
/external/e2fsprogs/intl/
H A Dprintf-args.h30 /* Get wint_t. */
102 wint_t a_wide_char;
/external/libedit/src/
H A Dvis.c96 static wchar_t *do_svis(wchar_t *, wint_t, int, wint_t, const wchar_t *);
139 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
162 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra)
183 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra)
265 do_svis(wchar_t *dst, wint_t c, int flags, wint_t next
[all...]
H A Dparse.c217 if ((c & (wint_t)0xffffff00) != (wint_t)0)
/external/libcxx/src/support/win32/
H A Dlocale_win32.cpp72 wint_t btowc_l( int c, locale_t loc )
77 int wctob_l( wint_t c, locale_t loc )

Completed in 720 milliseconds

123