HomeSort by relevance Sort by last modified time
    Searched refs:grub_strcpy (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
char_io.c 266 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
disk_io.c 1348 grub_strcpy (buf, unique_string);
    [all...]
shared.h 373 #define strcpy grub_strcpy
881 char *grub_strcpy (char *dest, const char *src);
builtins.c     [all...]

Completed in 46 milliseconds