OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wcslcpy
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/string/
wcslcpy.c
1
/* $OpenBSD:
wcslcpy
.c,v 1.7 2015/09/12 16:23:14 guenther Exp $ */
28
wcslcpy
(wchar_t *dst, const wchar_t *src, size_t dsize)
function
51
DEF_WEAK(
wcslcpy
);
variable
/external/libchrome/base/strings/
string_util.cc
1120
size_t
wcslcpy
(wchar_t* dst, const wchar_t* src, size_t dst_size) {
function in namespace:base
[
all
...]
Completed in 1027 milliseconds