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

/haiku-buildtools/binutils/libiberty/
H A Dstrverscmp.c25 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2})
26 The @code{strverscmp} function compares the string @var{s1} against
28 value follows the same conventions as found in the @code{strverscmp}
30 @code{strverscmp} behaves like @code{strcmp}.
55 strverscmp ("no digit", "no digit")
57 strverscmp ("item#99", "item#100")
59 strverscmp ("alpha1", "alpha001")
61 strverscmp ("part1_f012", "part1_f01")
63 strverscmp ("foo.009", "foo.0")
90 strverscmp (cons function
[all...]
H A DMakefile.in158 strverscmp.c timeval-utils.c tmpnam.c \
228 ./strtoull.$(objext) ./tmpnam.$(objext) ./strverscmp.$(objext) \
1520 ./strverscmp.$(objext): $(srcdir)/strverscmp.c $(INCDIR)/ansidecl.h \
1523 $(COMPILE.c) $(PICFLAG) $(srcdir)/strverscmp.c -o pic/$@; \
1526 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strverscmp.c -o noasan/$@; \
1528 $(COMPILE.c) $(srcdir)/strverscmp.c $(OUTPUT_OPTION)
H A Dconfigure5715 funcs="$funcs strverscmp"
5751 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
6078 *" strverscmp.$ac_objext "* ) ;;
6079 *) LIBOBJS="$LIBOBJS strverscmp.$ac_objext"
6098 asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strnlen | strverscmp | vasprintf | waitpid)
6997 ac_fn_c_check_decl "$LINENO" "strverscmp" "ac_cv_have_decl_strverscmp" "$ac_includes_default"
/haiku-buildtools/gcc/libiberty/
H A Dstrverscmp.c25 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2})
26 The @code{strverscmp} function compares the string @var{s1} against
28 value follows the same conventions as found in the @code{strverscmp}
30 @code{strverscmp} behaves like @code{strcmp}.
55 strverscmp ("no digit", "no digit")
57 strverscmp ("item#99", "item#100")
59 strverscmp ("alpha1", "alpha001")
61 strverscmp ("part1_f012", "part1_f01")
63 strverscmp ("foo.009", "foo.0")
90 strverscmp (cons function
[all...]
H A DMakefile.in156 strverscmp.c timeval-utils.c tmpnam.c \
225 ./strtoull.$(objext) ./tmpnam.$(objext) ./strverscmp.$(objext) \
1508 ./strverscmp.$(objext): $(srcdir)/strverscmp.c $(INCDIR)/ansidecl.h \
1511 $(COMPILE.c) $(PICFLAG) $(srcdir)/strverscmp.c -o pic/$@; \
1514 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strverscmp.c -o noasan/$@; \
1516 $(COMPILE.c) $(srcdir)/strverscmp.c $(OUTPUT_OPTION)
H A Dconfigure5474 funcs="$funcs strverscmp"
5510 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
5837 *" strverscmp.$ac_objext "* ) ;;
5838 *) LIBOBJS="$LIBOBJS strverscmp.$ac_objext"
5857 asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strnlen | strverscmp | vasprintf | waitpid)
6750 ac_fn_c_check_decl "$LINENO" "strverscmp" "ac_cv_have_decl_strverscmp" "$ac_includes_default"
/haiku-buildtools/legacy/binutils/libiberty/
H A Dstrverscmp.c25 @deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2})
26 The @code{strverscmp} function compares the string @var{s1} against
28 value follows the same conventions as found in the @code{strverscmp}
30 @code{strverscmp} behaves like @code{strcmp}.
55 strverscmp ("no digit", "no digit")
57 strverscmp ("item#99", "item#100")
59 strverscmp ("alpha1", "alpha001")
61 strverscmp ("part1_f012", "part1_f01")
63 strverscmp ("foo.009", "foo.0")
90 strverscmp (cons function
[all...]
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 Dconfigure4952 funcs="$funcs strverscmp"
5045 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
8048 echo "$as_me:$LINENO: checking whether strverscmp is declared" >&5
8049 echo $ECHO_N "checking whether strverscmp is declared... $ECHO_C" >&6
8063 #ifndef strverscmp
8064 char *p = (char *) strverscmp;
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Ddarwin.h72 if (strverscmp (darwin_macosx_version_min, "10.4.6") < 0 \
H A Drs6000.c3180 && strverscmp (darwin_macosx_version_min, "10.5") >= 0
[all...]
/haiku-buildtools/gcc/include/
H A Dlibiberty.h664 extern int strverscmp (const char *, const char *);
691 extern int strverscmp (const char *, const char *);
/haiku-buildtools/binutils/include/
H A Dlibiberty.h675 extern int strverscmp (const char *, const char *);
702 extern int strverscmp (const char *, const char *);
/haiku-buildtools/legacy/binutils/include/
H A Dlibiberty.h589 extern int strverscmp (const char *, const char *);
/haiku-buildtools/gcc/gcc/config/
H A Ddarwin.c3099 if (strverscmp (darwin_macosx_version_min, "10.6") >= 0)
3101 else if (strverscmp (darwin_macosx_version_min, "10.5") >= 0)
3269 && (strverscmp (darwin_macosx_version_min, "10.3.9") >= 0)) \
3456 || strverscmp (darwin_macosx_version_min, "10.3") >= 0);
/haiku-buildtools/gcc/gcc/
H A Dgcc.c8985 return strverscmp (v1, v2);
H A Dconfigure10667 stpcpy strnlen strsignal strstr strverscmp \

Completed in 513 milliseconds