OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 15 00:25:29 UTC 2026