OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLIST_EMPTY
(Results
1 - 7
of
7
) sorted by null
/external/ipsec-tools/src/include-glibc/sys/
queue.h
125
#define
SLIST_EMPTY
(head) ((head)->slh_first == NULL)
/external/openssh/openbsd-compat/
sys-queue.h
50
#undef
SLIST_EMPTY
197
#define
SLIST_EMPTY
(head) (SLIST_FIRST(head) == SLIST_END(head))
/bionic/libc/include/sys/
queue.h
205
#define
SLIST_EMPTY
(head) ((head)->slh_first == NULL)
/external/iperf3/src/
iperf_server_api.c
237
while (!
SLIST_EMPTY
(&test->streams)) {
queue.h
112
#define
SLIST_EMPTY
(head) (SLIST_FIRST(head) == SLIST_END(head))
iperf_api.c
[
all
...]
/external/libevent/compat/sys/
queue.h
108
#define
SLIST_EMPTY
(head) (SLIST_FIRST(head) == SLIST_END(head))
Completed in 6019 milliseconds