HomeSort by: relevance | last modified time | path
    Searched defs:LIST_END (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
queue.h 160 #define LIST_END(head) NULL
161 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
166 (var)!= LIST_END(head); \
173 LIST_FIRST(head) = LIST_END(head); \
  /src/sys/sys/
queue.h 195 #define LIST_END(head) NULL
196 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head))
201 (var) != LIST_END(head); \
206 (var) != LIST_END(head) && \
247 (head)->lh_first = LIST_END(head); \
253 LIST_END(head)) \
270 if (((elm)->field.le_next = (head)->lh_first) != LIST_END(head))\
  /src/external/bsd/libevent/dist/
event-internal.h 373 #ifndef LIST_END
374 #define LIST_END(head) NULL
  /src/external/bsd/ntp/dist/sntp/libevent/
event-internal.h 373 #ifndef LIST_END
374 #define LIST_END(head) NULL

Completed in 25 milliseconds