Home
last modified time | relevance | path

Searched refs:wint_t (Results 1 – 25 of 59) sorted by relevance

123

/external/bison/lib/
Dwctype.in.h80 #if !@HAVE_WINT_T@ && !defined wint_t
81 # define wint_t int macro
93 # undef wint_t
94 # define wint_t rpl_wint_t
99 # define WEOF ((wint_t) -1)
162 (wint_t wc) in rpl_iswalnum()
174 (wint_t wc) in rpl_iswalpha()
185 (wint_t wc) in rpl_iswblank()
196 (wint_t wc) in rpl_iswcntrl()
207 (wint_t wc) in rpl_iswdigit()
[all …]
Dwchar.in.h102 #if !@HAVE_WINT_T@ && !defined wint_t
103 # define wint_t int
115 # undef wint_t
116 # define wint_t rpl_wint_t
121 # define WEOF ((wint_t) -1)
146 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
147 _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
150 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
152 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
171 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
[all …]
Dprintf-args.c91 (sizeof (wint_t) < sizeof (int) in PRINTF_FETCHARGS()
92 ? (wint_t) va_arg (args, int) in PRINTF_FETCHARGS()
93 : va_arg (args, wint_t)); in PRINTF_FETCHARGS()
Diswblank.c23 iswblank (wint_t wc) in iswblank()
Dprintf-args.h113 wint_t a_wide_char;
/external/bison/darwin-lib/
Dwctype.h382 #if !1 && !defined wint_t
383 # define wint_t int macro
395 # undef wint_t
396 # define wint_t rpl_wint_t
401 # define WEOF ((wint_t) -1)
464 (wint_t wc) in iswalnum()
476 (wint_t wc) in iswalpha()
487 (wint_t wc) in iswblank()
498 (wint_t wc) in iswcntrl()
509 (wint_t wc) in iswdigit()
[all …]
Dwchar.h414 #if !1 && !defined wint_t
415 # define wint_t int macro
427 # undef wint_t
428 # define wint_t rpl_wint_t macro
433 # define WEOF ((wint_t) -1)
458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
459 _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
462 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
464 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
483 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
[all …]
/external/bison/linux-lib/
Dwctype.h382 #if !1 && !defined wint_t
383 # define wint_t int macro
395 # undef wint_t
396 # define wint_t rpl_wint_t
401 # define WEOF ((wint_t) -1)
464 (wint_t wc) in iswalnum()
476 (wint_t wc) in iswalpha()
487 (wint_t wc) in iswblank()
498 (wint_t wc) in iswcntrl()
509 (wint_t wc) in iswdigit()
[all …]
Dwchar.h414 #if !1 && !defined wint_t
415 # define wint_t int macro
427 # undef wint_t
428 # define wint_t rpl_wint_t macro
433 # define WEOF ((wint_t) -1)
458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
459 _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
462 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
464 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
483 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
[all …]
/external/bison/m4/
Dwint_t.m41 # wint_t.m4 serial 5 (gettext-0.18.2)
8 dnl Test whether <wchar.h> has the 'wint_t' type.
13 AC_CACHE_CHECK([for wint_t], [gt_cv_c_wint_t],
25 wint_t foo = (wchar_t)'\0';]],
30 AC_DEFINE([HAVE_WINT_T], [1], [Define if you have the 'wint_t' type.])
Dstdint.m4177 WINT_MIN == TYPE_MINIMUM (wint_t)
178 && WINT_MAX == TYPE_MAXIMUM (wint_t)
453 gl_STDINT_BITSIZEOF([sig_atomic_t wchar_t wint_t],
455 gl_CHECK_TYPES_SIGNED([sig_atomic_t wchar_t wint_t],
463 gl_INTEGER_TYPE_SUFFIX([sig_atomic_t wchar_t wint_t],
466 dnl If wint_t is smaller than 'int', it cannot satisfy the ISO C 99
467 dnl requirement that wint_t is "unchanged by default argument promotions".
468 dnl In this case gnulib's <wchar.h> and <wctype.h> override wint_t.
/external/stlport/stlport/stl/
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
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
D_cwctype.h33 wint_t towctrans(wint_t c, wctrans_t value);
58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
Dc_locale.h58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
/external/stlport/src/
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/stlport/src/c_locale_win32/
Dc_wlocale_win32.c35 _Locale_mask_t _WLocale_ctype(_Locale_ctype_t* ltype, wint_t c, in _WLocale_ctype()
45 wint_t _WLocale_tolower(_Locale_ctype_t* ltype, wint_t c) { in _WLocale_tolower()
53 wint_t _WLocale_toupper(_Locale_ctype_t* ltype, wint_t c) { in _WLocale_toupper()
/external/stlport/src/c_locale_dummy/
Dc_locale_dummy.c210 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *lctype, wint_t wc, _Locale_mask_t mask) { in _WLocale_ctype()
242 wint_t _WLocale_tolower(struct _Locale_ctype *lctype, wint_t wc) in _WLocale_tolower()
245 wint_t _WLocale_toupper(struct _Locale_ctype *lctype, wint_t wc) in _WLocale_toupper()
/external/clang/lib/Headers/
Dstddef.h71 typedef __WINT_TYPE__ wint_t; typedef
/external/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c294 _Locale_mask_t _WLocale_ctype( struct _Locale_ctype *__loc, wint_t wc, _Locale_mask_t __mask ) in _WLocale_ctype()
327 wint_t _WLocale_tolower( struct _Locale_ctype *__loc, wint_t c ) in _WLocale_tolower()
332 wint_t _WLocale_toupper( struct _Locale_ctype *__loc, wint_t c ) in _WLocale_toupper()
/external/e2fsprogs/intl/
Dprintf-args.h102 wint_t a_wide_char;
Dprintf-args.c83 ap->a.a_wide_char = va_arg (args, wint_t); in printf_fetchargs()
/external/stlport/stlport/stl/config/
D_apple.h38 typedef int wint_t; typedef
D_sunprocc.h96 # define wint_t __wint_t macro
D_gcc.h109 typedef unsigned int wint_t; typedef
/external/srec/portable/include/
Dptypes.h379 typedef wint_t LINT;

123