Searched refs:grub_strdup (Results 1 - 25 of 76) sorted by relevance

1234

/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dterminfo.c105 data->name = grub_strdup ("vt100");
106 data->gotoxy = grub_strdup ("\e[%i%p1%d;%p2%dH");
107 data->cls = grub_strdup ("\e[H\e[J");
108 data->reverse_video_on = grub_strdup ("\e[7m");
109 data->reverse_video_off = grub_strdup ("\e[m");
110 data->cursor_on = grub_strdup ("\e[?25h");
111 data->cursor_off = grub_strdup ("\e[?25l");
118 data->name = grub_strdup ("vt100-color");
119 data->gotoxy = grub_strdup ("\e[%i%p1%d;%p2%dH");
120 data->cls = grub_strdup ("\
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcolor.c70 fg_name = grub_strdup (name);
73 /* "out of memory" message was printed by grub_strdup() */
136 return grub_strdup (val);
149 return grub_strdup (val);
H A Dcrypto.c134 cur->name = grub_strdup (name);
142 cur->modname = grub_strdup (p);
H A Ddyncmd.c143 name = grub_strdup (name);
147 modname = grub_strdup (p);
H A Dautofs.c112 fs_mod->name = grub_strdup (p);
H A Dauth.c55 cur->name = grub_strdup (user);
102 cur->name = grub_strdup (user);
H A Dcompletion.c65 match = grub_strdup (completion);
272 dir = grub_strdup (dir);
297 match = grub_strdup ("/");
/osnet-11/usr/src/grub/grub2/grub-core/tests/lib/
H A Dtest.c56 failure->file = grub_strdup (file ? : "<unknown_file>");
57 failure->funp = grub_strdup (funp ? : "<unknown_function>");
111 test->name = grub_strdup (name);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dmenuentry.c104 menu_classes[i].name = grub_strdup (classes[i]);
113 menu_users = grub_strdup (users);
137 menu_title = grub_strdup (args[0]);
150 menu_args[i] = grub_strdup (args[i]);
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dopenfw.c285 return grub_strdup (colon + 1);
303 newpath = grub_strdup (curalias->name);
347 ret = grub_strdup (device);
350 ret = grub_strdup (type);
377 ret = grub_strdup (filepath);
397 ret = grub_strdup (args);
456 encoding = grub_strdup (device);
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Denv.c95 var->value = grub_strdup (val);
115 var->name = grub_strdup (name);
119 var->value = grub_strdup (val);
H A Drescue_reader.c72 *line = grub_strdup (linebuf);
H A Dmain.c99 return grub_strdup (val);
133 path = grub_strdup (pptr);
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_circular_progress.c246 self->center_file = value ? grub_strdup (value) : 0;
252 self->tick_file = value ? grub_strdup (value) : 0;
258 self->theme_dir = value ? grub_strdup (value) : 0;
265 self->id = grub_strdup (value);
H A Dgui_label.c177 self->text = grub_strdup ("");
181 self->template = grub_strdup (value);
214 self->id = grub_strdup (value);
248 label->text = grub_strdup ("");
H A Dgui_progress_bar.c294 self->template = grub_strdup (value);
321 self->bar_pattern = value ? grub_strdup (value) : 0;
328 self->highlight_pattern = value ? grub_strdup (value) : 0;
334 self->theme_dir = value ? grub_strdup (value) : 0;
341 self->id = grub_strdup (value);
H A Dicon_manager.c114 mgr->theme_path = path ? grub_strdup (path) : 0;
235 entry->class_name = grub_strdup (class_name);
H A Dgui_list.c488 self->menu_box_pattern = value ? grub_strdup (value) : 0;
494 self->selected_item_box_pattern = value ? grub_strdup (value) : 0;
500 self->scrollbar_frame_pattern = value ? grub_strdup (value) : 0;
506 self->scrollbar_thumb_pattern = value ? grub_strdup (value) : 0;
520 self->theme_dir = value ? grub_strdup (value) : 0;
526 self->id = grub_strdup (value);
H A Dgui_string_util.c203 return grub_strdup ("/");
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dlegacy_parse.c719 return grub_strdup ("terminal_input; terminal_output; terminfo\n");
757 return grub_strdup (outbuf);
843 args[i + 1] = grub_strdup(curarg);
853 grub_strdup(zfscmd) : grub_strdup("");
855 args[i] = grub_strdup("");
857 args[i] = grub_strdup("/@");
969 args[i] = grub_strdup ("");
997 args[i] = grub_strdup ("0");
1016 args[i] = grub_strdup ("aut
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dfunction.c38 func->name = grub_strdup (functionname_arg->str);
/osnet-11/usr/src/grub/grub2/grub-core/gettext/
H A Dgettext.c207 cur->name = grub_strdup (orig);
316 char *lang = grub_strdup (locale);
358 return grub_strdup (val);
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfsinfo.c267 devname = grub_strdup (args[0] + 1);
272 devname = grub_strdup (args[0]);
444 devname = grub_strdup (args[0] + 1);
449 devname = grub_strdup (args[0]);
452 devname = grub_strdup(grub_env_get("root"));
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmain.c205 root_dev = grub_strdup ("host");
/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/
H A Ddatetime.c42 rtc = grub_strdup (alias->path);

Completed in 292 milliseconds

1234