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

  /ndk/sources/android/support/src/musl-multibyte/
btowc.c 4 wint_t btowc(int c) function
  /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
  /ndk/sources/host-tools/sed-4.2.1/lib/
btowc.c 26 btowc (int c) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 351 extern wint_t btowc (int __c) __THROW;
381 /* We can use the BTOWC and WCTOB optimizations since we know that all
384 extern wint_t __btowc_alias (int __c) __asm ("btowc");
386 __NTH (btowc (int __c)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 351 extern wint_t btowc (int __c) __THROW;
381 /* We can use the BTOWC and WCTOB optimizations since we know that all
384 extern wint_t __btowc_alias (int __c) __asm ("btowc");
386 __NTH (btowc (int __c)) function
  /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...]

Completed in 249 milliseconds