Home
last modified time | relevance | path

Searched refs:SLIST_END (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h94 #undef SLIST_END
203 #define SLIST_END(head) NULL macro
204 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
209 (var) != SLIST_END(head); \
221 SLIST_FIRST(head) = SLIST_END(head); \
/freebsd/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h107 #define SLIST_END(head) NULL macro
108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
113 (var) != SLIST_END(head); \
120 SLIST_FIRST(head) = SLIST_END(head); \
/freebsd/contrib/libevent/compat/sys/
H A Dqueue.h107 #define SLIST_END(head) NULL macro
108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
113 (var) != SLIST_END(head); \
120 SLIST_FIRST(head) = SLIST_END(head); \
/freebsd/sys/sys/
H A Dqueue.h379 #define SLIST_END(head) NULL macro