/external/grub/stage2/ |
cmdline.c | 79 int ret = grub_strcmp (command, (*builtin)->name);
|
fsys_vstafs.c | 158 if (! grub_strcmp (dirname, d->name))
|
serial.c | 181 if (grub_strcmp (term_table[i].name, "serial") == 0)
|
char_io.c | 679 else if (grub_strcmp (get_history (history), buf) != 0) 705 else if (grub_strcmp (get_history (history), buf) != 0) 977 grub_strcmp (const char *s1, const char *s2) function
|
shared.h | 370 #define strcmp grub_strcmp 879 int grub_strcmp (const char *s1, const char *s2);
|
disk_io.c | 1277 if (grub_strcmp (name, ".") == 0 || grub_strcmp (name, "..") == 0) [all...] |
builtins.c | 632 if (grub_strcmp (color_list[i], str) == 0) 646 if (grub_strcmp (color_list[i], str) == 0) 780 if (grub_strcmp (arg, "saved") == 0) [all...] |
boot.c | 101 || grub_strcmp (pu.elf->e_ident + EI_BRAND, "FreeBSD") == 0
|
/external/grub/netboot/ |
fsys_tftp.c | 135 if (! grub_strcmp ("blksize", p)) 144 else if (! grub_strcmp ("tsize", p))
|
main.c | 392 if (! grub_strcmp ("blksize", p))
|