OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STAILQ_EMPTY
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftoolchain/dist/common/
_elftc.h
97
if (!
STAILQ_EMPTY
((head2))) { \
105
#ifndef
STAILQ_EMPTY
106
#define
STAILQ_EMPTY
(head) ((head)->stqh_first == NULL)
180
(
STAILQ_EMPTY
((head)) ? \
226
while (!
STAILQ_EMPTY
((head))) { \
230
for (_i = 0; _i < _sz && !
STAILQ_EMPTY
((head)); \
/src/crypto/dist/ipsec-tools/src/include-glibc/sys/
queue.h
187
#define
STAILQ_EMPTY
(head) ((head)->stqh_first == NULL)
220
(
STAILQ_EMPTY
(head) ? \
/src/sys/sys/
queue.h
585
#define
STAILQ_EMPTY
(head) (STAILQ_FIRST(head) == STAILQ_END(head))
642
if (!
STAILQ_EMPTY
((head2))) { \
650
(
STAILQ_EMPTY
((head)) ? \
/src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
bsd_queue.h
359
if (!
STAILQ_EMPTY
((head2))) { \
366
#define
STAILQ_EMPTY
(head) ((head)->stqh_first == NULL)
407
(
STAILQ_EMPTY
((head)) ? \
466
if (
STAILQ_EMPTY
(head1)) \
468
if (
STAILQ_EMPTY
(head2)) \
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026