Searched refs:strverscmp (Results 1 - 12 of 12) sorted by relevance

/external/bison/lib/
H A Dstrverscmp.c49 #undef strverscmp macro
52 # define __strverscmp strverscmp
130 weak_alias (__strverscmp, strverscmp)
H A Dstring.in.h1013 _GL_FUNCDECL_SYS (strverscmp, int, (const char *, const char *)
1017 _GL_CXXALIAS_SYS (strverscmp, int, (const char *, const char *));
1018 _GL_CXXALIASWARN (strverscmp); variable
1020 # undef strverscmp macro
1022 _GL_WARN_ON_USE (strverscmp, "strverscmp is unportable - "
1023 "use gnulib module strverscmp for portability");
H A Dgnulib.mk24 # 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
2232 ## begin gnulib module strverscmp
2235 EXTRA_DIST += strverscmp.c
2237 EXTRA_libbison_a_SOURCES += strverscmp.c
2239 ## end gnulib module strverscmp
/external/blktrace/
H A DAndroid.mk8 LOCAL_SRC_FILES := blkparse.c blkparse_fmt.c rbtree.c act_mask.c strverscmp.c
H A Dstrverscmp.c24 @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 (cons function
[all...]
H A Dblkparse.c1707 res = strverscmp(ppi1->ppm->comm, ppi2->ppm->comm);
/external/bison/darwin-lib/
H A Dstring.h1325 _GL_FUNCDECL_SYS (strverscmp, int, (const char *, const char *)
1329 _GL_CXXALIAS_SYS (strverscmp, int, (const char *, const char *));
1330 _GL_CXXALIASWARN (strverscmp); variable
1332 # undef strverscmp macro
1334 _GL_WARN_ON_USE (strverscmp, "strverscmp is unportable - "
1335 "use gnulib module strverscmp for portability");
/external/bison/linux-lib/
H A Dstring.h1325 _GL_FUNCDECL_SYS (strverscmp, int, (const char *, const char *)
1329 _GL_CXXALIAS_SYS (strverscmp, int, (const char *, const char *));
1330 _GL_CXXALIASWARN (strverscmp); variable
1332 # undef strverscmp macro
1334 _GL_WARN_ON_USE (strverscmp, "strverscmp is unportable - "
1335 "use gnulib module strverscmp for portability");
/external/bison/
H A DAndroid.mk126 lib/strverscmp.c \
H A Dconfigure7402 # Code from module strverscmp:
19514 for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strerror_r strsignal strverscmp; do
31228 for ac_func in strverscmp
31230 ac_fn_c_check_func "$LINENO" "strverscmp" "ac_cv_func_strverscmp"
31252 gl_LIBOBJS="$gl_LIBOBJS strverscmp.$ac_objext"
/external/bison/src/
H A Dparse-gram.y762 if (strverscmp (version, PACKAGE_VERSION) > 0)
H A Dparse-gram.c3227 if (strverscmp (version, PACKAGE_VERSION) > 0)

Completed in 6380 milliseconds