Searched refs:res_l (Results 1 – 1 of 1) sorted by relevance
1177 size_t res_l; in munit_maybe_concat() local1182 res_l = 0; in munit_maybe_concat()1185 res_l = suffix_l; in munit_maybe_concat()1188 res_l = prefix_l; in munit_maybe_concat()1190 res_l = prefix_l + suffix_l; in munit_maybe_concat()1191 res = malloc(res_l + 1); in munit_maybe_concat()1194 res[res_l] = 0; in munit_maybe_concat()1198 *len = res_l; in munit_maybe_concat()