Home
last modified time | relevance | path

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

/third_party/mksh/
Dstrlcpy.c30 strlcpy(char *dst, const char *src, size_t siz) in strlcpy() function
/third_party/musl/src/string/
Dstrlcpy.c11 size_t strlcpy(char *d, const char *s, size_t n) in strlcpy() function
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrlcpy.c11 size_t strlcpy(char *d, const char *s, size_t n) in strlcpy() function
/third_party/uboot/u-boot-2020.01/lib/
Dstring.c118 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy() function