HomeSort by relevance Sort by last modified time
    Searched full:wcsncpy (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /ndk/sources/cxx-stl/llvm-libc++/src/support/win32/
support.cpp 16 #include <string.h> // strcpy, wcsncpy
62 wcsncpy(nwcsrc, *src, nwc);
  /bionic/libc/wchar/
wcsxfrm.c 52 wcsncpy(dest, src, len - 1);
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 216 wcsncpy( stdoutPath, path, SDL_arraysize(stdoutPath) );
240 wcsncpy( stderrPath, path, SDL_arraysize(stdoutPath) );
371 wcsncpy(bufp+wcslen(bufp), szCmdLine,nLen-wcslen(bufp));
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsncpy.c 48 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cwchar 114 #undef wcsncpy
184 using ::wcsncpy;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cwchar 112 #undef wcsncpy
188 using ::wcsncpy;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cwchar 112 #undef wcsncpy
188 using ::wcsncpy;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cwchar 114 #undef wcsncpy
184 using ::wcsncpy;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cwchar 114 #undef wcsncpy
184 using ::wcsncpy;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cwchar 114 #undef wcsncpy
184 using ::wcsncpy;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cwchar 114 #undef wcsncpy
184 using ::wcsncpy;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwchar 112 #undef wcsncpy
188 using ::wcsncpy;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cwchar 112 #undef wcsncpy
188 using ::wcsncpy;
  /external/bison/lib/
wchar.in.h 627 _GL_FUNCDECL_SYS (wcsncpy, wchar_t *,
630 _GL_CXXALIAS_SYS (wcsncpy, wchar_t *,
632 _GL_CXXALIASWARN (wcsncpy);
634 # undef wcsncpy
636 _GL_WARN_ON_USE (wcsncpy, "wcsncpy is unportable - "
637 "use gnulib module wcsncpy for portability");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
cwchar 64 wchar_t* wcsncpy(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
162 using ::wcsncpy;
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 390 wcsncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0;
391 wcsncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0;
446 wcsncpy(buf, src, src_n);
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 390 wcsncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0;
391 wcsncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0;
446 wcsncpy(buf, src, src_n);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar2.h 184 size_t __n), wcsncpy);
189 __warnattr ("wcsncpy called with length bigger than size of destination "
193 __NTH (wcsncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 184 size_t __n), wcsncpy);
189 __warnattr ("wcsncpy called with length bigger than size of destination "
193 __NTH (wcsncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 184 size_t __n), wcsncpy);
189 __warnattr ("wcsncpy called with length bigger than size of destination "
193 __NTH (wcsncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) function
  /ndk/sources/cxx-stl/llvm-libc++/src/support/android/
wchar_support.c 175 wchar_t *wcsncpy(wchar_t *dst, const wchar_t *src, size_t n) { function
337 wcsncpy(dst, src, len-1);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /bionic/libc/include/
wchar.h 122 extern wchar_t *wcsncpy(wchar_t *, const wchar_t *, size_t);

Completed in 933 milliseconds

1 2 3 4 5 6 7 8 9