Searched defs:ssize_t (Results 1 - 25 of 28) sorted by relevance

12

/vbox/include/iprt/nocrt/compiler/
H A Dmsc.h37 #undef ssize_t macro
38 typedef intptr_t ssize_t; typedef
H A Dgcc.h96 typedef __SSIZE_TYPE__ ssize_t; typedef
98 typedef int32_t ssize_t;
100 typedef int64_t ssize_t;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/OobRx/
H A DOobRx.h37 #define ssize_t int macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/OobTx/
H A DOobTx.h38 #define ssize_t int macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/RawIp4Rx/
H A DRawIp4Rx.h36 #define ssize_t int macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/RawIp4Tx/
H A DRawIp4Tx.h38 #define ssize_t int macro
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/
H A Dstdint.h7 typedef signed long ssize_t; typedef
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/bits/
H A Dstdint.h5 typedef signed long ssize_t; typedef
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Duio.h53 typedef _BSD_SSIZE_T_ ssize_t; typedef
114 ssize_t preadv(int, const struct iovec *, int, off_t);
115 ssize_t pwritev(int, const struct iovec *, int, off_t);
117 ssize_t readv(int, const struct iovec *, int);
118 ssize_t writev(int, const struct iovec *, int);
H A Dtypes.h254 typedef _BSD_SSIZE_T_ ssize_t; typedef
H A Dsocket.h96 typedef _BSD_SSIZE_T_ ssize_t; typedef
551 ssize_t recv(int, void *, size_t, int);
552 ssize_t recvfrom(int, void * __restrict, size_t, int,
554 ssize_t recvmsg(int, struct msghdr *, int);
555 ssize_t send(int, const void *, size_t, int);
556 ssize_t sendto(int, const void *,
558 ssize_t sendmsg(int, const struct msghdr *, int);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dtypes.h75 typedef __int64 ssize_t; typedef
77 typedef int ssize_t; typedef
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/
H A Dtypes.h75 typedef __int64 ssize_t; typedef
77 typedef int ssize_t; typedef
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dudptcpip.c17 typedef int ssize_t; typedef
H A Dtcpip.c15 typedef int ssize_t; typedef
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h81 typedef INTN ssize_t; typedef
185 ssize_t read (int, void *, size_t);
186 ssize_t write (int, const void *, size_t);
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h90 typedef int ssize_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 Dport.h89 typedef int ssize_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 Dport.h90 typedef int ssize_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 Dport.h87 typedef int ssize_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 Dport.h90 typedef int ssize_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 Dport.h90 typedef int ssize_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/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h496 #undef ssize_t macro
497 #define ssize_t xf86ssize_t macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h540 #undef ssize_t macro
541 #define ssize_t xf86ssize_t macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h540 #undef ssize_t macro
541 #define ssize_t xf86ssize_t macro

Completed in 95 milliseconds

12