Home
last modified time | relevance | path

Searched refs:existing_string (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c1205 const char *existing_string; in end() local
1221 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() local
1259 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()