OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SLIST_FIRST
(Results
1 - 25
of
100
) sorted by null
1
2
3
4
/external/ipsec-tools/src/include-glibc/sys/
queue.h
127
#define
SLIST_FIRST
(head) ((head)->slh_first)
130
for ((var) =
SLIST_FIRST
((head)); \
135
SLIST_FIRST
((head)) = NULL; \
144
SLIST_NEXT((elm), field) =
SLIST_FIRST
((head)); \
145
SLIST_FIRST
((head)) = (elm); \
151
if (
SLIST_FIRST
((head)) == (elm)) { \
155
struct type *curelm =
SLIST_FIRST
((head)); \
164
SLIST_FIRST
((head)) = SLIST_NEXT(
SLIST_FIRST
((head)), field); \
/bionic/libc/include/sys/
queue.h
206
#define
SLIST_FIRST
(head) ((head)->slh_first)
/development/ndk/platforms/android-21/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/development/ndk/platforms/android-9/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/external/openssh/openbsd-compat/
sys-queue.h
48
#undef
SLIST_FIRST
195
#define
SLIST_FIRST
(head) ((head)->slh_first)
197
#define SLIST_EMPTY(head) (
SLIST_FIRST
(head) == SLIST_END(head))
201
for((var) =
SLIST_FIRST
(head); \
206
for ((var) =
SLIST_FIRST
(head); \
214
SLIST_FIRST
(head) = SLIST_END(head); \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
/prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/sys/
queue.h
204
#define
SLIST_FIRST
(head) ((head)->slh_first)
Completed in 2150 milliseconds
1
2
3
4