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

1 2

  /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
  /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))
gnulib.mk 12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libsed --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl acl alloca btowc c-ctype extensions getline getopt gettext localcharset mbrlen mbrtowc mbsinit memchr mkstemp obstack pathmax regex rename selinux-h stat-macros stdbool strerror strverscmp unlocked-io verify wcrtomb wctob
871 ## begin gnulib module strverscmp
874 EXTRA_DIST += strverscmp.c
876 EXTRA_libsed_a_SOURCES += strverscmp.c
878 ## end gnulib module strverscmp
    [all...]
  /external/blktrace/
Android.mk 8 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...]
  /ndk/sources/host-tools/sed-4.2.1/
bootstrap.sh 133 ${CC} -DHAVE_CONFIG_H -I.. -I. -c strverscmp.c || exit 1
bootstrap.sh.in 133 ${CC} -DHAVE_CONFIG_H -I.. -I. -c strverscmp.c || exit 1
  /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 *);
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/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 \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 361 extern int strverscmp (__const char *__s1, __const char *__s2)
  /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 \
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 1142 if (strverscmp (compared_version, SED_FEATURE_VERSION) > 0)
    [all...]

Completed in 525 milliseconds

1 2