Searched defs:strlcpy (Results 1 - 2 of 2) sorted by relevance

/system/core/libcutils/
H A Dstrlcpy.c25 /* Implementation of strlcpy() for platforms that don't already have it. */
33 strlcpy(char *dst, const char *src, size_t siz) function
/system/bt/osi/src/
H A Dcompat.cc64 size_t strlcpy(char* dst, const char* src, size_t siz) { function

Completed in 1651 milliseconds