Searched refs:__off_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 | 214 typedef __off_t off_t; 301 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW; 344 __off_t __offset) __wur; 352 __off_t __offset) __wur; 948 extern int truncate (__const char *__file, __off_t __length) 970 extern int ftruncate (int __fd, __off_t __length) __THROW __wur; 1034 extern int lockf (int __fd, int __cmd, __off_t __len) __wur;
|
| H A D | fcntl.h | 159 extern int lockf (int __fd, int __cmd, __off_t __len); 176 extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len, 198 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);
|
| H A D | _G_config.h | 24 __off_t __pos; 33 #define _G_off_t __off_t
|
| H A D | aio.h | 52 __off_t aio_offset; /* File offset. */ 53 char __pad[sizeof (__off64_t) - sizeof (__off_t)];
|
| H A D | stdio.h | 742 extern int fseeko (FILE *__stream, __off_t __off, int __whence); 747 extern __off_t ftello (FILE *__stream) __wur;
|
| H A D | dirent.h | 326 __off_t *__restrict __basep)
|
| /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; 55 __off_t __offset), pread) __wur; 61 __off_t __offset, size_t __bufsize), __pread_chk) 73 pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) in pread()
|
| H A D | fcntl.h | 151 __off_t l_start; /* Offset where the lock begins. */ 152 __off_t l_len; /* Size of the locked area; zero means until EOF. */
|
| H A D | stat.h | 57 __off_t st_size; /* Size of file, in bytes. */ 149 __off_t st_size;
|
| H A D | dirent.h | 27 __off_t d_off;
|
| H A D | types.h | 141 __STD_TYPE __OFF_T_TYPE __off_t; /* Type of file sizes and offsets. */ variable
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | mman.h | 30 typedef __off_t off_t; 59 int __flags, int __fd, __off_t __offset) __THROW;
|
| H A D | types.h | 88 typedef __off_t off_t;
|
| H A D | stat.h | 76 typedef __off_t off_t;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/ |
| H A D | types.h | 19 typedef long int __off_t; typedef
|