Searched refs:off_t (Results 51 - 75 of 91) sorted by relevance

1234

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h81 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/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp907 off_t offDir, struct fuse_file_info *pInfo)
1163 off_t offFile, struct fuse_file_info *pInfo)
1169 AssertReturn((off_t)(offFile + cbBuf) >= offFile, -EINVAL);
1185 if ((off_t)(offFile + cbBuf) < offFile)
1194 if ((off_t)(offFile + cbBuf) >= pFlatImage->Node.cbPrimary)
1283 off_t offFile, struct fuse_file_info *pInfo)
1289 AssertReturn((off_t)(offFile + cbBuf) >= offFile, -EINVAL);
1305 if ((off_t)(offFile + cbBuf) < offFile)
1314 if ((off_t)(offFile + cbBuf) >= pFlatImage->Node.cbPrimary)
/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioPci-solaris.c134 static void VirtioPciGet(PVIRTIODEVICE pDevice, off_t off, void *pv, size_t cb);
135 static void VirtioPciSet(PVIRTIODEVICE pDevice, off_t off, void *pv, size_t cb);
322 static void VirtioPciSet(PVIRTIODEVICE pDevice, off_t off, void *pv, size_t cb)
342 static void VirtioPciGet(PVIRTIODEVICE pDevice, off_t off, void *pv, size_t cb)
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c412 off_t lseek (int a, off_t o, int d)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_nextstep.h273 int fildes, off_t off);
280 int fildes, off_t off);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c95 off_t
99 off_t offset,
214 IN OUT off_t *offset,
265 IN off_t *offset,
273 off_t Position = 0;
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c280 #define PULL8(p) (PULL4(p)+((off_t)PULL4(p+4)<<32))
294 off_t first; /* offset of first stored block first length byte */
297 off_t last; /* offset of last stored block first length byte */
504 off_t end;
613 off_t end;
H A Dgzappend.c208 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1)
263 off_t lastoff, end;
/vbox/src/VBox/Devices/PC/ipxe/src/image/
H A Dscript.c59 off_t eol;
/vbox/src/bldprogs/
H A Dbin2c.c38 off_t Pos = ftell(pFile);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c116 off_t const offSaved = lseek(fd, 0, SEEK_CUR);
123 if ((off_t)offFile != offFile) {
163 if ((off_t)offFile != offFile) {
/vbox/src/libs/zlib-1.2.6/test/
H A Dminigzip.c399 off_t buf_len; /* length of the input file */
408 buf = mmap((caddr_t) 0, buf_len, PROT_READ, MAP_SHARED, ifd, (off_t)0);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dmmap.c109 int fildes, off_t off)
180 int fildes, off_t off)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfseeko.c72 fseeko(FILE *fp, off_t offset, int whence)
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dposix_io.c260 ssize_t read_user ( int fd, userptr_t buffer, off_t offset, size_t max_len ) {
H A Dxfer.c350 int xfer_seek ( struct interface *intf, off_t offset ) {
/vbox/src/VBox/Runtime/r3/linux/
H A Dsysfs.cpp226 off_t off = lseek(fd, 0, SEEK_CUR);
/vbox/src/libs/liblzf-3.4/
H A Dlzf.c58 static off_t nr_read, nr_written;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Ipf/
H A Dpyconfig.h388 /* 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
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecUnix.cpp88 extern "C" int truncate(const char *, off_t);
/vbox/src/libs/zlib-1.2.6/
H A Dzconf.h496 # include <sys/types.h> /* for off_t */
515 # include <unistd.h> /* for SEEK_* and off_t */
517 # include <unixio.h> /* for off_t */
520 # define z_off_t off_t
H A Dzconf.h.cmakein403 # include <sys/types.h> /* for off_t */
422 # include <unistd.h> /* for SEEK_* and off_t */
424 # include <unixio.h> /* for off_t */
427 # define z_off_t off_t
/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c211 ftruncate_growable(int fd, off_t length)
214 off_t pos;
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvboxsf.c759 status_t vboxsf_read(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, off_t pos, void *buffer, size_t *length)
780 status_t vboxsf_write(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, off_t pos, const void *buffer, size_t *length)
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp303 off_t offNative = (off_t)off;

Completed in 174 milliseconds

1234