Home
last modified time | relevance | path

Searched refs:SLIST_REMOVE_HEAD (Results 1 – 2 of 2) sorted by relevance

/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h152 SLIST_REMOVE_HEAD((head), field); \
163 #define SLIST_REMOVE_HEAD(head, field) do { \ macro
/external/openssh/openbsd-compat/
Dsys-queue.h56 #undef SLIST_REMOVE_HEAD
231 #define SLIST_REMOVE_HEAD(head, field) do { \ macro
237 SLIST_REMOVE_HEAD((head), field); \