Home
last modified time | relevance | path

Searched refs:__libc_fcntl64 (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dfcntl64.c37 __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)
Dfcntl.c114 return __libc_fcntl64 (fd, cmd, arg); in weak_alias()
/glibc-2.36/include/
Dfcntl.h15 extern int __libc_fcntl64 (int fd, int cmd, ...);
16 libc_hidden_proto (__libc_fcntl64)
/glibc-2.36/sysdeps/mach/hurd/
Dfcntl.c299 strong_alias (__libc_fcntl, __libc_fcntl64)
300 libc_hidden_def (__libc_fcntl64)
301 weak_alias (__libc_fcntl64, __fcntl64)
/glibc-2.36/io/
DVersions144 __libc_fcntl64;
/glibc-2.36/ChangeLog.old/
DChangeLog.1916509 * include/fcntl.h (__libc_fcntl64, __fcntl64,
16515 [GLIBC_PRIVATE] (__libc_fcntl): Rename to __libc_fcntl64.