OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grub_strcpy
(Results
1 - 5
of
5
) 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
...]
/external/grub/
ChangeLog
[
all
...]
Completed in 205 milliseconds