Searched refs:len_s1 (Results 1 – 1 of 1) sorted by relevance
1134 int len_s1 = strlen(s1); in build_string2() local1136 int len = len_s1 + len_s2 + 1; in build_string2()1141 strcpy(result + len_s1, s2); in build_string2()1149 int len_s1 = strlen(s1); in build_string3() local1152 int len = len_s1 + len_s2 + len_s3 + 1; in build_string3()1157 strcpy(result + len_s1, s2); in build_string3()1158 strcpy(result + len_s1 + len_s2, s3); in build_string3()