Searched refs:grub_strcpy (Results 1 - 4 of 4) sorted by relevance

/external/grub/stage2/
H A Dchar_io.c266 grub_strcpy ((char *) HISTORY_BUF + MAX_CMDLINE * no, cmdline);
555 grub_strcpy (buf, cmdline);
678 grub_strcpy (cmdline, buf);
691 grub_strcpy (buf, p);
714 grub_strcpy (buf, p);
1272 grub_strcpy (char *dest, const char *src) function
H A Ddisk_io.c1348 grub_strcpy (buf, unique_string);
1425 grub_strcpy (ptr, unique_string);
1471 grub_strcpy (ptr, unique_string);
1491 grub_strcpy (ptr, unique_string);
H A Dshared.h373 #define strcpy grub_strcpy
881 char *grub_strcpy (char *dest, const char *src);
H A Dbuiltins.c2092 grub_strcpy (config_filename, ptr);
2097 grub_strcpy (config_file_location, ptr);
2126 grub_strcpy (config_file_location + sizeof (device),
2172 grub_strcpy (location, real_config_filename);
4108 grub_strcpy (real_config_filename, config_filename);
4111 grub_strcpy (stage2, buffer);
4427 grub_strcpy (options[i].var, ti_unescape_string (arg + len));

Completed in 45 milliseconds