Home
last modified time | relevance | path

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 Dunistd.h214 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 Dfcntl.h159 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.h24 __off_t __pos;
33 #define _G_off_t __off_t
H A Daio.h52 __off_t aio_offset; /* File offset. */
53 char __pad[sizeof (__off64_t) - sizeof (__off_t)];
H A Dstdio.h742 extern int fseeko (FILE *__stream, __off_t __off, int __whence);
747 extern __off_t ftello (FILE *__stream) __wur;
H A Ddirent.h326 __off_t *__restrict __basep)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dunistd.h50 __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 Dfcntl.h151 __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 Dstat.h57 __off_t st_size; /* Size of file, in bytes. */
149 __off_t st_size;
H A Ddirent.h27 __off_t d_off;
H A Dtypes.h141 __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 Dmman.h30 typedef __off_t off_t;
59 int __flags, int __fd, __off_t __offset) __THROW;
H A Dtypes.h88 typedef __off_t off_t;
H A Dstat.h76 typedef __off_t off_t;
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/
H A Dtypes.h19 typedef long int __off_t; typedef