Searched refs:lockf (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | fcntl.h | 159 extern int lockf (int __fd, int __cmd, __off_t __len); 162 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64); 164 # define lockf lockf64 macro
|
| H A D | unistd.h | 1034 extern int lockf (int __fd, int __cmd, __off_t __len) __wur; 1037 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), 1040 # define lockf lockf64 macro
|