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

/macosx-10.10.1/cxxfilt-11/cxxfilt/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...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dlibiberty.h634 extern int strverscmp (const char *, const char *);

Completed in 131 milliseconds