Searched refs:len_s1 (Results 1 – 1 of 1) sorted by relevance
1072 int len_s1 = strlen(s1); in build_string2() local1074 int len = len_s1 + len_s2 + 1; in build_string2()1079 strcpy(result + len_s1, s2); in build_string2()1087 int len_s1 = strlen(s1); in build_string3() local1090 int len = len_s1 + len_s2 + len_s3 + 1; in build_string3()1095 strcpy(result + len_s1, s2); in build_string3()1096 strcpy(result + len_s1 + len_s2, s3); in build_string3()