HomeSort by relevance Sort by last modified time
    Searched defs:remque (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
remque.c 1 /* $OpenBSD: remque.c,v 1.3 2014/08/15 04:14:36 guenther Exp $ */
40 remque(void *element) function
  /toolchain/binutils/binutils-2.25/libiberty/
insque.c 8 @deftypefnx Supplemental void remque (struct qelem *@var{elem})
12 after @var{pred}. The @code{remque} routine removes @var{elem} from
47 remque (struct qelem *elem) function
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 412 * XXX insque() and remque() are an old way of handling certain queues.
436 remque(void *a) function
448 void remque __P((void *a));

Completed in 200 milliseconds