Searched refs:__fcntl64 (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/io/ |
D | fcntl64.c | 24 __fcntl64 (int fd, int cmd, ...) in __fcntl64() function 35 libc_hidden_def (__fcntl64) 38 weak_alias (__fcntl64, fcntl64)
|
D | lockf64.c | 50 return __fcntl64 (fd, F_SETLK64, &fl64); in __lockf64() 52 return __fcntl64 (fd, F_SETLKW64, &fl64); in __lockf64() 54 return __fcntl64 (fd, F_SETLK64, &fl64); in __lockf64()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | fcntl64.c | 54 weak_alias (__libc_fcntl64, __fcntl64) 55 libc_hidden_weak (__fcntl64)
|
/glibc-2.36/include/ |
D | fcntl.h | 21 extern int __fcntl64 (int __fd, int __cmd, ...) attribute_hidden; 22 libc_hidden_proto (__fcntl64)
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | fcntl.c | 301 weak_alias (__libc_fcntl64, __fcntl64) 302 libc_hidden_weak (__fcntl64) 303 weak_alias (__fcntl64, fcntl64)
|
/glibc-2.36/sysdeps/generic/ |
D | not-cancel.h | 51 __fcntl64 (fd, cmd, __VA_ARGS__)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 6964 * io/lockf64.c (__lockf64): Call __fcntl64 and alias to lockf for 16509 * include/fcntl.h (__libc_fcntl64, __fcntl64,
|