Home
last modified time | relevance | path

Searched refs:__fcntl64 (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/io/
Dfcntl64.c24 __fcntl64 (int fd, int cmd, ...) in __fcntl64() function
35 libc_hidden_def (__fcntl64)
38 weak_alias (__fcntl64, fcntl64)
Dlockf64.c50 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/
Dfcntl64.c54 weak_alias (__libc_fcntl64, __fcntl64)
55 libc_hidden_weak (__fcntl64)
/glibc-2.36/include/
Dfcntl.h21 extern int __fcntl64 (int __fd, int __cmd, ...) attribute_hidden;
22 libc_hidden_proto (__fcntl64)
/glibc-2.36/sysdeps/mach/hurd/
Dfcntl.c301 weak_alias (__libc_fcntl64, __fcntl64)
302 libc_hidden_weak (__fcntl64)
303 weak_alias (__fcntl64, fcntl64)
/glibc-2.36/sysdeps/generic/
Dnot-cancel.h51 __fcntl64 (fd, cmd, __VA_ARGS__)
/glibc-2.36/ChangeLog.old/
DChangeLog.196964 * io/lockf64.c (__lockf64): Call __fcntl64 and alias to lockf for
16509 * include/fcntl.h (__libc_fcntl64, __fcntl64,