Searched refs:insque (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/lib/libc/stdlib/
H A DMakefile.inc13 insque.c l64a.c labs.c ldiv.c llabs.c lldiv.c lsearch.c \
36 hcreate.3 imaxabs.3 imaxdiv.3 insque.3 labs.3 ldiv.3 llabs.3 lldiv.3 \
51 MLINKS+=insque.3 remque.3
H A Dinsque.c21 insque(void *element, void *pred) function
37 fprintf(stderr, "insque: Inconsistency detected:"
/freebsd-11-stable/include/
H A Dsearch.h61 void insque(void *, void *);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in139 index.c insque.c \
193 ./index.o ./insque.o \
723 ./insque.o: $(srcdir)/insque.c
725 $(COMPILE.c) $(PICFLAG) $(srcdir)/insque.c -o pic/$@; \
727 $(COMPILE.c) $(srcdir)/insque.c $(OUTPUT_OPTION)
H A Dconfigure4925 funcs="$funcs insque"
5042 getcwd getpagesize gettimeofday index insque mkstemps memchr memcmp memcpy \
5623 "insque.$ac_objext" | \
5624 *" insque.$ac_objext" | \
5625 "insque.$ac_objext "* | \
5626 *" insque.$ac_objext "* ) ;;
5627 *) LIBOBJS="$LIBOBJS insque.$ac_objext" ;;
5657 asprintf | basename | insque | random | strdup | vasprintf)
5760 "insque.$ac_objext" | \
5761 *" insque
[all...]
H A Dinsque.c0 /* insque(3C) routines
6 @deftypefn Supplemental void insque (struct qelem *@var{elem}, struct qelem *@var{pred})
10 @code{insque} routine inserts @var{elem} in the queue immediately
36 insque (struct qelem *elem, struct qelem *pred) function
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in139 index.c insque.c \
193 ./index.o ./insque.o \
747 ./insque.o: $(srcdir)/insque.c
749 $(COMPILE.c) $(PICFLAG) $(srcdir)/insque.c -o pic/$@; \
751 $(COMPILE.c) $(srcdir)/insque.c $(OUTPUT_OPTION)
H A Dconfigure5022 funcs="$funcs insque"
5139 getcwd getpagesize gettimeofday index insque mkstemps memchr memcmp memcpy \
5720 "insque.$ac_objext" | \
5721 *" insque.$ac_objext" | \
5722 "insque.$ac_objext "* | \
5723 *" insque.$ac_objext "* ) ;;
5724 *) LIBOBJS="$LIBOBJS insque.$ac_objext" ;;
5754 asprintf | basename | insque | random | strdup | vasprintf)
5857 "insque.$ac_objext" | \
5858 *" insque
[all...]
H A Dinsque.c0 /* insque(3C) routines
6 @deftypefn Supplemental void insque (struct qelem *@var{elem}, struct qelem *@var{pred})
10 @code{insque} routine inserts @var{elem} in the queue immediately
36 insque (struct qelem *elem, struct qelem *pred) function
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h559 extern void insque(struct qelem *, struct qelem *);

Completed in 152 milliseconds