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

/system/core/libcutils/
H A Dmemory.c59 /* Implementation of strlcpy() for platforms that don't already have it. */
67 strlcpy(char *dst, const char *src, size_t siz) function

Completed in 40 milliseconds