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

  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Concatenation.c 37 /** The wcsncat function appends not more than n wide characters (a null wide
43 @return The wcsncat function returns the value of s1.
45 wchar_t *wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) function
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
wchar2.h 260 size_t __n), wcsncat);
263 __NTH (wcsncat (wchar_t *__dest, __const wchar_t *__src, size_t __n)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h 261 size_t __n), wcsncat);
264 __NTH (wcsncat (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 261 size_t __n), wcsncat);
264 __NTH (wcsncat (wchar_t *__restrict __dest, __const wchar_t *__restrict __src, function
  /prebuilts/ndk/r11/sources/android/support/src/
wchar_support.c 138 wchar_t *wcsncat(wchar_t *s1, const wchar_t *s2, size_t n) { function
  /prebuilts/ndk/r13/sources/android/support/src/
wchar_support.c 138 wchar_t *wcsncat(wchar_t *s1, const wchar_t *s2, size_t n) { function
  /external/bison/darwin-lib/
wchar.h 999 # undef wcsncat macro
    [all...]
  /external/bison/linux-lib/
wchar.h 999 # undef wcsncat macro
    [all...]

Completed in 776 milliseconds