Home | History | Annotate | Download | only in cpp

Lines Matching refs:orig_value

3777 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4382 lt_extend_str (const char *orig_value, const char *add, int to_end)
4385 if (orig_value && *orig_value)
4387 int orig_value_len = strlen (orig_value);
4392 strcpy (new_value, orig_value);
4398 strcpy (new_value + add_len, orig_value);