HomeSort by relevance Sort by last modified time
    Searched defs:wint_t (Results 76 - 100 of 125) sorted by null

1 2 34 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 44 /* Get size_t, wchar_t, wint_t and NULL from <stddef.h>. */
54 /* We try to get wint_t from <stddef.h>, but not all GCC versions define it
62 typedef unsigned int wint_t; typedef
65 wint_t in the std namespace. */
69 typedef __WINT_TYPE__ wint_t; typedef
86 wint_t __wch;
300 extern wint_t btowc (int __c) __THROW;
304 extern int wctob (wint_t __c) __THROW;
333 extern wint_t __btowc_alias (int __c) __asm ("btowc");
334 __extern_inline wint_t
    [all...]
  /external/bison/darwin-lib/
wctype.h 381 /* 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 wc
    [all...]
  /external/bison/lib/
wctype.in.h 79 /* 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 wc
    [all...]
  /external/bison/linux-lib/
wctype.h 381 /* 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 wc
    [all...]
  /external/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
_gcc.h 109 typedef unsigned int wint_t; typedef
_sunprocc.h 96 # define wint_t __wint_t macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
_gcc.h 109 typedef unsigned int wint_t; typedef
_sunprocc.h 96 # define wint_t __wint_t macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
_gcc.h 109 typedef unsigned int wint_t; typedef
_sunprocc.h 96 # define wint_t __wint_t macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
_gcc.h 109 typedef unsigned int wint_t; typedef
_sunprocc.h 96 # define wint_t __wint_t macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
_gcc.h 109 typedef unsigned int wint_t; typedef
_sunprocc.h 96 # define wint_t __wint_t macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
_gcc.h 109 typedef unsigned int wint_t; typedef
_sunprocc.h 96 # define wint_t __wint_t macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_apple.h 38 typedef int wint_t; typedef
_gcc.h 109 typedef unsigned int wint_t; typedef
_sunprocc.h 96 # define wint_t __wint_t macro

Completed in 318 milliseconds

1 2 34 5