Searched defs:compare_fn (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dsearch.c65 #define compare_fn grub_strcasecmp macro
67 #define compare_fn grub_strcmp
120 if (compare_fn (quid, key) == 0)
199 if (compare_fn (cache_ent->key, key) == 0)

Completed in 28 milliseconds