Searched refs:fcntl64 (Results 1 – 25 of 55) sorted by relevance
123
/glibc-2.36/io/ |
D | fcntl.h | 180 extern int __REDIRECT (fcntl, (int __fd, int __cmd, ...), fcntl64); 182 # define fcntl fcntl64 186 extern int fcntl64 (int __fd, int __cmd, ...); 192 extern int __REDIRECT_NTH (fcntl64, (int __fd, int __request, ...), 196 # define fcntl64 __fcntl_time64 macro
|
D | fcntl64.c | 36 stub_warning (fcntl64) 38 weak_alias (__fcntl64, fcntl64)
|
D | Makefile | 44 fcntl fcntl64 flock lockf lockf64 \ 115 CFLAGS-fcntl64.c += -fexceptions -fasynchronous-unwind-tables
|
D | Versions | 133 fcntl64;
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-o_path-locks.c | 42 int ret = fcntl64 (fd, F_SETLK, &lock); in subprocess() 79 TEST_COMPARE (fcntl64 (fd, F_SETLK, &lock), 0); in do_test() 90 TEST_COMPARE (fcntl64 (fd, F_SETLK, &lock), 0); in do_test()
|
D | fcntl.c | 46 return SYSCALL_CANCEL (fcntl64, fd, cmd, arg); in __libc_fcntl() 58 return SYSCALL_CANCEL (fcntl64, fd, cmd, &flk64); in __libc_fcntl() 72 int ret = INLINE_SYSCALL_CALL (fcntl64, fd, cmd, &flk64); in __libc_fcntl()
|
D | fcntl_nocancel.c | 55 int res = INTERNAL_SYSCALL_CALL (fcntl64, fd, F_GETOWN_EX, &fex); in hidden_def() 63 return INLINE_SYSCALL_CALL (fcntl64, fd, cmd, (void *) arg); in hidden_def()
|
D | fcntl64.c | 49 return SYSCALL_CANCEL (fcntl64, fd, cmd, arg); in __libc_fcntl64() 56 weak_alias (__libc_fcntl64, fcntl64)
|
D | tst-ofdlocks.c | 49 int ret = fcntl64 (temp_fd, F_OFD_SETLKW, &lck64); in do_test()
|
D | syscall-names.list | 123 fcntl64
|
/glibc-2.36/login/ |
D | tst-pututxline-lockfail.c | 80 TEST_COMPARE (fcntl64 (fd, F_SETLKW, &fl), 0); in subprocess_lock_file()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | fcntl.c | 303 weak_alias (__fcntl64, fcntl64)
|
/glibc-2.36/elf/ |
D | sotruss-lib.c | 106 out_fd = fcntl64 (STDERR_FILENO, F_DUPFD, 1000); in init()
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 746 GLIBC_2.35 fcntl64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 754 GLIBC_2.36 fcntl64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 785 GLIBC_2.33 fcntl64 F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 2072 GLIBC_2.28 fcntl64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 792 GLIBC_2.32 fcntl64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 2311 GLIBC_2.28 fcntl64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 2348 GLIBC_2.28 fcntl64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 2361 GLIBC_2.28 fcntl64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 830 GLIBC_2.29 fcntl64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 2065 GLIBC_2.28 fcntl64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 2076 GLIBC_2.28 fcntl64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 2438 GLIBC_2.28 fcntl64 F
|
123