Home | History | Annotate | Download | only in libexif

Lines Matching refs:orig_value

4292 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4875 lt_extend_str (const char *orig_value, const char *add, int to_end)
4878 if (orig_value && *orig_value)
4880 int orig_value_len = strlen (orig_value);
4885 strcpy (new_value, orig_value);
4891 strcpy (new_value + add_len, orig_value);