Searched refs:__f_setlk (Results 1 – 3 of 3) sorted by relevance
/sysdeps/mach/hurd/ |
A D | f_setlk.h | 21 extern int __f_setlk (int fd, int type, int whence, __off64_t start, __off64_t len, int wait);
|
A D | f_setlk.c | 32 __f_setlk (int fd, int type, int whence, __off64_t start, __off64_t len, int wait) in __f_setlk() function
|
A D | fcntl.c | 191 return __f_setlk (fd, fl->l_type, fl->l_whence, in __libc_fcntl() 254 return __f_setlk (fd, fl->l_type, fl->l_whence, in __libc_fcntl()
|
Completed in 3 milliseconds