Lines Matching refs:__dest
297 __old_mempcpy_small (void *__dest, char __src1, in __old_mempcpy_small() argument
312 } *__u = __dest; in __old_mempcpy_small()
347 __old_strcpy_small (char *__dest, in __old_strcpy_small() argument
356 } *__u = (void *) __dest; in __old_strcpy_small()
396 return __dest; in __old_strcpy_small()
402 __old_strcpy_small (char *__dest, in __old_strcpy_small() argument
417 } *__u = (void *) __dest; in __old_strcpy_small()
445 return __dest; in __old_strcpy_small()
452 __old_stpcpy_small (char *__dest, in __old_stpcpy_small() argument
462 } *__u = (void *) __dest; in __old_stpcpy_small()
512 __old_stpcpy_small (char *__dest, in __old_stpcpy_small() argument
527 } *__u = (void *) __dest; in __old_stpcpy_small()
555 return __dest + __srclen - 1; in __old_stpcpy_small()