Searched refs:lockf (Results 1 – 11 of 11) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | fcntl.h | 184 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 D | unistd.h | 1190 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 D | tst-cancel16.c | 54 (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 D | lockf.c | 27 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 D | wtent.c | 45 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 D | logwtmp.c | 48 if (lockf(fd, F_LOCK, 0) == 0) { 50 lockf(fd, F_ULOCK, 0);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | unistd-XSI.SUSv4.syms | 4 lockf
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/ |
A D | cancellation-points.c | 112 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 D | Makefile.in | 198 CFLAGS-lockf.c = -fexceptions
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | file.cc | 277 int lockf(int fd, int cmd, off_t len) in lockf() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Rules.mak | 822 # with -O0 we (e.g. lockf) might end up with references to
|
Completed in 19 milliseconds