Lines Matching defs:__dest
49 __NTH (memcpy (void *__restrict __dest, __const void *__restrict __src, in __NTH()
56 __NTH (memmove (void *__restrict __dest, __const void *__restrict __src, in __NTH()
64 __NTH (mempcpy (void *__restrict __dest, __const void *__restrict __src, in __NTH()
78 __NTH (memset (void *__dest, int __ch, size_t __len)) in __NTH()
90 __NTH (bcopy (__const void *__restrict __src, void *__restrict __dest, in __NTH()
97 __NTH (bzero (void *__dest, size_t __len)) in __NTH()
104 __NTH (strcpy (char *__restrict __dest, __const char *__restrict __src)) in __NTH()
111 __NTH (stpcpy (char *__restrict __dest, __const char *__restrict __src)) in __NTH()
119 __NTH (strncpy (char *__restrict __dest, __const char *__restrict __src, in __NTH()
133 __NTH (stpncpy (char *__dest, __const char *__src, size_t __n)) in __NTH()
143 __NTH (strcat (char *__restrict __dest, __const char *__restrict __src)) in __NTH()
150 __NTH (strncat (char *__restrict __dest, __const char *__restrict __src, in __NTH()