Home
last modified time | relevance | path

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

/bionic/libc/include/
Dfcntl.h59 #define F_GETLK64 F_GETLK
69 #undef F_GETLK
74 #define F_GETLK F_GETLK64
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h77 #ifndef F_GETLK
78 #define F_GETLK 5 macro
/bionic/tests/
D_FILE_OFFSET_BITS_test.cpp45 ASSERT_EQ(0, fcntl(fd, F_GETLK, &check_lock)); in TEST()
Dfcntl_test.cpp168 ASSERT_EQ(0, fcntl(fd, F_GETLK, &check_lock)); in TEST()
/bionic/tests/headers/posix/
Dfcntl_h.c40 MACRO(F_GETLK); in fcntl_h()