g_strdup
r->input = g_strdup(tmpstr);
r->udi = g_strdup(tmpstr);
g_hash_table_insert(udi_hash, g_strdup(rd->r->udi), list);
g_hash_table_insert(udi_hash, g_strdup(r->udi), list);
t = g_strdup(value);
t = g_strdup(str->str);
ai->key = g_strdup (key);
device->udi = g_strdup (udi);
info->key = g_strdup (key);
info->value = g_strdup (value);
g_hash_table_insert (services_with_locks, g_strdup (sender),
g_hash_table_insert (services_with_claims, g_strdup (sender),
pu->udi = g_strdup (udi);
pu->key = g_strdup (key);
hih->interface_name = g_strdup (interface_name);
hih->introspection_xml = g_strdup (introspection_xml);
hih->udi = g_strdup (udi);
g_hash_table_replace (udi_to_method_queue, g_strdup (mi->udi), queue);
g_hash_table_insert (udi_to_method_queue, g_strdup (mi->udi), queue);
g_hash_table_replace (udi_to_method_queue, g_strdup (udi), queue);
mi->udi = g_strdup (d->udi);
mi->execpath = g_strdup (execpath);
mi->mstdin = g_strdup (stdin_str->str);
mi->member = g_strdup (dbus_message_get_member (message));
mi->interface = g_strdup (dbus_message_get_interface (message));
prop->key = g_strdup (key);
prop->key = g_strdup (key);
prop->key = g_strdup (key);
prop->key = g_strdup (key);
return g_strdup (prop->v.str_value);
return g_strdup (prop->v.bool_value ? "true" : "false");
return g_strdup (buf);
prop->v.str_value = g_strdup (value);
prop->key = g_strdup (key);
prop->v.strlist_value = g_slist_append (prop->v.strlist_value, g_strdup (value));
prop->v.strlist_value = g_slist_prepend (prop->v.strlist_value, g_strdup (value));
prop->key = g_strdup (key);
prop->v.str_value = g_strdup (value != NULL ? value : "");
mount_point = g_strdup (hal_device_property_get_string (d, "volume.mount_point"));
g_strdup (mount_point), NULL);
*ancestor_devfs_path = g_strdup (buf);
*hotplug_devfs_path = g_strdup (buf);
strv[j] = g_strdup ((const gchar *) i->data);
newstr = g_strdup (str);
drive_udi = g_strdup (udi);
f = g_strdup (file);
mount_dir = g_strdup (libhal_volume_get_mount_point (volume));
mount_dir = g_strdup (mount_point);
hal_mtab_buf = g_strdup ("");
*mount_point = g_strdup (mnt.mnt_mountp);
*mount_point = g_strdup (mnt->mnt_dir);
mount_point_to_unmount = g_strdup (line_elements[5]);
authname = g_strdup ("solaris.device.mount.removable");
authname = g_strdup ("solaris.device.mount.alloptions.removable");
authname = g_strdup ("solaris.device.mount.fixed");
authname = g_strdup ("solaris.device.mount.alloptions.fixed");
authname = g_strdup (privilege);
system_bus_unique_name = g_strdup (optarg);
user = g_strdup (optarg);
resource = g_strdup (optarg);
privilege = g_strdup (optarg);
authname = g_strdup (privilege);
*result = g_list_append (*result, g_strdup (privilege_list[i]));
char *g_strdup (char *str);