Home | History | Annotate | Download | only in src

Lines Matching refs:orig_value

3283 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
3888 lt_extend_str (const char *orig_value, const char *add, int to_end)
3891 if (orig_value && *orig_value)
3893 int orig_value_len = strlen (orig_value);
3898 strcpy (new_value, orig_value);
3904 strcpy (new_value + add_len, orig_value);