Searched refs:__libc_fcntl (Results 1 – 18 of 18) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | fcntl.c | 31 __libc_fcntl (int fd, int cmd, ...) in __libc_fcntl() function 95 libc_hidden_def (__libc_fcntl) 97 weak_alias (__libc_fcntl, __fcntl) in weak_alias() argument 117 versioned_symbol (libc, __libc_fcntl, fcntl, GLIBC_2_28); 119 weak_alias (__libc_fcntl, fcntl)
|
D | fcntl64.c | 62 weak_alias (__libc_fcntl64, __libc_fcntl)
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | fcntl.c | 33 __libc_fcntl (int fd, int cmd, ...) in __libc_fcntl() function 292 libc_hidden_def (__libc_fcntl) 295 weak_alias (__libc_fcntl, __fcntl) 297 weak_alias (__libc_fcntl, fcntl) 299 strong_alias (__libc_fcntl, __libc_fcntl64)
|
D | fcntl_nocancel.c | 2 #define __libc_fcntl __fcntl_nocancel macro
|
/glibc-2.36/include/ |
D | fcntl.h | 11 extern int __libc_fcntl (int fd, int cmd, ...); 12 libc_hidden_proto (__libc_fcntl)
|
/glibc-2.36/sysdeps/unix/sysv/linux/generic/ |
D | dup2.c | 30 return __libc_fcntl (fd, F_GETFL, 0) < 0 ? -1 : fd; in __dup2()
|
/glibc-2.36/sysdeps/unix/ |
D | grantpt.c | 116 if (__libc_fcntl (fd, F_GETFD) == -1 && errno == EBADF) in grantpt()
|
D | syscalls.list | 20 fcntl - fcntl Ci:iiF __libc_fcntl __fcntl fcntl
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.15 | 4224 (__libc_fcntl): Use INLINE_SYSCALL directly instead of 4229 (__libc_fcntl): Use INLINE_SYSCALL directly instead of 4232 __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0. 4234 (__libc_fcntl): Don't define if __fcntl_nocancel is a macro. 5307 __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
|
D | ChangeLog.13 | 4671 * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open, 4690 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef. 4692 (__libc_fcntl): Add libc_hidden_def. 4698 * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef. 4702 * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove 4705 (__libc_fcntl): Add libc_hidden_def. 7571 * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc. 7572 * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well. 10435 __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise. 12854 * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
|
D | ChangeLog.10 | 1385 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Renamed from __fcntl. 1386 (__fcntl, fcntl): Make these weak aliases for __libc_fcntl. 2837 __libc_open. Move declaration of __libc_fcntl to ... 2914 * sysdeps/generic/libc-start.c (check_one_fd): Use __libc_fcntl
|
D | ChangeLog.19 | 9040 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Test against 64bit `cmd' 10991 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Directly return value 11453 (__libc_fcntl): Move non-flock operations to... 16515 [GLIBC_PRIVATE] (__libc_fcntl): Rename to __libc_fcntl64. 16525 * sysdeps/unix/sysv/linux/fcntl.c (__libc_fcntl): Fix F_GETLK64, 17072 instead of __fcntl and/or __libc_fcntl. 17087 * io/Versions [GLIBC_PRIVATE]: Add __libc_fcntl, 17095 (__libc_fcntl): Remove attribute_hidden. 17096 * sysdeps/unix/sysv/linux/fcntl.c (__libc_fcntl): Call
|
D | ChangeLog.20 | 5848 (__libc_fcntl): Modified function.
|
D | ChangeLog.14 | 5529 * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Only enable 13587 original __libc_fcntl code. Just renamed. 14816 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
|
D | ChangeLog.11 | 603 * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): When 4863 * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Try fcntl
|
D | ChangeLog.21 | 3346 (__libc_fcntl): Modified function.
|
D | ChangeLog.17 | 8707 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
|
D | ChangeLog.18 | 911 (__libc_fcntl): Use SYSCALL_CANCEL macro. 29539 * include/fcntl.h (__libc_fcntl): Add attribute_hidden. 36776 * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Likewise. 36799 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__libc_fcntl):
|