Searched refs:esc_value (Results 1 – 1 of 1) sorted by relevance
3056 char * esc_value = NULL; in append_or_replace_macro_in_dyn_array() local3149 esc_value = (char*)malloc(strlen(value)*2 + 1); in append_or_replace_macro_in_dyn_array()3150 quote_str(value, esc_value); in append_or_replace_macro_in_dyn_array()3151 esc_len = strlen(esc_value) - strlen(value); in append_or_replace_macro_in_dyn_array()3156 strncat(Ar->start, esc_value, strlen(esc_value)); in append_or_replace_macro_in_dyn_array()3157 free(esc_value); in append_or_replace_macro_in_dyn_array()