grub_strcmp
if (!grub_strcmp("blksize", p)) {
if (! grub_strcmp ("blksize", p))
else if (! grub_strcmp ("tsize", p))
#define strcasecmp grub_strcmp
|| grub_strcmp (pu.elf->e_ident + EI_BRAND, "FreeBSD") == 0
if (grub_strcmp(arg, "off") == 0) {
if (grub_strcmp (term_table[i].name, "graphics") == 0) {
grub_strcmp (key, keysym_table[i].unshifted_name) == 0)
grub_strcmp (key, keysym_table[i].shifted_name) == 0)
grub_strcmp (key, keysym_table[i].unshifted_name) == 0)
grub_strcmp (key, keysym_table[i].shifted_name) == 0)
if (grub_strcmp (fsys, stage1_5_map[i].fsys) == 0)
if (grub_strcmp (arg, term_table[i].name) == 0)
if (grub_strcmp (color_list[i], str) == 0)
if (grub_strcmp (color_list[i], str) == 0)
if (grub_strcmp (arg, "saved") == 0)
else if (grub_strcmp (get_history (history), buf) != 0)
else if (grub_strcmp (get_history (history), buf) != 0)
int ret = grub_strcmp (command, (*builtin)->name);
if (grub_strcmp (name, ".") == 0 || grub_strcmp (name, "..") == 0)
if (grub_strcmp(expvars[i].v_name, name) == 0)
if (grub_strcmp(expvars[i].v_name, name) == 0) {
if (! grub_strcmp (dirname, d->name))
if (grub_strcmp(type, VDEV_TYPE_DISK) == 0) {
} else if (grub_strcmp(type, VDEV_TYPE_MIRROR) == 0 ||
grub_strcmp(type, VDEV_TYPE_REPLACING) == 0 ||
(is_spare = (grub_strcmp(type, VDEV_TYPE_SPARE) == 0))) {
if (grub_strcmp(mzap_ent[i].mze_name, name) == 0) {
if (grub_strcmp(str, BOOTSIGN_BACKUP) == 0)
if (grub_strcmp(za->za_name, names[i]) == 0) {
if (grub_strcmp (term_table[i].name, "serial") == 0 ||
grub_strcmp (term_table[i].name, "composite") == 0)
#define strcmp grub_strcmp
int grub_strcmp (const char *s1, const char *s2);