Home | History | Annotate | Download | only in blktrace

Lines Matching refs:strverscmp

24 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2})

25 The @code{strverscmp} function compares the string @var{s1} against
27 value follows the same conventions as found in the @code{strverscmp}
29 @code{strverscmp} behaves like @code{strcmp}.
54 strverscmp ("no digit", "no digit")
56 strverscmp ("item#99", "item#100")
58 strverscmp ("alpha1", "alpha001")
60 strverscmp ("part1_f012", "part1_f01")
62 strverscmp ("foo.009", "foo.0")
89 strverscmp (const char *s1, const char *s2)