Home
last modified time | relevance | path

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

/bionic/libc/include/
Dfcntl.h61 #define F_SETLK64 F_SETLK
70 #undef F_SETLK
76 #define F_SETLK F_SETLK64
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h92 #define F_SETLK 6 macro
/bionic/tests/headers/posix/
Dfcntl_h.c41 MACRO(F_SETLK); in fcntl_h()