Lines Matching defs:src
572 strncpy_impl(char * dst, const char * src, size_t maxlen) in strncpy_impl()
646 strcat_impl(char *dest, const char *src) in strcat_impl()
669 strlcat_impl(char *dst, const char *src, size_t siz) in strlcat_impl()
715 const char *__counted_by(srcsz)src, in strbufcat_impl()
736 strlcpy_impl(char * dst, const char * src, size_t maxlen) in strlcpy_impl()
765 const char *__counted_by(srcsz)src, in strbufcpy_impl()
847 __memcpy_chk(void *dst, void const *src, size_t s, size_t chk_size) in __memcpy_chk()
856 __memmove_chk(void *dst, void const *src, size_t s, size_t chk_size) in __memmove_chk()
874 __strlcat_chk(char *dst, char const *src, size_t s, size_t chk_size) in __strlcat_chk()
883 __strlcpy_chk(char *dst, char const *src, size_t s, size_t chk_size) in __strlcpy_chk()
892 __strncpy_chk(char *restrict dst, char *restrict src, in __strncpy_chk()
902 __strncat_chk(char *restrict dst, const char *restrict src, in __strncat_chk()
914 __strcpy_chk(char *restrict dst, const char *restrict src, size_t chk_size) in __strcpy_chk()
925 __strcat_chk(char *restrict dst, const char *restrict src, size_t chk_size) in __strcat_chk()