Home
last modified time | relevance | path

Searched +defs:EMPTY +defs:LIST +defs:EMPTY (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/include/isc/
H A Dlist.h30 #define LIST(type) struct { type *head, *tail; } macro
47 #define EMPTY(list) ((list).head == NULL) macro
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dutil.h189 #define LIST(type) ISC_LIST(type) macro
195 #define EMPTY(list) ISC_LIST_EMPTY(list) macro