Searched defs:strlcpy (Results 1 – 3 of 3) sorted by relevance
18 int strlcpy; variable
131 inline __typeof(sizeof(int)) strlcpy(char *dest, const char *src, __typeof(sizeof(int)) size) { ret… in strlcpy() function
216 LIBC_INLINE size_t strlcpy(char *__restrict dst, const char *__restrict src, strlcpy() function