Home
last modified time | relevance | path

Searched refs:dst0 (Results 1 – 8 of 8) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/
Dstrcpy.c19 char *dst0 = dst; in strcpy() local
37 if (!(*dst++ = c0)) return dst0; in strcpy()
38 if (!(*dst++ = c1)) return dst0; in strcpy()
40 if (!(*dst++ = c2)) return dst0; in strcpy()
43 if (!(*dst++ = c3)) return dst0; in strcpy()
45 if (!(*dst++ = c4)) return dst0; in strcpy()
47 if (!(*dst++ = c5)) return dst0; in strcpy()
48 if (!(*dst++ = c6)) return dst0; in strcpy()
52 return dst0; in strcpy()
65 return dst0; in strcpy()
/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dstrcpy.c74 strcpy (char *dst0, in strcpy() argument
79 char *s = dst0; in strcpy()
81 while ((*dst0++ = *src0++)) in strcpy()
86 char *dst = dst0; in strcpy()
110 return dst0; in strcpy()
Dmemcpy.c68 memcpy (void *__restrict dst0, in memcpy() argument
73 char *dst = (char *) dst0; in memcpy()
76 void *save = dst0; in memcpy()
85 char *dst = dst0; in memcpy()
122 return dst0; in memcpy()
Dstrncpy.c81 strncpy (char *__restrict dst0, in strncpy() argument
90 dscan = dst0; in strncpy()
101 return dst0; in strncpy()
103 char *dst = dst0; in strncpy()
136 return dst0; in strncpy()
Dmempcpy.c50 mempcpy (void *dst0, in mempcpy() argument
55 char *dst = (char *) dst0; in mempcpy()
65 char *dst = dst0; in mempcpy()
Dmemccpy.c61 memccpy (void *__restrict dst0, in memccpy() argument
70 char *dst = (char *) dst0; in memccpy()
86 unsigned char *dst = dst0; in memccpy()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/microblaze/
Dstrcpy.c84 strcpy (char *__restrict dst0, in strcpy() argument
91 char *s = dst0; in strcpy()
93 while ((*dst0++ = *src0++)) in strcpy()
98 char *dst = dst0; in strcpy()
122 return dst0; in strcpy()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/mips/
Dstrncpy.c47 strncpy (char *dst0, const char *src0, size_t count) in strncpy() argument
54 dst = dst0; in strncpy()
69 return dst0; in strncpy()
82 dst = (unsigned char *)dst0; in strncpy()
100 return dst0; in strncpy()
159 return dst0; in strncpy()
243 return dst0; in strncpy()