Home
last modified time | relevance | path

Searched refs:overlap_point (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/string/
Dstrncpy_s.c75 const char *overlap_point; in strncpy_s() local
82 overlap_point = s2; in strncpy_s()
86 overlap_point = s1; in strncpy_s()
95 if (s1cp == overlap_point) { in strncpy_s()
99 } else if (s2cp == overlap_point) { in strncpy_s()
119 if ((check_s1_for_overlap == true) && (s1cp == overlap_point)) { in strncpy_s()
Dstrcpy_s.c72 const char *overlap_point; in strcpy_s() local
78 overlap_point = s2; in strcpy_s()
82 overlap_point = s1; in strcpy_s()
90 if (s1cp == overlap_point) { in strcpy_s()
94 } else if (s2cp == overlap_point) { in strcpy_s()
Dstrncat_s.c93 const char *overlap_point; in strncat_s() local
99 overlap_point = s2; in strncat_s()
108 overlap_point = s1; in strncat_s()
117 if (s1cp == overlap_point) { in strncat_s()
121 } else if (s2cp == overlap_point) { in strncat_s()
141 if ((check_s1_for_overlap == true) && (s1cp == overlap_point)) { in strncat_s()
Dstrcat_s.c80 const char *overlap_point; in strcat_s() local
88 overlap_point = s2; in strcat_s()
97 overlap_point = s1; in strcat_s()
107 if (s1cp == overlap_point) { in strcat_s()
111 } else if (s2cp == overlap_point) { in strcat_s()