/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...] |
gnulib.mk | 24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup [all...] |
/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...] |
/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...] |
/external/bison/ |
Android.mk | 126 lib/strverscmp.c \
|
configure | [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
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
libiberty.h | 634 extern int strverscmp (const char *, const char *);
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
libiberty.h | 634 extern int strverscmp (const char *, const char *);
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
libiberty.h | 634 extern int strverscmp (const char *, const char *);
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
libiberty.h | 634 extern int strverscmp (const char *, const char *);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
string.h | 361 extern int strverscmp (__const char *__s1, __const char *__s2)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
string.h | 361 extern int strverscmp (__const char *__s1, __const char *__s2)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
string.h | 361 extern int strverscmp (__const char *__s1, __const char *__s2)
|
/external/bison/src/ |
parse-gram.y | 762 if (strverscmp (version, PACKAGE_VERSION) > 0)
|
parse-gram.c | [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
compile.c | 1142 if (strverscmp (compared_version, SED_FEATURE_VERSION) > 0) [all...] |