Searched refs:__off_t (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/boot/include/ |
H A D | stdio.h | 43 typedef __off_t fpos_t; 53 typedef __off_t off_t; 335 int fseeko(FILE *, __off_t, int); 336 __off_t ftello(FILE *); 435 int ftruncate(int, __off_t); 439 __off_t lseek(int, __off_t, int); 443 void *mmap(void *, size_t, int, int, int, __off_t); 447 int truncate(const char *, __off_t);
|
H A D | unistd.h | 48 typedef __off_t off_t;
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | _types.h | 53 typedef __int64_t __off_t; /* file offset */ typedef
|
H A D | fcntl.h | 56 typedef __off_t off_t;
|
H A D | stat.h | 86 typedef __off_t off_t;
|
H A D | types.h | 181 typedef __off_t off_t; /* file offset */
|
H A D | socket.h | 55 typedef __off_t off_t;
|