HomeSort by relevance Sort by last modified time
    Searched defs:strverscmp (Results 1 - 4 of 4) 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)
  /ndk/sources/host-tools/sed-4.2.1/lib/
strverscmp.c 51 #undef strverscmp macro
54 # define __strverscmp strverscmp
132 weak_alias (__strverscmp, strverscmp)
string.in.h 606 extern int strverscmp (const char *, const char *);
609 # undef strverscmp macro
610 # define strverscmp(a, b) \ macro
611 (GL_LINK_WARNING ("strverscmp is unportable - " \
612 "use gnulib module strverscmp for portability"), \
613 strverscmp (a, b))

Completed in 1983 milliseconds