Searched refs:strverscmp (Results 1 – 23 of 23) sorted by relevance
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| 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))
|
| /freebsd-9-stable/gnu/usr.bin/cc/libiberty/ |
| D | Makefile | 19 pexecute.c pex-common.c pex-one.c lrealpath.c strverscmp.c \
|
| /freebsd-9-stable/contrib/gcclibs/libiberty/ |
| D | strverscmp.c | 90 strverscmp (const char *s1, const char *s2) in strverscmp() function
|
| D | configure.ac | 341 funcs="$funcs strverscmp" 365 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \ 445 AC_LIBOBJ([strverscmp]) 451 …| random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strverscmp | vasprintf | wa… 657 AC_CHECK_DECLS([strverscmp])
|
| 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 \ 1059 ./strverscmp.o: $(srcdir)/strverscmp.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ 1062 $(COMPILE.c) $(PICFLAG) $(srcdir)/strverscmp.c -o pic/$@; \ 1064 $(COMPILE.c) $(srcdir)/strverscmp.c $(OUTPUT_OPTION)
|
| D | functions.texi | 1294 @c strverscmp.c:25 1295 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2}) 1296 The @code{strverscmp} function compares the string @var{s1} against 1298 value follows the same conventions as found in the @code{strverscmp} 1300 @code{strverscmp} behaves like @code{strcmp}. 1325 strverscmp ("no digit", "no digit") 1327 strverscmp ("item#99", "item#100") 1329 strverscmp ("alpha1", "alpha001") 1331 strverscmp ("part1_f012", "part1_f01") 1333 strverscmp ("foo.009", "foo.0")
|
| 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. */
|
| D | ChangeLog | 268 * strverscmp.c: Update FSF address. 343 * strverscmp.c: New. 344 * Makefile.in (CFILES): Add strverscmp.c. 345 (CONFIGURED_OFILES): Add strverscmp.o. 346 (strverscmp.o): New rule. 348 * configure.ac (funcs): Add strverscmp. 349 (AC_CHECK_FUNCS): Add strverscmp.
|
| D | configure | 5045 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \ 5858 …| random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strverscmp | vasprintf | wa… 8266 char *p = (char *) strverscmp;
|
| /freebsd-9-stable/contrib/gcclibs/include/ |
| D | libiberty.h | 579 extern int strverscmp (const char *, const char *);
|
| D | ChangeLog | 79 * libiberty.h (strverscmp): Prototype.
|
| /freebsd-9-stable/contrib/binutils/include/ |
| D | libiberty.h | 611 extern int strverscmp (const char *, const char *);
|
| D | ChangeLog | 295 * libiberty.h (strverscmp): Prototype.
|
| /freebsd-9-stable/contrib/binutils/libiberty/ |
| 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 \ 1083 ./strverscmp.o: $(srcdir)/strverscmp.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ 1086 $(COMPILE.c) $(PICFLAG) $(srcdir)/strverscmp.c -o pic/$@; \ 1088 $(COMPILE.c) $(srcdir)/strverscmp.c $(OUTPUT_OPTION)
|
| D | functions.texi | 1332 @c strverscmp.c:25 1333 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2}) 1334 The @code{strverscmp} function compares the string @var{s1} against 1336 value follows the same conventions as found in the @code{strverscmp} 1338 @code{strverscmp} behaves like @code{strcmp}. 1363 strverscmp ("no digit", "no digit") 1365 strverscmp ("item#99", "item#100") 1367 strverscmp ("alpha1", "alpha001") 1369 strverscmp ("part1_f012", "part1_f01") 1371 strverscmp ("foo.009", "foo.0")
|
| 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. */
|
| D | ChangeLog | 466 * strverscmp.c: Update FSF address. 541 * strverscmp.c: New. 542 * Makefile.in (CFILES): Add strverscmp.c. 543 (CONFIGURED_OFILES): Add strverscmp.o. 544 (strverscmp.o): New rule. 546 * configure.ac (funcs): Add strverscmp. 547 (AC_CHECK_FUNCS): Add strverscmp.
|
| D | configure | 5142 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \ 5955 …| random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strverscmp | vasprintf | wa… 8383 char *p = (char *) strverscmp;
|
| /freebsd-9-stable/contrib/gcc/ |
| D | config.in | 611 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
|
| D | gcc.c | 7839 return strverscmp (v1, v2); in compare_version_strings()
|
| D | configure.ac | 1121 strsignal strstr strverscmp \
|
| D | configure | 11393 strsignal strstr strverscmp \
|
| D | ChangeLog-2005 | 12339 * configure.in (gcc_AC_CHECK_DECLS): Add strverscmp.
|