HomeSort by relevance Sort by last modified time
    Searched defs:wcscat (Results 1 - 6 of 6) 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
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Concatenation.c 25 /** The wcscat function appends a copy of the wide string pointed to by s2
30 @return The wcscat function returns the value of s1.
32 wchar_t *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.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h 244 __const wchar_t *__restrict __src), wcscat);
247 __NTH (wcscat (wchar_t *__restrict __dest, __const wchar_t *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar2.h 244 __const wchar_t *__restrict __src), wcscat);
247 __NTH (wcscat (wchar_t *__restrict __dest, __const wchar_t *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 1935 #undef wcscat macro
1936 #define wcscat macro
    [all...]

Completed in 89 milliseconds