/external/bison/lib/ |
D | wctype.in.h | 80 #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 …]
|
D | wchar.in.h | 102 #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 …]
|
D | printf-args.c | 91 (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()
|
D | iswblank.c | 23 iswblank (wint_t wc) in iswblank()
|
D | printf-args.h | 113 wint_t a_wide_char;
|
/external/bison/darwin-lib/ |
D | wctype.h | 382 #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 …]
|
D | wchar.h | 414 #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/ |
D | wctype.h | 382 #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 …]
|
D | wchar.h | 414 #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/ |
D | wint_t.m4 | 1 # 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.])
|
D | stdint.m4 | 177 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.h | 39 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.h | 33 wint_t towctrans(wint_t c, wctrans_t value); 58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
|
D | c_locale.h | 58 typedef long wint_t; typedef 61 typedef __int32_t wint_t; typedef
|
/external/stlport/src/ |
D | c_locale.h | 205 _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/ |
D | c_wlocale_win32.c | 35 _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/ |
D | c_locale_dummy.c | 210 _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/ |
D | stddef.h | 71 typedef __WINT_TYPE__ wint_t; typedef
|
/external/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 294 _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/ |
D | printf-args.h | 102 wint_t a_wide_char;
|
D | printf-args.c | 83 ap->a.a_wide_char = va_arg (args, wint_t); in printf_fetchargs()
|
/external/stlport/stlport/stl/config/ |
D | _apple.h | 38 typedef int wint_t; typedef
|
D | _sunprocc.h | 96 # define wint_t __wint_t macro
|
D | _gcc.h | 109 typedef unsigned int wint_t; typedef
|
/external/srec/portable/include/ |
D | ptypes.h | 379 typedef wint_t LINT;
|