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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_dup.c31 char * g_strdup(str) function
/illumos-gate/usr/src/cmd/policykit/
H A Dpolkit-is-privileged.c99 system_bus_unique_name = g_strdup (optarg);
103 user = g_strdup (optarg);
107 resource = g_strdup (optarg);
111 privilege = g_strdup (optarg);
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dutils.c44 t = g_strdup(value);
73 t = g_strdup(str->str);
H A Dmain.c48 r->udi = g_strdup(tmpstr);
110 r->input = g_strdup(tmpstr);
H A Drunner.c144 g_hash_table_insert(udi_hash, g_strdup(rd->r->udi), list);
319 g_hash_table_insert(udi_hash, g_strdup(r->udi), list);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.c83 prop->key = g_strdup (key);
84 prop->v.str_value = g_strdup (value != NULL ? value : "");
108 prop->key = g_strdup (key);
122 prop->key = g_strdup (key);
136 prop->key = g_strdup (key);
150 prop->key = g_strdup (key);
215 return g_strdup (prop->v.str_value);
222 return g_strdup (prop->v.bool_value ? "true" : "false");
249 return g_strdup (buf);
279 prop->v.str_value = g_strdup (valu
[all...]
H A Ddevice_store.c476 info->key = g_strdup (key);
477 info->value = g_strdup (value);
H A Dhald_dbus.c1946 g_hash_table_insert (services_with_locks, g_strdup (sender),
2124 g_hash_table_insert (services_with_claims, g_strdup (sender),
2375 pu->udi = g_strdup (udi);
2376 pu->key = g_strdup (key);
2738 hih->interface_name = g_strdup (interface_name);
2739 hih->introspection_xml = g_strdup (introspection_xml);
2740 hih->udi = g_strdup (udi);
3190 g_hash_table_replace (udi_to_method_queue, g_strdup (mi->udi), queue);
3194 g_hash_table_insert (udi_to_method_queue, g_strdup (mi->udi), queue);
3244 g_hash_table_replace (udi_to_method_queue, g_strdup (ud
[all...]
H A Ddevice.c426 device->udi = g_strdup (udi);
1056 ai->key = g_strdup (key);
H A Dutil.c795 strv[j] = g_strdup ((const gchar *) i->data);
941 newstr = g_strdup (str);
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c104 #error TODO: set *mount_point to g_strdup()-ed value if mount_point!=NULL
110 *mount_point = g_strdup (mnt.mnt_mountp);
123 *mount_point = g_strdup (mnt->mnt_dir);
391 mount_point_to_unmount = g_strdup (line_elements[5]);
682 authname = g_strdup ("solaris.device.mount.removable");
684 authname = g_strdup ("solaris.device.mount.alloptions.removable");
686 authname = g_strdup ("solaris.device.mount.fixed");
688 authname = g_strdup ("solaris.device.mount.alloptions.fixed");
691 authname = g_strdup (privilege);
H A Dhal-storage-eject.c163 drive_udi = g_strdup (udi);
H A Dhal-storage-mount.c237 f = g_strdup (file);
605 mount_dir = g_strdup (libhal_volume_get_mount_point (volume));
688 mount_dir = g_strdup (mount_point);
947 hal_mtab_buf = g_strdup ("");
/illumos-gate/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit-rbac.c168 authname = g_strdup (privilege);
201 *result = g_list_append (*result, g_strdup (privilege_list[i]));
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c117 *ancestor_devfs_path = g_strdup (buf);
121 *hotplug_devfs_path = g_strdup (buf);
H A Ddevinfo_storage.c1509 mount_point = g_strdup (hal_device_property_get_string (d, "volume.mount_point"));
1540 g_strdup (mount_point), NULL);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_generic.h162 #define g_strdup gssint_g_strdup macro
227 char *g_strdup (char *str);

Completed in 106 milliseconds