Lines Matching defs:buf2
1197 char buf2[256];
1223 strncpy (buf2, existing_string, sizeof (buf2));
1224 strncat (buf2, buf, sizeof (buf2) - strlen(buf2));
1226 strncpy (buf2, buf, sizeof (buf2));
1228 hal_device_property_set_string (pc->device, pc->merge_key, buf2);
1235 char buf2[256];
1261 strncpy (buf2, buf, sizeof (buf2));
1262 strncat (buf2, existing_string, sizeof (buf2) - strlen(buf2));
1264 strncpy (buf2, buf, sizeof (buf2));
1266 hal_device_property_set_string (pc->device, pc->merge_key, buf2);