grub_strstr
vga = grub_strstr (arg, "vga=");
mem = grub_strstr (arg, "mem=");
if (! grub_strstr (arg, "mem=")
if ((tptr = grub_strstr(str, "menu.lst")) &&
#define strstr grub_strstr
char *grub_strstr (const char *s1, const char *s2);