vaseboot/include/grub/util
Andrey Borzenkov 3100cdc7f9 add grub_qsort_strcmp to use when sorting array of strings
Compare function used in qsort gets arguments by reference, so strcmp
cannot be used directly - it expects pointer to char, but gets pointer
to pointer to char.

Introduce new helper grub_qsort_strcmp and use it in grub-install.
This helper is going to be used in a couple more places as well so
add it to global file, not in grub-install.c.
2013-12-07 14:29:00 +04:00
..
install.h Fix grub-shell to avoid breaking "make distcheck" 2013-12-04 13:36:34 +00:00
libnvpair.h * configure.ac: Check for nvlist_lookup_string in nvpair since we 2013-10-15 15:01:01 +02:00
libzfs.h * include/grub/emu/misc.h: Don't include grub/util/libzfs.h. 2010-11-06 23:52:56 +01:00
misc.h add grub_qsort_strcmp to use when sorting array of strings 2013-12-07 14:29:00 +04:00
ofpath.h Use ofpathname in grub-setup on sparc 2010-04-18 14:02:13 +02:00
resolve.h 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
windows.h Use Winapi on both cygwin and mingw32 to share more code between both. 2013-09-23 11:21:09 +02:00