Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h123 #define SLIST_END(head) NULL macro
129 (var) != SLIST_END(head); \
134 (var) != SLIST_END(head) && \
142 (head)->slh_first = SLIST_END(head); \