Home
last modified time | relevance | path

Searched refs:grub_strcmp (Results 1 – 11 of 11) sorted by relevance

/external/grub/netboot/
Dfsys_tftp.c135 if (! grub_strcmp ("blksize", p)) in buf_fill()
144 else if (! grub_strcmp ("tsize", p)) in buf_fill()
Dmain.c392 if (! grub_strcmp ("blksize", p)) in tftp()
/external/grub/stage2/
Dchar_io.c679 else if (grub_strcmp (get_history (history), buf) != 0) in real_get_cmdline()
705 else if (grub_strcmp (get_history (history), buf) != 0) in real_get_cmdline()
977 grub_strcmp (const char *s1, const char *s2) in grub_strcmp() function
Dbuiltins.c626 if (grub_strcmp (color_list[i], str) == 0) in color_func()
640 if (grub_strcmp (color_list[i], str) == 0) in color_func()
771 if (grub_strcmp (arg, "saved") == 0) in default_func()
3686 grub_strcmp (key, keysym_table[i].unshifted_name) == 0) in setkey_func()
3689 grub_strcmp (key, keysym_table[i].shifted_name) == 0) in setkey_func()
3703 grub_strcmp (key, keysym_table[i].unshifted_name) == 0) in setkey_func()
3706 grub_strcmp (key, keysym_table[i].shifted_name) == 0) in setkey_func()
4044 if (grub_strcmp (fsys, stage1_5_map[i].fsys) == 0) in setup_func()
4216 if (grub_strcmp (arg, term_table[i].name) == 0) in terminal_func()
Dcmdline.c79 int ret = grub_strcmp (command, (*builtin)->name); in find_command()
Dfsys_vstafs.c158 if (! grub_strcmp (dirname, d->name)) in vstafs_dir()
Dshared.h370 #define strcmp grub_strcmp
879 int grub_strcmp (const char *s1, const char *s2);
Dserial.c180 if (grub_strcmp (term_table[i].name, "serial") == 0) in serial_hw_init()
Ddisk_io.c1277 if (grub_strcmp (name, ".") == 0 || grub_strcmp (name, "..") == 0) in print_a_completion()
Dboot.c101 || grub_strcmp (pu.elf->e_ident + EI_BRAND, "FreeBSD") == 0 in load_image()
/external/grub/
DChangeLog2247 * stage2/char_io.c [STAGE1_5] (grub_strcmp): Defined, even
2250 [STAGE1_5] (grub_strcmp): Removed.
3130 are not NULLs, before calling grub_strcmp.
7953 [!STAGE1_5] (grub_strcmp): Declare S1 and S2 as `const char *'.
7963 (grub_strcmp): Likewise.
8614 (grub_strcmp): New function.
8616 (grub_strcmp): Declare.