Lines Matching defs:cdata_buf
124 char cdata_buf[CDATA_BUF_SIZE];
1095 pc->cdata_buf[pc->cdata_buf_len] = '\0';
1105 hal_device_property_set_string (pc->device, pc->merge_key, pc->cdata_buf);
1113 hal_device_property_strlist_append (pc->device, pc->merge_key, pc->cdata_buf);
1123 value = strtol (pc->cdata_buf, NULL, 0);
1137 value = strtoull (pc->cdata_buf, NULL, 0);
1148 (strcmp (pc->cdata_buf,
1155 atof (pc->cdata_buf));
1166 if (!resolve_udiprop_path (pc->cdata_buf,
1170 HAL_ERROR (("Could not resolve keypath '%s' on udi '%s'", pc->cdata_buf, pc->device->udi));
1203 hal_device_property_strlist_append (pc->device, pc->merge_key, pc->cdata_buf);
1209 strncpy (buf, pc->cdata_buf, sizeof (buf));
1213 hal_device_property_get_as_string (pc->device, pc->cdata_buf, buf, sizeof (buf));
1241 hal_device_property_strlist_prepend (pc->device, pc->merge_key, pc->cdata_buf);
1247 strncpy (buf, pc->cdata_buf, sizeof (buf));
1251 hal_device_property_get_as_string (pc->device, pc->cdata_buf, buf, sizeof (buf));
1272 hal_device_property_strlist_remove (pc->device, pc->merge_key, pc->cdata_buf);
1275 if (strlen (pc->cdata_buf) == 0) {
1348 memcpy (pc->cdata_buf + pc->cdata_buf_len, s,