Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-ofdlocks-compat.c84 TEST_VERIFY (fcntl (fd, F_OFD_GETLK, &lck) == 0); in do_test()
Dtst-ofdlocks.c72 int r = fcntl (fd, F_OFD_GETLK, &lck); in do_test()
Dfcntl.c60 case F_OFD_GETLK: in __libc_fcntl()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h132 # define F_OFD_GETLK 36 macro
/glibc-2.36/manual/
Dllio.texi3324 @item F_OFD_GETLK
4323 open file description lock in a @code{F_GETLK} or @code{F_OFD_GETLK} request,
4329 @code{F_OFD_GETLK} request, it is necessary to inspect and reset the
4334 @deftypevr Macro int F_OFD_GETLK
4341 fcntl (@var{filedes}, F_OFD_GETLK, @var{lockp})
/glibc-2.36/
DNEWS4771 F_OFD_GETLK, F_OFD_SETLK, and F_OFD_SETLKW. File description locks
/glibc-2.36/ChangeLog.old/
DChangeLog.1916526 F_OFD_GETLK, F_SETLK64, F_SETLKW64, F_OFD_SETLK, and F_OFD_SETLKW for
DChangeLog.1847355 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,