Home
last modified time | relevance | path

Searched refs:s2cp (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/string/
Dstrncpy_s.c78 const char *s2cp = s2; in strncpy_s() local
99 } else if (s2cp == overlap_point) { in strncpy_s()
106 c = *s2cp; in strncpy_s()
107 s2cp++; in strncpy_s()
Dmemcpy_s.c71 const char *s2cp = (const char *)s2; in memcpy_s() local
73 const char *s2cp_limit = &s2cp[n]; in memcpy_s()
75 if (((s1cp_limit <= s2cp) || (s2cp_limit <= s1cp)) == false) { in memcpy_s()
Dstrncat_s.c95 const char *s2cp = s2; in strncat_s() local
121 } else if (s2cp == overlap_point) { in strncat_s()
128 c = *s2cp; in strncat_s()
129 s2cp++; in strncat_s()
Dstrcpy_s.c75 const char *s2cp = s2; in strcpy_s() local
94 } else if (s2cp == overlap_point) { in strcpy_s()
99 c = *s2cp++; in strcpy_s()
Dstrcat_s.c84 const char *s2cp = s2; in strcat_s() local
111 } else if (s2cp == overlap_point) { in strcat_s()
116 c = *s2cp++; in strcat_s()