Searched refs:insque (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/bin/gdb/libiberty/
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 (elem, pred) function
H A DMakefile.in137 index.c insque.c \
186 ./index.o ./insque.o \
636 ./insque.o: $(srcdir)/insque.c
638 $(COMPILE.c) $(PICFLAG) $(srcdir)/insque.c -o pic/$@; \
640 $(COMPILE.c) $(srcdir)/insque.c $(OUTPUT_OPTION)
H A Dconfigure4344 funcs="$funcs insque"
4453 getcwd getpagesize index insque mkstemps memchr memcmp memcpy \
4611 "insque.$ac_objext" | \
4612 *" insque.$ac_objext" | \
4613 "insque.$ac_objext "* | \
4614 *" insque.$ac_objext "* ) ;;
4615 *) LIBOBJS="$LIBOBJS insque.$ac_objext" ;;
4645 asprintf | basename | insque | random | strdup | vasprintf)
4740 "insque.$ac_objext" | \
4741 *" insque
[all...]
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dinsque.c0 /* insque(3C) routines
6 insque, remque -- insert, remove an element from a queue
15 void insque (struct qelem *elem, struct qelem *pred)
21 The insque routine inserts ELEM in the queue immediately after
33 insque (elem, pred) function
/haiku-fatelf/src/system/libroot/posix/glibc/misc/
H A Dinsremque.c25 insque (void *elem, void *prev) function
H A Dsearch.h32 This is the type used by the `insque' and `remque' functions. */
45 extern void insque (void *__elem, void *__prev) __THROW;
/haiku-fatelf/headers/posix/
H A Dsearch.h37 extern void insque(void *element, void *insertAfter);
/haiku-fatelf/headers/private/kernel/util/
H A Dkqueue.h39 insque(void *_element, void *_head) function
/haiku-fatelf/headers/private/firewire/
H A Dqueue.h576 * XXX insque() and remque() are an old way of handling certain queues.
588 insque(void *a, void *b) function
611 void insque(void *a, void *b);
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dqueue.h510 * XXX insque() and remque() are an old way of handling certain queues.
522 insque(void *a, void *b) function
545 void insque(void *a, void *b);

Completed in 86 milliseconds