Searched refs:__libc_fcntl64 (Results 1 – 3 of 3) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A 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)
|
A D | fcntl.c | 114 return __libc_fcntl64 (fd, cmd, arg); in weak_alias()
|
/sysdeps/mach/hurd/ |
A D | fcntl.c | 299 strong_alias (__libc_fcntl, __libc_fcntl64) 300 libc_hidden_def (__libc_fcntl64) 301 weak_alias (__libc_fcntl64, __fcntl64)
|
Completed in 4 milliseconds