Searched defs:strlcpy (Results 1 – 4 of 4) sorted by relevance
103 size_t __weak strlcpy(char *dest, const char *src, size_t size) in strlcpy() function
214 size_t strlcpy(char *dst, const char *src, size_t size) in strlcpy() function
150 __FORTIFY_INLINE size_t strlcpy(char * const POS p, const char * const POS q, size_t size) in strlcpy() function
136 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy() function