Home | History | Annotate | Download | only in libusb

Lines Matching refs:orig_value

3276 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
3881 lt_extend_str (const char *orig_value, const char *add, int to_end)
3884 if (orig_value && *orig_value)
3886 int orig_value_len = strlen (orig_value);
3891 strcpy (new_value, orig_value);
3897 strcpy (new_value + add_len, orig_value);