HomeSort by relevance Sort by last modified time
    Searched refs:btowc (Results 1 - 18 of 18) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/locale/
btowc.c 1 /* $OpenBSD: btowc.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */
34 btowc(int c) function
  /external/bison/lib/
wchar.in.h 143 # undef btowc
144 # define btowc rpl_btowc
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));
154 _GL_CXXALIASWARN (btowc);
156 # undef btowc
158 _GL_WARN_ON_USE (btowc, "btowc is unportable -
    [all...]
  /external/bison/darwin-lib/
wchar.h 455 # undef btowc
456 # define btowc rpl_btowc
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));
466 _GL_CXXALIASWARN (btowc);
468 # undef btowc macro
470 _GL_WARN_ON_USE (btowc, "btowc is unportable -
    [all...]
  /external/bison/linux-lib/
wchar.h 455 # undef btowc
456 # define btowc rpl_btowc
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));
466 _GL_CXXALIASWARN (btowc);
468 # undef btowc macro
470 _GL_WARN_ON_USE (btowc, "btowc is unportable -
    [all...]
  /development/ndk/platforms/android-3/include/
wchar.h 84 extern wint_t btowc(int);
  /development/ndk/platforms/android-8/include/
wchar.h 89 extern wint_t btowc(int);
  /development/ndk/platforms/android-9/include/
wchar.h 70 extern wint_t btowc(int);
  /external/libcxx/src/support/win32/
locale_win32.cpp 75 return btowc( c );
  /bionic/libc/include/
wchar.h 71 extern wint_t btowc(int);
  /development/ndk/platforms/android-L/include/
wchar.h 71 extern wint_t btowc(int);
  /external/libcxx/src/support/solaris/
xlocale.c 36 return __l->lc_ctype->cmapp->core.user_api->btowc(__l->lc_ctype->cmapp, __c);
  /external/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 96 static_assert((std::is_same<decltype(btowc(0)), wint_t>::value), "");
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 516 while (pt < ptlim && (*pt = btowc(*str++)) != L'\0')
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 101 static_assert((std::is_same<decltype(std::btowc(0)), wint_t>::value), "");
  /external/ltrace/etc/
libc.so.conf 436 wint_t btowc(int);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 615 *(cp = buf) = (wchar_t)btowc(GETARG(int));
    [all...]
  /bionic/libc/
Android.mk 350 upstream-openbsd/lib/libc/locale/btowc.c \
    [all...]
  /external/bison/
configure     [all...]

Completed in 311 milliseconds