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

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcscat.c 26 * citrus Id: wcscat.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp
32 __RCSID("$NetBSD: wcscat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
40 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) function
  /bionic/libc/arch-x86/atom/string/
ssse3-wcscat-atom.S 88 ENTRY (wcscat) function
114 END (wcscat)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
wchar2.h 243 __const wchar_t *__restrict __src), wcscat);
246 __NTH (wcscat (wchar_t *__dest, __const wchar_t *__src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
wchar2.h 243 __const wchar_t *__restrict __src), wcscat);
246 __NTH (wcscat (wchar_t *__dest, __const wchar_t *__src)) function
  /ndk/sources/android/support/src/
wchar_support.c 56 wchar_t *wcscat(wchar_t *s1, const wchar_t *s2) { function
  /external/bison/darwin-lib/
wchar.h 981 # undef wcscat macro
    [all...]
  /external/bison/linux-lib/
wchar.h 981 # undef wcscat macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 1931 #undef wcscat macro
1932 #define wcscat macro
    [all...]

Completed in 99 milliseconds