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

  /external/bison/lib/
strverscmp.h 22 int strverscmp (const char *, const char *);
strverscmp.c 49 #undef strverscmp macro
52 # define __strverscmp strverscmp
130 weak_alias (__strverscmp, strverscmp)
Makefile 46 strnlen.h strtol.c strtoul.c strverscmp.c strverscmp.h \
71 $(top_srcdir)/m4/strverscmp.m4 $(top_srcdir)/m4/subpipe.m4 \
395 include $(DEPDIR)/strverscmp.Po
  /external/blktrace/
Android.mk 10 LOCAL_SRC_FILES := blkparse.c blkparse_fmt.c rbtree.c act_mask.c strverscmp.c
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...]
blkparse.c     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
libiberty.h 620 extern int strverscmp (const char *, const char *);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
libiberty.h 620 extern int strverscmp (const char *, const char *);
  /external/bison/src/
parse-gram.y 35 #include "strverscmp.h"
572 if (strverscmp (version, PACKAGE_VERSION) > 0)
Makefile 66 $(top_srcdir)/m4/strverscmp.m4 $(top_srcdir)/m4/subpipe.m4 \
  /external/bison/build-aux/
Makefile 64 $(top_srcdir)/m4/strverscmp.m4 $(top_srcdir)/m4/subpipe.m4 \
  /external/bison/data/
Makefile 64 $(top_srcdir)/m4/strverscmp.m4 $(top_srcdir)/m4/subpipe.m4 \
  /external/bison/tests/
Makefile 63 $(top_srcdir)/m4/strverscmp.m4 $(top_srcdir)/m4/subpipe.m4 \
  /external/bison/
Makefile 66 $(top_srcdir)/m4/strverscmp.m4 $(top_srcdir)/m4/subpipe.m4 \
configure     [all...]
  /external/bison/doc/
Makefile 64 $(top_srcdir)/m4/strverscmp.m4 $(top_srcdir)/m4/subpipe.m4 \
  /external/bison/examples/
Makefile 64 $(top_srcdir)/m4/strverscmp.m4 $(top_srcdir)/m4/subpipe.m4 \

Completed in 393 milliseconds