Searched refs:xstrdup (Results 1 – 3 of 3) sorted by relevance
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()[all …]
45 #define xstrdup(str) ((CHAR16 *) ASSERT_SE_PTR(StrDuplicate(str))) macro
394 d = xstrdup(dirent->FileName); in pack_cpio()