fstrcmp_bounded    35 maint/gnulib/lib/fstrcmp.h extern double fstrcmp_bounded (const char *s1, const char *s2,
fstrcmp_bounded    39 maint/gnulib/lib/fstrcmp.h #define fstrcmp(s1,s2) fstrcmp_bounded (s1, s2, 0.0)
fstrcmp_bounded   277 maint/gnulib/lib/git-merge-changelog.c     fstrcmp_bounded (memory, memory + entry1->length + 1, lower_bound);
fstrcmp_bounded    42 maint/gnulib/tests/test-fstrcmp.c     volatile double result = fstrcmp_bounded (string1, string2, expected);
fstrcmp_bounded    48 maint/gnulib/tests/test-fstrcmp.c     volatile double result = fstrcmp_bounded (string1, string2, bound);
fstrcmp_bounded    56 maint/gnulib/tests/test-fstrcmp.c         volatile double result = fstrcmp_bounded (string1, string2, bound);