Searched refs:strverscmp (Results 1 – 17 of 17) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | darwin.h | 113 && 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 D | strverscmp.c | 90 strverscmp (const char *s1, const char *s2) in strverscmp() function
|
| H A D | Makefile.in | 154 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 D | configure.ac | 341 funcs="$funcs strverscmp" 365 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \ 608 AC_CHECK_DECLS([strverscmp])
|
| H A D | functions.texi | 1280 @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 D | config.in | 79 /* 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 D | ChangeLog | 172 * 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 D | configure | 5045 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \ 8064 char *p = (char *) strverscmp;
|
| /openbsd-src/gnu/lib/libiberty/ |
| H A D | Makefile.bsd-wrapper | 21 strerror.c strsignal.c strverscmp.c \
|
| /openbsd-src/gnu/lib/libiberty/include/ |
| H A D | libiberty.h | 456 extern int strverscmp (const char *, const char *);
|
| /openbsd-src/gnu/gcc/include/ |
| H A D | libiberty.h | 579 extern int strverscmp (const char *, const char *);
|
| H A D | ChangeLog | 79 * libiberty.h (strverscmp): Prototype.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | libiberty.h | 589 extern int strverscmp (const char *, const char *);
|
| H A D | ChangeLog | 147 * libiberty.h (strverscmp): Prototype.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gcc.c | 7749 return strverscmp (v1, v2); in compare_version_strings()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3023 fun:strverscmp=uninstrumented
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| H A D | md5.sum | 6980 9e1bb6fe95ebb6415672ddf1da29ec65 libiberty/strverscmp.c
|