Searched refs:fcntl64 (Results 1 – 8 of 8) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | __syscall_fcntl64.c | 20 _syscall3(int, __NC(fcntl64), int, fd, int, cmd, long, arg) in _syscall3() argument 22 int fcntl64(int fd, int cmd, ...) in _syscall3() 32 return __NC(fcntl64)(fd, cmd, arg); in _syscall3() 35 int result = __NC(fcntl64)(fd, cmd, arg); in _syscall3() 40 lt_strong_alias(fcntl64) 41 lt_libc_hidden(fcntl64)
|
A D | __syscall_fcntl.c | 22 return INLINE_SYSCALL(fcntl64, 3, fd, cmd, arg); in __NC() 51 return INLINE_SYSCALL(fcntl64, 3, fd, cmd, arg); in fcntl() 58 int result = INLINE_SYSCALL(fcntl64, 3, fd, cmd, arg); in fcntl() 67 strong_alias_untyped(fcntl,fcntl64) 68 lt_strong_alias(fcntl64) 69 lt_libc_hidden(fcntl64)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | fcntl.h | 83 extern int __REDIRECT (fcntl, (int __fd, int __cmd, ...), fcntl64); 85 # define fcntl fcntl64 89 extern int fcntl64 (int __fd, int __cmd, ...); 92 libc_hidden_proto(fcntl64)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/file/ |
A D | lockf64.c | 29 #define fcntl fcntl64
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | file.cc | 197 extern "C" int fcntl64 (int __fd, int __cmd, ...); 200 extern "C" int fcntl64(int fd, int cmd, ...) in fcntl64() function 261 return fcntl64(fd, cmd, arg); in fcntl()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | wrapsyscall.c | 85 CANCELABLE_SYSCALL_VA (int, fcntl64, (int fd, int cmd, ...),
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Changelog | 749 o Added missing syscalls: get_kernel_syms, fcntl64,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | ChangeLog | 10246 * pt-fcntl.c (__fcntl): Use fcntl64 syscall, not fcntl.
|
Completed in 19 milliseconds