Searched defs:strlcpy (Results 1 – 5 of 5) sorted by relevance
27 #define strlcpy ______strlcpy macro
31 strlcpy(char * __restrict dst, const char * __restrict src, size_t dsize) in strlcpy() function
38 strlcpy(char *dst, const char *src, size_t len) in strlcpy() function
51 strlcpy(char *dst, const char *src, size_t len) in strlcpy() function
636 strlcpy(char *dst, const char *src, size_t len) in strlcpy() function