Searched refs:g_strdup (Results 1 – 25 of 38) sorted by relevance
12
47 return g_strdup(""); in utf16_to_utf8()78 return g_strdup(""); in g_win32_error_message()
83 char* g_strdup(const char* str) { in g_strdup() function194 string_list = g_slist_prepend(string_list, g_strdup(remainder)); in g_strsplit()
105 h->value = g_strdup(value); in http_header_alloc()200 r->req_method = g_strdup(method); in http_request_alloc()201 r->req_uri = g_strdup(uri); in http_request_alloc()202 r->req_version = g_strdup(version); in http_request_alloc()229 r->req_uri = g_strdup(uri); in http_request_replace_uri()296 r->rep_version = g_strdup(version); in http_request_set_reply()297 r->rep_readable = g_strdup(readable); in http_request_set_reply()
103 ti->name = g_strdup(info->name); in type_register_internal()104 ti->parent = g_strdup(info->parent); in type_register_internal()121 ti->interfaces[i].typename = g_strdup(info->interfaces[i].type); in type_register_internal()733 prop->name = g_strdup(name); in object_property_add()734 prop->type = g_strdup(type); in object_property_add()831 retval = g_strdup(qstring_get_str(qstring)); in object_property_get_str()1105 path = g_strdup(prop->name); in object_get_canonical_path()1345 return g_strdup(object_get_typename(obj)); in qdev_get_type()
126 name = g_strdup("/dev/hax_vm/vmxx"); in hax_vm_devfs_string()144 name = g_strdup("/dev/hax_vmxx/vcpuyy"); in hax_vcpu_devfs_string()
209 name = g_strdup("\\\\.\\hax_vmxx"); in hax_vm_devfs_string()226 name = g_strdup("\\\\.\\hax_vmxx_vcpuxx"); in hax_vcpu_devfs_string()
280 list->value.s = g_strdup(value); in set_option_parameter()623 opt->name = g_strdup(name); in qemu_opt_set()630 opt->str = g_strdup(value); in qemu_opt_set()706 opts->id = g_strdup(id); in qemu_opts_create()
125 err_new->msg = g_strdup(err->msg); in error_copy()
98 return g_strdup(buf); in os_find_datadir()
88 logfilename = g_strdup(filename); in qemu_set_log_filename()
113 qerr->err_msg = g_strdup(err->msg); in qerror_report_err()
79 entry->key = g_strdup(key); in alloc_entry()
173 %call1.i = call noalias i8* @g_strdup(i8* %15) nounwind176 %call2.i = call noalias i8* @g_strdup(i8* %16) nounwind205 declare noalias i8* @g_strdup(i8*)
141 wav->path = g_strdup (path); in wav_start_capture()
123 info->qdev.name = g_strdup(name); in sysbus_register_dev()
241 prop->name = g_strdup(name); in create_prop()445 bus->name = g_strdup(name); in qbus_create()
134 char *arg0 = g_strdup ("pixman-test-program"); in show_image()
254 sn->id_str = g_strdup(sn_info->id_str); in qcow2_snapshot_create()257 sn->name = g_strdup(sn_info->name); in qcow2_snapshot_create()
139 s = g_strdup (path); in hb_test_normalize_path()
91 char* g_strdup(const char* str);
102 s->qemu_put_mouse_event_name = g_strdup(name); in qemu_add_mouse_event_handler()
89 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
81 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()