OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grub_strstr
(Results
1 - 3
of
3
) sorted by null
/external/grub/stage2/
boot.c
295
vga =
grub_strstr
(arg, "vga=");
326
mem =
grub_strstr
(arg, "mem=");
425
if (!
grub_strstr
(arg, "mem=")
shared.h
368
#define strstr
grub_strstr
877
char *
grub_strstr
(const char *s1, const char *s2);
char_io.c
1144
grub_strstr
(const char *s1, const char *s2)
function
Completed in 6258 milliseconds