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

  /bionic/libc/wchar/
wmemmove.c 26 * citrus Id: wmemmove.c,v 1.2 2000/12/20 14:08:31 itojun Exp
32 __RCSID("$NetBSD: wmemmove.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
41 wmemmove(wchar_t *d, const wchar_t *s, size_t n) function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar2.h 61 size_t __n), wmemmove);
66 __warnattr ("wmemmove called with length bigger than size of destination "
70 __NTH (wmemmove (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, function

Completed in 55 milliseconds