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

  /external/qemu/slirp-android/
slirp.h 146 /* Avoid conflicting with the libc insque() and remque(), which
149 #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 107 milliseconds