Searched refs:__off64_t (Results 1 – 15 of 15) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | unistd.h | 216 typedef __off64_t off_t; 221 typedef __off64_t off64_t; 304 extern __off64_t __REDIRECT_NTH (lseek, 305 (int __fd, __off64_t __offset, int __whence), 312 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence) 356 __off64_t __offset), 359 size_t __nbytes, __off64_t __offset), 372 __off64_t __offset) __wur; 376 __off64_t __offset) __wur; 953 (__const char *__file, __off64_t __length), [all …]
|
| H A D | fcntl.h | 162 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64); 168 extern int lockf64 (int __fd, int __cmd, __off64_t __len); 180 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset, 181 __off64_t __len, int __advise), 188 extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len, 201 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset, 202 __off64_t __len), 209 extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len);
|
| H A D | aio.h | 53 char __pad[sizeof (__off64_t) - sizeof (__off_t)]; 55 __off64_t aio_offset; /* File offset. */ 79 __off64_t aio_offset; /* File offset. */
|
| H A D | stdio.h | 751 (FILE *__stream, __off64_t __off, int __whence), 753 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64); 787 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence); 788 extern __off64_t ftello64 (FILE *__stream) __wur;
|
| H A D | _G_config.h | 29 __off64_t __pos; 34 #define _G_off64_t __off64_t
|
| H A D | dirent.h | 333 __off64_t *__restrict __basep), 343 __off64_t *__restrict __basep)
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | fcntl.h | 159 __off64_t l_start; /* Offset where the lock begins. */ 160 __off64_t l_len; /* Size of the locked area; zero means until EOF. */ 176 __off64_t l_start; /* Offset where the lock begins. */ 177 __off64_t l_len; /* Size of the locked area; zero means until EOF. */ 229 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count) 234 extern int sync_file_range (int __fd, __off64_t __from, __off64_t __to, 243 extern ssize_t splice (int __fdin, __off64_t *__offin, int __fdout, 244 __off64_t *__offout, size_t __len,
|
| H A D | stat.h | 62 __off64_t st_size; /* Size of file, in bytes. */ 107 __off64_t st_size; /* Size of file, in bytes. */ 153 __off64_t st_size; 198 __off64_t st_size;
|
| H A D | unistd.h | 52 __off64_t __offset, size_t __bufsize) __wur; 58 __off64_t __offset), pread64) __wur; 66 __off64_t __offset, size_t __bufsize), 88 pread (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) in pread() 106 pread64 (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) in pread64()
|
| H A D | dirent.h | 30 __off64_t d_off; 41 __off64_t d_off;
|
| H A D | types.h | 142 __STD_TYPE __OFF64_T_TYPE __off64_t; /* Type of file sizes and offsets (LFS). */ variable 184 typedef __off64_t __loff_t; /* Type of file sizes and offsets (LFS). */
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | mman.h | 32 typedef __off64_t off_t; 64 int __flags, int __fd, __off64_t __offset), 72 int __flags, int __fd, __off64_t __offset) __THROW;
|
| H A D | sendfile.h | 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 | types.h | 90 typedef __off64_t off_t; 95 typedef __off64_t off64_t;
|
| H A D | stat.h | 78 typedef __off64_t off_t;
|