Home
last modified time | relevance | path

Searched refs:grub_strcpy (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c286 grub_strcpy ((char *) HISTORY_BUF + MAX_CMDLINE * no, cmdline); in add_history()
575 grub_strcpy (buf, cmdline); in real_get_cmdline()
698 grub_strcpy (cmdline, buf); in real_get_cmdline()
711 grub_strcpy (buf, p); in real_get_cmdline()
734 grub_strcpy (buf, p); in real_get_cmdline()
1461 grub_strcpy (char *dest, const char *src) in grub_strcpy() function
H A Dbuiltins.c958 grub_strcpy(config_file, menufile); in test_config_file()
987 grub_strcpy(c, "menu.lst.01"); in solaris_config_file()
1005 grub_strcpy(c, "menu.lst."); in solaris_config_file()
1009 grub_strcpy(c, bootfile + i); in solaris_config_file()
1011 grub_strcpy(c, bootfile); in solaris_config_file()
1615 grub_strcpy(argpart, tmp_argpart); in find_common()
2539 grub_strcpy (config_filename, ptr); in install_func()
2544 grub_strcpy (config_file_location, ptr); in install_func()
2619 grub_strcpy (location, real_config_filename); in install_func()
4739 grub_strcpy (stage2, buffer); in setup_func()
[all …]
H A Dexpand.c69 (void) grub_strcpy(expvars[i].v_name, name); in set_variable()
74 (void) grub_strcpy(expvars[i].v_value, value); in set_variable()
H A Ddisk_io.c1514 grub_strcpy (buf, unique_string); in print_completions()
1591 grub_strcpy (ptr, unique_string); in print_completions()
1637 grub_strcpy (ptr, unique_string); in print_completions()
1657 grub_strcpy (ptr, unique_string); in print_completions()
H A Dshared.h399 #define strcpy grub_strcpy
967 char *grub_strcpy (char *dest, const char *src);
H A Dgraphics.c132 grub_strcpy(splashimage, splashfile); in graphics_set_splash()
H A Dstage2.c925 grub_strcpy (default_file, config_file); in cmain()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog7228 (grub_strcpy): Delared.
7230 * stage2/char_io.c [!STAGE1_5] (grub_strcpy): New function.