Lines Matching refs:xstrdup
422 return xstrdup(L"Menu timeout defined by configuration file."); in update_timeout_efivar()
424 return xstrdup(L"Timeout disabled, menu will always be shown."); in update_timeout_efivar()
426 return xstrdup(L"Menu disabled. Hold down key at bootup to show menu."); in update_timeout_efivar()
863 … status = xstrdup(L"(d)efault (t/T)timeout (e)dit (r/R)resolution (p)rint (h)elp"); in menu_run()
875 … config->entry_default_efivar = xstrdup(config->entries[idx_highlight]->id); in menu_run()
877 status = xstrdup(L"Default boot entry selected."); in menu_run()
881 status = xstrdup(L"Default boot entry cleared."); in menu_run()
1361 entry->path = xstrdup(path); in config_entry_parse_tries()
1362 entry->current_name = xstrdup(file); in config_entry_parse_tries()
1367 prefix = xstrdup(file); in config_entry_parse_tries()
1567 entry->id = xstrdup(file); in config_entry_add_from_file()
1812 … config->entries[i]->title_show = xstrdup(config->entries[i]->title ?: config->entries[i]->id); in config_title_generate()
1881 .id = xstrdup(id), in config_entry_add_call()
1882 .title = xstrdup(title), in config_entry_add_call()
1914 .title = xstrdup(title), in config_entry_add_loader()
1915 .version = version ? xstrdup(version) : NULL, in config_entry_add_loader()
1917 .loader = xstrdup(loader), in config_entry_add_loader()
1918 .id = xstrdup(id), in config_entry_add_loader()
1919 .sort_key = sort_key ? xstrdup(sort_key) : NULL, in config_entry_add_loader()