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

/freebsd-11-stable/gnu/usr.bin/cc/libiberty/
H A DMakefile21 pexecute.c pex-common.c pex-one.c lrealpath.c strverscmp.c \
/freebsd-11-stable/contrib/gcclibs/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 \
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)
H A Dconfigure4952 funcs="$funcs strverscmp"
5045 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
5832 "strverscmp.$ac_objext" | \
5833 *" strverscmp.$ac_objext" | \
5834 "strverscmp.$ac_objext "* | \
5835 *" strverscmp.$ac_objext "* ) ;;
5836 *) LIBOBJS="$LIBOBJS strverscmp.$ac_objext" ;;
5858 asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strverscmp | vasprintf | waitpid)
8250 echo "$as_me:$LINENO: checking whether strverscmp is declared" >&5
8251 echo $ECHO_N "checking whether strverscmp i
[all...]
/freebsd-11-stable/contrib/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))
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h583 extern int strverscmp (const char *, const char *);
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h611 extern int strverscmp (const char *, const char *);
/freebsd-11-stable/contrib/binutils/libiberty/
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 \
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)
H A Dconfigure5049 funcs="$funcs strverscmp"
5142 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
5929 "strverscmp.$ac_objext" | \
5930 *" strverscmp.$ac_objext" | \
5931 "strverscmp.$ac_objext "* | \
5932 *" strverscmp.$ac_objext "* ) ;;
5933 *) LIBOBJS="$LIBOBJS strverscmp.$ac_objext" ;;
5955 asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strverscmp | vasprintf | waitpid)
8367 echo "$as_me:$LINENO: checking whether strverscmp is declared" >&5
8368 echo $ECHO_N "checking whether strverscmp i
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c7870 return strverscmp (v1, v2);
H A Dconfigure11393 strsignal strstr strverscmp \

Completed in 480 milliseconds