Searched refs:existing_string (Results 1 – 1 of 1) sorted by relevance
1205 const char *existing_string; in end() local1221 existing_string = hal_device_property_get_string (pc->device, pc->merge_key); in end()1222 if (existing_string != NULL) { in end()1223 strncpy (buf2, existing_string, sizeof (buf2)); in end()1243 const char *existing_string; in end() local1259 existing_string = hal_device_property_get_string (pc->device, pc->merge_key); in end()1260 if (existing_string != NULL) { in end()1262 strncat (buf2, existing_string, sizeof (buf2) - strlen(buf2)); in end()