Searched defs:dst0 (Results 1 – 8 of 8) sorted by relevance
74 strcpy (char *dst0, in strcpy()
67 memcpy (void *__restrict dst0, in memcpy()
50 mempcpy (void *dst0, in mempcpy()
81 strncpy (char *__restrict dst0, in strncpy()
61 memccpy (void *__restrict dst0, in memccpy()
86 strcpy (char *__restrict dst0, in strcpy()
22 char *dst0 = dst; in strcpy() local
49 strncpy (char *dst0, const char *src0, size_t count) in strncpy()