Home
last modified time | relevance | path

Searched refs:grub_strstr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dboot.c295 vga = grub_strstr (arg, "vga="); in load_image()
326 mem = grub_strstr (arg, "mem="); in load_image()
425 if (! grub_strstr (arg, "mem=") in load_image()
H A Dshared.h394 #define strstr grub_strstr
963 char *grub_strstr (const char *s1, const char *s2);
H A Dchar_io.c1295 grub_strstr (const char *s1, const char *s2) in grub_strstr() function
H A Dfsys_zfs.c909 if ((tptr = grub_strstr(str, "menu.lst")) && in is_top_dataset_file()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3075 * stage2/char_io.c [!STAGE1_5] (grub_strstr): Rewriten, because
8113 [!STAGE1_5] (grub_strstr): Likewise.
8121 (grub_strstr): Likewise.
8766 (grub_strstr): Renamed from strstr.