Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/rs6000/
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))
/freebsd-9-stable/gnu/usr.bin/cc/libiberty/
DMakefile19 pexecute.c pex-common.c pex-one.c lrealpath.c strverscmp.c \
/freebsd-9-stable/contrib/gcclibs/libiberty/
Dstrverscmp.c90 strverscmp (const char *s1, const char *s2) in strverscmp() function
Dconfigure.ac341 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])
DMakefile.in154 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)
Dfunctions.texi1294 @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")
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. */
DChangeLog268 * 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.
Dconfigure5045 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/
Dlibiberty.h579 extern int strverscmp (const char *, const char *);
DChangeLog79 * libiberty.h (strverscmp): Prototype.
/freebsd-9-stable/contrib/binutils/include/
Dlibiberty.h611 extern int strverscmp (const char *, const char *);
DChangeLog295 * libiberty.h (strverscmp): Prototype.
/freebsd-9-stable/contrib/binutils/libiberty/
DMakefile.in154 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)
Dfunctions.texi1332 @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")
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. */
DChangeLog466 * 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.
Dconfigure5142 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/
Dconfig.in611 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
Dgcc.c7839 return strverscmp (v1, v2); in compare_version_strings()
Dconfigure.ac1121 strsignal strstr strverscmp \
Dconfigure11393 strsignal strstr strverscmp \
DChangeLog-200512339 * configure.in (gcc_AC_CHECK_DECLS): Add strverscmp.