Searched defs:strlcpy (Results 1 – 3 of 3) sorted by relevance
103 size_t __weak strlcpy(char *dest, const char *src, size_t size) in strlcpy() function
111 __FORTIFY_INLINE size_t strlcpy(char *p, const char *q, size_t size) in strlcpy() function
136 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy() function
Completed in 5 milliseconds