/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/ |
H A D | stdint.h | 8 typedef signed long off_t; typedef
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/bits/ |
H A D | stdint.h | 6 typedef signed long off_t; typedef
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | uio.h | 65 #ifndef off_t 66 typedef __off_t off_t; /* file offset */ typedef 67 #define off_t __off_t macro 83 off_t uio_offset; /* offset into file this uio corresponds to */ 114 ssize_t preadv(int, const struct iovec *, int, off_t); 115 ssize_t pwritev(int, const struct iovec *, int, off_t);
|
H A D | types.h | 179 #ifndef off_t 180 typedef __off_t off_t; /* file offset */ typedef 181 #define off_t __off_t macro 218 * long arguments will be promoted to off_t if the program fails to 219 * include that header or explicitly cast them to off_t. 224 extern off_t lseek (int, off_t, int); 225 extern int truncate (const char *, off_t); 226 extern int ftruncate (int, off_t);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/ |
H A D | types.h | 66 #define off_t _off_t macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/ |
H A D | types.h | 66 #define off_t _off_t macro
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/ |
H A D | OpenSslSupport.h | 82 typedef INT64 off_t; typedef 134 off_t st_size; /* file size, in bytes */ 184 off_t lseek (int, off_t, int);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | stdio.h | 90 int fseeko (FILE *, off_t, int); 177 innards of an fpos_t anyway. The library internally uses off_t, 1505 #ifndef off_t 1506 typedef __off_t off_t; typedef 1507 #define off_t __off_t macro 1508 #endif /* off_t */ 1511 int fseeko(FILE *, off_t, int); 1512 off_t ftello(FILE *);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | port.h | 81 typedef long off_t; typedef 301 ssize_t pread( int fd, void *buf, size_t count, off_t offset ); 305 ssize_t pwrite( int fd, const void *buf, size_t count, off_t offset );
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | port.h | 80 typedef long off_t; typedef 305 ssize_t pread( int fd, void *buf, size_t count, off_t offset ); 309 ssize_t pwrite( int fd, const void *buf, size_t count, off_t offset );
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | port.h | 81 typedef long off_t; typedef 301 ssize_t pread( int fd, void *buf, size_t count, off_t offset ); 305 ssize_t pwrite( int fd, const void *buf, size_t count, off_t offset );
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/ |
H A D | port.h | 78 typedef long off_t; typedef 310 ssize_t pread( int fd, void *buf, size_t count, off_t offset ); 314 ssize_t pwrite( int fd, const void *buf, size_t count, off_t offset );
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | port.h | 81 typedef long off_t; typedef 301 ssize_t pread( int fd, void *buf, size_t count, off_t offset ); 305 ssize_t pwrite( int fd, const void *buf, size_t count, off_t offset );
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | port.h | 81 typedef long off_t; typedef 301 ssize_t pread( int fd, void *buf, size_t count, off_t offset ); 305 ssize_t pwrite( int fd, const void *buf, size_t count, off_t offset );
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Ipf/ |
H A D | pyconfig.h | 388 /* Defined to enable large file support when an off_t is bigger than a long 389 and long long is available and at least as big as an off_t. You may need to 996 /* The size of `off_t', as computed by sizeof. */ 1213 #undef off_t macro
|