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

  /ndk/sources/android/support/src/musl-multibyte/
wcsrtombs.c 9 size_t wcsrtombs(char *restrict s, const wchar_t **restrict ws, size_t n, mbstate_t *restrict st) function
  /bionic/libc/bionic/
wchar.cpp 221 size_t wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* ps) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
wchar2.h 496 wcsrtombs);
502 __warnattr ("wcsrtombs called with dst buffer smaller than len");
505 __NTH (wcsrtombs (char *__restrict __dst, __const wchar_t **__restrict __src, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
wchar2.h 496 wcsrtombs);
502 __warnattr ("wcsrtombs called with dst buffer smaller than len");
505 __NTH (wcsrtombs (char *__restrict __dst, __const wchar_t **__restrict __src, function
  /external/bison/darwin-lib/
wchar.h 678 # undef wcsrtombs
679 # define wcsrtombs rpl_wcsrtombs
681 _GL_FUNCDECL_RPL (wcsrtombs, size_t,
684 _GL_CXXALIAS_RPL (wcsrtombs, size_t,
689 _GL_FUNCDECL_SYS (wcsrtombs, size_t,
693 _GL_CXXALIAS_SYS (wcsrtombs, size_t,
697 _GL_CXXALIASWARN (wcsrtombs);
699 # undef wcsrtombs macro
701 _GL_WARN_ON_USE (wcsrtombs, "wcsrtombs is unportable -
    [all...]
  /external/bison/linux-lib/
wchar.h 678 # undef wcsrtombs
679 # define wcsrtombs rpl_wcsrtombs
681 _GL_FUNCDECL_RPL (wcsrtombs, size_t,
684 _GL_CXXALIAS_RPL (wcsrtombs, size_t,
689 _GL_FUNCDECL_SYS (wcsrtombs, size_t,
693 _GL_CXXALIAS_SYS (wcsrtombs, size_t,
697 _GL_CXXALIASWARN (wcsrtombs);
699 # undef wcsrtombs macro
701 _GL_WARN_ON_USE (wcsrtombs, "wcsrtombs is unportable -
    [all...]

Completed in 234 milliseconds