Searched refs:__offset (Results 1 – 9 of 9) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | unistd.h | 50 __off_t __offset, size_t __bufsize) __wur; 52 __off64_t __offset, size_t __bufsize) __wur; 55 __off_t __offset), pread) __wur; 58 __off64_t __offset), pread64) __wur; 61 __off_t __offset, size_t __bufsize), __pread_chk) 66 __off64_t __offset, size_t __bufsize), 73 pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) in pread() argument 78 return __pread_chk (__fd, __buf, __nbytes, __offset, __bos0 (__buf)); in pread() 81 return __pread_chk_warn (__fd, __buf, __nbytes, __offset, in pread() 84 return __pread_alias (__fd, __buf, __nbytes, __offset); in pread() [all …]
|
| H A D | fcntl.h | 229 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | unistd.h | 301 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW; 305 (int __fd, __off64_t __offset, int __whence), 312 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence) 344 __off_t __offset) __wur; 352 __off_t __offset) __wur; 356 __off64_t __offset), 359 size_t __nbytes, __off64_t __offset), 372 __off64_t __offset) __wur; 376 __off64_t __offset) __wur; 884 size_t __offset, unsigned int __scale)
|
| H A D | fcntl.h | 176 extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len, 180 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset, 188 extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len, 198 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len); 201 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset, 209 extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len);
|
| H A D | thread_db.h | 415 psaddr_t __map_address, size_t __offset,
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/ |
| H A D | in.h | 502 extern int inet6_opt_append (void *__extbuf, socklen_t __extlen, int __offset, 505 extern int inet6_opt_finish (void *__extbuf, socklen_t __extlen, int __offset) 507 extern int inet6_opt_set_val (void *__databuf, int __offset, void *__val, 509 extern int inet6_opt_next (void *__extbuf, socklen_t __extlen, int __offset, 512 extern int inet6_opt_find (void *__extbuf, socklen_t __extlen, int __offset, 515 extern int inet6_opt_get_val (void *__databuf, int __offset, void *__val,
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | unistd.h | 101 off_t _EXFUN(lseek, (int __fildes, off_t __offset, int __whence )); 109 ssize_t _EXFUN(pread, (int __fd, void *__buf, size_t __nbytes, off_t __offset)); 110 ssize_t _EXFUN(pwrite, (int __fd, const void *__buf, size_t __nbytes, off_t __offset)); 182 _off_t _EXFUN(_lseek, (int __fildes, _off_t __offset, int __whence )); 184 _off64_t _EXFUN(_lseek64, (int __filedes, _off64_t __offset, int __whence ));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | sendfile.h | 34 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset, 39 (int __out_fd, int __in_fd, __off64_t *__offset, 46 extern ssize_t sendfile64 (int __out_fd, int __in_fd, __off64_t *__offset,
|
| H A D | mman.h | 59 int __flags, int __fd, __off_t __offset) __THROW; 64 int __flags, int __fd, __off64_t __offset), 72 int __flags, int __fd, __off64_t __offset) __THROW;
|