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

  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
remque.c 31 __RCSID("$NetBSD: remque.c,v 1.3 2012/06/25 22:32:45 abs Exp $");
43 remque(void *element) function
  /external/qemu/slirp-android/
slirp.h 147 /* Avoid conflicting with the libc insque() and remque(), which
150 #define remque slirp_remque macro
misc.c 83 remque(void *a) function
  /external/qemu/slirp/
slirp.h 193 /* Avoid conflicting with the libc insque() and remque(), which
196 #define remque slirp_remque macro
misc.c 103 remque(void *a) 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 475 milliseconds