Home
last modified time | relevance | path

Searched refs:__libc_fcntl (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dfcntl.c31 __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)
Dfcntl64.c62 weak_alias (__libc_fcntl64, __libc_fcntl)
/glibc-2.36/sysdeps/mach/hurd/
Dfcntl.c33 __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)
Dfcntl_nocancel.c2 #define __libc_fcntl __fcntl_nocancel macro
/glibc-2.36/include/
Dfcntl.h11 extern int __libc_fcntl (int fd, int cmd, ...);
12 libc_hidden_proto (__libc_fcntl)
/glibc-2.36/sysdeps/unix/sysv/linux/generic/
Ddup2.c30 return __libc_fcntl (fd, F_GETFL, 0) < 0 ? -1 : fd; in __dup2()
/glibc-2.36/sysdeps/unix/
Dgrantpt.c116 if (__libc_fcntl (fd, F_GETFD) == -1 && errno == EBADF) in grantpt()
Dsyscalls.list20 fcntl - fcntl Ci:iiF __libc_fcntl __fcntl fcntl
/glibc-2.36/ChangeLog.old/
DChangeLog.154224 (__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
DChangeLog.134671 * 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.
DChangeLog.101385 * 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
DChangeLog.199040 * 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
DChangeLog.205848 (__libc_fcntl): Modified function.
DChangeLog.145529 * 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
DChangeLog.11603 * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): When
4863 * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Try fcntl
DChangeLog.213346 (__libc_fcntl): Modified function.
DChangeLog.178707 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
DChangeLog.18911 (__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):