Home
last modified time | relevance | path

Searched refs:lockf (Results 1 – 11 of 11) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dfcntl.h184 extern int lockf (int __fd, int __cmd, __off_t __len);
185 libc_hidden_proto(lockf)
188 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
190 # define lockf lockf64
A Dunistd.h1190 extern int lockf (int __fd, int __cmd, __off_t __len) __wur;
1191 libc_hidden_proto(lockf)
1194 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len),
1197 # define lockf lockf64
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cancel16.c54 (void) lockf (fd, F_LOCK, 0); in tf()
117 if (lockf (fd, F_LOCK, 0) != 0) in do_test()
220 if (lockf (fd, F_LOCK, 0) != 0) in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/file/
A Dlockf.c27 int lockf (int fd, int cmd, off_t len) in lockf() function
71 libc_hidden_def(lockf)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/utmp/
A Dwtent.c45 if (lockf(fd, F_LOCK, 0) == 0) { in __updwtmp()
47 lockf(fd, F_ULOCK, 0); in __updwtmp()
/l4re-core-master/uclibc/lib/contrib/uclibc/libutil/
A Dlogwtmp.c48 if (lockf(fd, F_LOCK, 0) == 0) {
50 lockf(fd, F_ULOCK, 0);
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dunistd-XSI.SUSv4.syms4 lockf
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/
A Dcancellation-points.c112 MAKE_CANCEL_THREAD_FUNC(lockf, (-1, F_TEST, 0))
231 ret += TEST_FUNC(lockf); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DMakefile.in198 CFLAGS-lockf.c = -fexceptions
/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc277 int lockf(int fd, int cmd, off_t len) in lockf() function
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DRules.mak822 # with -O0 we (e.g. lockf) might end up with references to

Completed in 19 milliseconds