Searched refs:xp_len (Results 1 – 1 of 1) sorted by relevance
1051 unsigned xp_len, new_len; in replace_with_expansion() local1079 xp_len = strlen (xp); in replace_with_expansion()1086 if (xp_len != raw_len) in replace_with_expansion()1088 new_len = from + xp_len + input_text_length - *to + 1; in replace_with_expansion()1100 memmove (input_text + from + xp_len, in replace_with_expansion()1103 *to += xp_len - raw_len; in replace_with_expansion()1107 input_text_length += xp_len - raw_len; in replace_with_expansion()1109 memcpy (input_text + from, xp, xp_len); in replace_with_expansion()