OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SLIST_EMPTY
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/dist/ipsec-tools/src/include-glibc/sys/
queue.h
125
#define
SLIST_EMPTY
(head) ((head)->slh_first == NULL)
/src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
queue.h
110
#define
SLIST_EMPTY
(head) (SLIST_FIRST(head) == SLIST_END(head))
/src/sys/sys/
queue.h
120
#define
SLIST_EMPTY
(head) ((head)->slh_first == NULL)
/src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
bsd_queue.h
264
#define
SLIST_EMPTY
(head) ((head)->slh_first == NULL)
Completed in 66 milliseconds
Indexes created Sat Jul 11 00:26:11 UTC 2026