Home
last modified time | relevance | path

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.c20 _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.c22 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 Dfcntl.h83 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 Dlockf64.c29 #define fcntl fcntl64
/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc197 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 Dwrapsyscall.c85 CANCELABLE_SYSCALL_VA (int, fcntl64, (int fd, int cmd, ...),
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DChangelog749 o Added missing syscalls: get_kernel_syms, fcntl64,
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog10246 * pt-fcntl.c (__fcntl): Use fcntl64 syscall, not fcntl.

Completed in 19 milliseconds