Home
last modified time | relevance | path

Searched refs:SIMPLEQ_EMPTY (Results 1 – 3 of 3) sorted by relevance

/external/openssh/openbsd-compat/
Dsys-queue.h78 #undef SIMPLEQ_EMPTY
354 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/external/libevent/compat/sys/
Dqueue.h233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro
/external/iperf3/src/
Dqueue.h264 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head)) macro