Searched refs:wcscpy (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/string/
H A Dwcscpy.c26 * citrus Id: wcscpy.c,v 1.2 2000/12/21 04:51:09 itojun Exp
32 __RCSID("$NetBSD: wcscpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) function
/bionic/libc/include/
H A Dwchar.h97 wchar_t *wcscpy(wchar_t *, const wchar_t *);
/bionic/tools/versioner/current/
H A Dwchar.h97 wchar_t *wcscpy(wchar_t *, const wchar_t *);
/bionic/libc/arch-x86/atom/string/
H A Dssse3-wcscpy-atom.S91 ENTRY (wcscpy) function
651 END (wcscpy)
/bionic/tests/
H A Dwchar_test.cpp518 EXPECT_EQ(dst, wcscpy(dst, src));

Completed in 208 milliseconds