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

1 2 3 4 5 6 7 8

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsncat.c 26 * citrus Id: wcsncat.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp
32 __RCSID("$NetBSD: wcsncat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) function
wcslcat.c 42 * Appends src to string dst of size siz (unlike wcsncat, siz is the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cwchar 112 #undef wcsncat
182 using ::wcsncat;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cwchar 110 #undef wcsncat
186 using ::wcsncat;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cwchar 110 #undef wcsncat
186 using ::wcsncat;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cwchar 112 #undef wcsncat
182 using ::wcsncat;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cwchar 112 #undef wcsncat
182 using ::wcsncat;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cwchar 112 #undef wcsncat
182 using ::wcsncat;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cwchar 112 #undef wcsncat
182 using ::wcsncat;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwchar 110 #undef wcsncat
186 using ::wcsncat;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cwchar 110 #undef wcsncat
186 using ::wcsncat;
  /external/bison/lib/
wchar.in.h 680 _GL_FUNCDECL_SYS (wcsncat, wchar_t *,
683 _GL_CXXALIAS_SYS (wcsncat, wchar_t *,
685 _GL_CXXALIASWARN (wcsncat);
687 # undef wcsncat
689 _GL_WARN_ON_USE (wcsncat, "wcsncat is unportable - "
690 "use gnulib module wcsncat for portability");
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 217 wcsncat( stdoutPath, DIR_SEPERATOR STDOUT_FILE, SDL_arraysize(stdoutPath) );
241 wcsncat( stderrPath, DIR_SEPERATOR STDOUT_FILE, SDL_arraysize(stdoutPath) );
  /ndk/sources/cxx-stl/llvm-libc++/include/
cwchar 66 wchar_t* wcsncat(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
164 using ::wcsncat;
  /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 120 extern wchar_t *wcsncat(wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 929 wcsncat
  /development/ndk/platforms/android-3/include/
wchar.h 122 extern wchar_t *wcsncat(wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 968 wcsncat
  /development/ndk/platforms/android-8/include/
wchar.h 123 extern wchar_t *wcsncat(wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 921 wcsncat
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 914 wcsncat
  /development/ndk/platforms/android-9/include/
wchar.h 124 extern wchar_t *wcsncat(wchar_t *, const wchar_t *, size_t);

Completed in 1249 milliseconds

1 2 3 4 5 6 7 8