| /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)); 195 int _EXFUN(ftruncate, (int __fd, off_t __length)); 196 int _EXFUN(truncate, (const char *, off_t __length));
|
| H A D | stat.h | 34 off_t st_size;
|
| H A D | types.h | 174 typedef long off_t; typedef
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | recordmcount.c | 79 static off_t 80 ulseek(int const fd, off_t const offset, int const whence) in ulseek() 82 off_t const w = lseek(fd, offset, whence); in ulseek() 83 if (w == (off_t)-1) { in ulseek()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/ |
| H A D | fcntl.h | 48 off_t l_start; 49 off_t l_len;
|
| H A D | stat.h | 28 off_t st_size; 107 off_t st_size;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/ |
| H A D | fcntl.h | 120 off_t l_start; 121 off_t l_len;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | agpgart.h | 80 off_t pg_start; /* starting page to populate */ 103 off_t pg_start; /* starting page to populate */
|
| H A D | types.h | 17 typedef __kernel_off_t off_t; typedef
|
| H A D | reiserfs_fs.h | 1922 int reiserfs_global_version_in_proc(char *buffer, char **start, off_t offset,
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | mman.h | 30 typedef __off_t off_t; typedef 32 typedef __off64_t off_t; typedef
|
| H A D | types.h | 88 typedef __off_t off_t; typedef 90 typedef __off64_t off_t; typedef
|
| H A D | stat.h | 76 typedef __off_t off_t; typedef 78 typedef __off64_t off_t; typedef
|
| H A D | sendfile.h | 34 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdio.h | 257 int _EXFUN(fseeko, (FILE *, off_t, int)); 258 off_t _EXFUN(ftello, ( FILE *));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | unistd.h | 214 typedef __off_t off_t; typedef 216 typedef __off64_t off_t; typedef
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | zconf.h | 370 # define z_off_t off_t
|
| /utopia/UTPA2-700.0.x/mxlib/msfs/ecos/ |
| H A D | MsFS.c | 674 return ftruncate((int)ID_IN_FS(stream), (off_t)length); in MsFS_Fftruncate()
|
| /utopia/UTPA2-700.0.x/mxlib/msfs/linux/ |
| H A D | MsFS.c | 688 return ftruncate(fd, (off_t)length); in MsFS_Fftruncate()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | sumversion.c | 467 if (lseek(fd, offset, SEEK_SET) == (off_t)-1) { in write_version()
|