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

1234

/vbox/src/libs/zlib-1.2.6/
H A Dzconf.h.in401 # include <sys/types.h> /* for off_t */
420 # include <unistd.h> /* for SEEK_* and off_t */
422 # include <unixio.h> /* for off_t */
425 # define z_off_t off_t
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c105 off_t sfv_off; /* offset to start reading from */
343 off_t offset; /* offset in file to send */
372 off_t offset;
1123 off_t oldoffset;
2412 sfv_struct[sfvcnt].sfv_off = (off_t) sfd->header;
2428 sfv_struct[sfvcnt].sfv_off = (off_t) sfd->trailer;
2577 off_t offset;
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c76 off_t tsize;
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-solaris.c179 static off_t g_cbMMIO;
/vbox/src/VBox/Runtime/r3/posix/
H A Drtmempage-exec-mmap-heap-posix.cpp165 static void *mmap(void *pvWhere, size_t cb, int fProt, int fFlags, int fd, off_t off)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_unixos.h612 typedef off_t _MDOff64_t;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c1121 static off_t
1144 off_t filesize;
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Dtftp.c816 off_t offset;
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c936 off_t offset;
H A Dvboxfs_vnode.c2276 off_t offset = 0;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp1097 if (truncate(mPath.get(), (off_t)size) == -1)
/vbox/src/libs/liblzf-3.4/
H A Dconfigure2701 /* Check that off_t can represent 2**63 - 1 correctly.
2705 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
2830 /* Check that off_t can represent 2**63 - 1 correctly.
2834 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
2897 /* Check that off_t can represent 2**63 - 1 correctly.
2901 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
2983 /* Check that off_t ca
[all...]
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp253 return (off_t)cbFile == st.st_size ? cbFile : ~(size_t)0;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfigure7520 /* Check that off_t can represent 2**63 - 1 correctly.
7524 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7566 /* Check that off_t can represent 2**63 - 1 correctly.
7570 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7590 /* Check that off_t can represent 2**63 - 1 correctly.
7594 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7635 /* Check that off_t ca
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp1426 off_t cbMedia = 0;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c2714 off_t off;

Completed in 273 milliseconds

1234