Searched refs:name_copy (Results 1 – 2 of 2) sorted by relevance
113 char* name_copy = strdup(program.c_str()); in Start() local119 (search_mode == SEARCH_PATH) ? name_copy : NULL, in Start()140 free(name_copy); in Start()
272 char *name_copy; in new_section() local280 name_copy = _dbus_strdup (name); in new_section()281 if (name_copy == NULL) in new_section()285 desktop_file->sections[n].section_name = name_copy; in new_section()