Home
last modified time | relevance | path

Searched refs:lockf64 (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dfcntl.h188 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
190 # define lockf lockf64
194 extern int lockf64 (int __fd, int __cmd, __off64_t __len);
A Dunistd.h1195 lockf64) __wur;
1197 # define lockf lockf64
1201 extern int lockf64 (int __fd, int __cmd, __off64_t __len) __wur;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/file/
A DMakefile.in21 libc-nomulti-$(UCLIBC_HAS_LFS) += $(MISC_FILE_OUT)/lockf64.o
A Dlockf64.c40 int lockf64 (int fd, int cmd, off64_t len64) in lockf64() function

Completed in 9 milliseconds