/vbox/include/iprt/nocrt/compiler/ |
H A D | msc.h | 37 #undef ssize_t macro 38 typedef intptr_t ssize_t; typedef
|
H A D | gcc.h | 96 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 D | OobRx.h | 37 #define ssize_t int macro
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/OobTx/ |
H A D | OobTx.h | 38 #define ssize_t int macro
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/RawIp4Rx/ |
H A D | RawIp4Rx.h | 36 #define ssize_t int macro
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/RawIp4Tx/ |
H A D | RawIp4Tx.h | 38 #define ssize_t int macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/ |
H A D | stdint.h | 7 typedef signed long ssize_t; typedef
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/bits/ |
H A D | stdint.h | 5 typedef signed long ssize_t; typedef
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | uio.h | 53 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 D | types.h | 254 typedef _BSD_SSIZE_T_ ssize_t; typedef
|
H A D | socket.h | 96 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 D | types.h | 75 typedef __int64 ssize_t; typedef 77 typedef int ssize_t; typedef
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/ |
H A D | types.h | 75 typedef __int64 ssize_t; typedef 77 typedef int ssize_t; typedef
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | udptcpip.c | 17 typedef int ssize_t; typedef
|
H A D | tcpip.c | 15 typedef int ssize_t; typedef
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/ |
H A D | OpenSslSupport.h | 81 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 D | port.h | 90 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 D | port.h | 89 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 D | port.h | 90 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 D | port.h | 87 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 D | port.h | 90 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 D | port.h | 90 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 D | xf86_libc.h | 496 #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 D | xf86_libc.h | 540 #undef ssize_t macro 541 #define ssize_t xf86ssize_t macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 540 #undef ssize_t macro 541 #define ssize_t xf86ssize_t macro
|