Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dsys-queue.h50 #undef SLIST_EMPTY
197 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h125 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro