Searched refs:__libc_fcntl64 (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | fcntl64.c | 37 __libc_fcntl64 (int fd, int cmd, ...) in __libc_fcntl64() function 53 libc_hidden_def (__libc_fcntl64) 54 weak_alias (__libc_fcntl64, __fcntl64) 56 weak_alias (__libc_fcntl64, fcntl64) 58 weak_alias (__libc_fcntl64, __fcntl_time64) 62 weak_alias (__libc_fcntl64, __libc_fcntl) 63 weak_alias (__libc_fcntl64, __fcntl) 64 weak_alias (__libc_fcntl64, __GI___fcntl) 65 weak_alias (__libc_fcntl64, fcntl)
|
D | fcntl.c | 114 return __libc_fcntl64 (fd, cmd, arg); in weak_alias()
|
/glibc-2.36/include/ |
D | fcntl.h | 15 extern int __libc_fcntl64 (int fd, int cmd, ...); 16 libc_hidden_proto (__libc_fcntl64)
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | fcntl.c | 299 strong_alias (__libc_fcntl, __libc_fcntl64) 300 libc_hidden_def (__libc_fcntl64) 301 weak_alias (__libc_fcntl64, __fcntl64)
|
/glibc-2.36/io/ |
D | Versions | 144 __libc_fcntl64;
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 16509 * include/fcntl.h (__libc_fcntl64, __fcntl64, 16515 [GLIBC_PRIVATE] (__libc_fcntl): Rename to __libc_fcntl64.
|