HomeSort by relevance Sort by last modified time
    Searched defs:wcslcpy (Results 1 - 3 of 3) 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
  /ndk/sources/android/support/src/
wchar_support.c 100 size_t wcslcpy(wchar_t *dst, const wchar_t *src, size_t siz) { function
  /external/libchrome/base/strings/
string_util.cc 997 size_t wcslcpy(wchar_t* dst, const wchar_t* src, size_t dst_size) function in namespace:base
    [all...]

Completed in 712 milliseconds