Home
last modified time | relevance | path

Searched refs:FLOCK_MEMBERS_EQ (Results 1 – 1 of 1) sorted by relevance

/external/strace/
Dfetch_struct_flock.c42 #define FLOCK_MEMBERS_EQ(type, member) \ macro
48 && FLOCK_MEMBERS_EQ(type, l_type) \
49 && FLOCK_MEMBERS_EQ(type, l_whence) \
50 && FLOCK_MEMBERS_EQ(type, l_start) \
51 && FLOCK_MEMBERS_EQ(type, l_len) \
52 && FLOCK_MEMBERS_EQ(type, l_pid))