Home | History | Annotate | Download | only in libpng

Lines Matching refs:orig_value

4295 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
4878 lt_extend_str (const char *orig_value, const char *add, int to_end)
4881 if (orig_value && *orig_value)
4883 int orig_value_len = strlen (orig_value);
4888 strcpy (new_value, orig_value);
4894 strcpy (new_value + add_len, orig_value);