Searched refs:overlap_point (Results 1 – 4 of 4) sorted by relevance
75 const char *overlap_point; in strncpy_s() local82 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()
72 const char *overlap_point; in strcpy_s() local78 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()
93 const char *overlap_point; in strncat_s() local99 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()
80 const char *overlap_point; in strcat_s() local88 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()