Home
last modified time | relevance | path

Searched refs:strverscmp (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Ddarwin.h113 && strverscmp (darwin_macosx_version_min, "10.5") >= 0 \
125 || strverscmp (darwin_macosx_version_min, "10.4.6") < 0) \
470 && strverscmp (darwin_macosx_version_min, "10.3") >= 0))
/openbsd-src/gnu/lib/libiberty/src/
H A Dstrverscmp.c90 strverscmp (const char *s1, const char *s2) in strverscmp() function
H A DMakefile.in154 strstr.c strtod.c strtol.c strtoul.c strndup.c strverscmp.c \
203 ./strtod.o ./strtol.o ./strtoul.o ./strverscmp.o \
1055 ./strverscmp.o: $(srcdir)/strverscmp.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
1058 $(COMPILE.c) $(PICFLAG) $(srcdir)/strverscmp.c -o pic/$@; \
1060 $(COMPILE.c) $(srcdir)/strverscmp.c $(OUTPUT_OPTION)
H A Dconfigure.ac341 funcs="$funcs strverscmp"
365 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
608 AC_CHECK_DECLS([strverscmp])
H A Dfunctions.texi1280 @c strverscmp.c:25
1281 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2})
1282 The @code{strverscmp} function compares the string @var{s1} against
1284 value follows the same conventions as found in the @code{strverscmp}
1286 @code{strverscmp} behaves like @code{strcmp}.
1311 strverscmp ("no digit", "no digit")
1313 strverscmp ("item#99", "item#100")
1315 strverscmp ("alpha1", "alpha001")
1317 strverscmp ("part1_f012", "part1_f01")
1319 strverscmp ("foo.009", "foo.0")
H A Dconfig.in79 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
256 /* Define to 1 if you have the `strverscmp' function. */
H A DChangeLog172 * strverscmp.c: Update FSF address.
247 * strverscmp.c: New.
248 * Makefile.in (CFILES): Add strverscmp.c.
249 (CONFIGURED_OFILES): Add strverscmp.o.
250 (strverscmp.o): New rule.
252 * configure.ac (funcs): Add strverscmp.
253 (AC_CHECK_FUNCS): Add strverscmp.
H A Dconfigure5045 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
8064 char *p = (char *) strverscmp;
/openbsd-src/gnu/lib/libiberty/
H A DMakefile.bsd-wrapper21 strerror.c strsignal.c strverscmp.c \
/openbsd-src/gnu/lib/libiberty/include/
H A Dlibiberty.h456 extern int strverscmp (const char *, const char *);
/openbsd-src/gnu/gcc/include/
H A Dlibiberty.h579 extern int strverscmp (const char *, const char *);
H A DChangeLog79 * libiberty.h (strverscmp): Prototype.
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dlibiberty.h589 extern int strverscmp (const char *, const char *);
H A DChangeLog147 * libiberty.h (strverscmp): Prototype.
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c7749 return strverscmp (v1, v2); in compare_version_strings()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3023 fun:strverscmp=uninstrumented
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dmd5.sum6980 9e1bb6fe95ebb6415672ddf1da29ec65 libiberty/strverscmp.c