Home | History | Annotate | Download | only in libiberty

Lines Matching refs:strverscmp

25 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2})
26 The @code{strverscmp} function compares the string @var{s1} against
28 value follows the same conventions as found in the @code{strverscmp}
30 @code{strverscmp} behaves like @code{strcmp}.
55 strverscmp ("no digit", "no digit")
57 strverscmp ("item#99", "item#100")
59 strverscmp ("alpha1", "alpha001")
61 strverscmp ("part1_f012", "part1_f01")
63 strverscmp ("foo.009", "foo.0")
90 strverscmp (const char *s1, const char *s2)