HomeSort by relevance Sort by last modified time
    Searched defs:strverscmp (Results 1 - 5 of 5) sorted by null

  /external/blktrace/
strverscmp.c 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) function
    [all...]
  /external/bison/lib/
strverscmp.c 49 #undef strverscmp macro
52 # define __strverscmp strverscmp
130 weak_alias (__strverscmp, strverscmp)
string.in.h 1018 _GL_CXXALIASWARN (strverscmp); variable
1020 # undef strverscmp macro
    [all...]
  /external/bison/darwin-lib/
string.h 1330 _GL_CXXALIASWARN (strverscmp); variable
1332 # undef strverscmp macro
    [all...]
  /external/bison/linux-lib/
string.h 1330 _GL_CXXALIASWARN (strverscmp); variable
1332 # undef strverscmp macro
    [all...]

Completed in 341 milliseconds