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

/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c1205 const char *existing_string; local
1221 existing_string = hal_device_property_get_string (pc->device, pc->merge_key);
1222 if (existing_string != NULL) {
1223 strncpy (buf2, existing_string, sizeof (buf2));
1243 const char *existing_string; local
1259 existing_string = hal_device_property_get_string (pc->device, pc->merge_key);
1260 if (existing_string != NULL) {
1262 strncat (buf2, existing_string, sizeof (buf2) - strlen(buf2));

Completed in 21 milliseconds