Searched defs:size_t (Results 26 - 35 of 35) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h87 typedef unsigned int size_t; typedef
261 size_t getpagesize(void);
281 void *memmove(void *dest, const void *src, size_t len);
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 );
309 int readlink( const char *path, char *buf, size_t size );
318 int strncasecmp(const char *str1, const char *str2, size_t n);
345 static inline void *memcpy_unaligned( void *dst, const void *src, size_t size )
350 extern void *memcpy_unaligned( void *dst, const void *src, size_t size );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoaimp.h213 extern Char *MALLOC ANSI((size_t));
513 typedef unsigned int size_t; typedef
515 extern void memcpy_D2A ANSI((void*, const void*, size_t));
603 extern char *nrv_alloc (CONST char*, char **, size_t);
608 extern char *rv_alloc (size_t);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/netinet6/
H A Din6.h725 extern int in6_src_sysctl __P((void *, size_t *, void *, size_t));
740 typedef _EFI_SIZE_T_ size_t; typedef
759 extern size_t inet6_rthdr_space (int, int);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dsocket.h90 typedef _EFI_SIZE_T_ size_t; typedef
551 ssize_t recv(int, void *, size_t, int);
552 ssize_t recvfrom(int, void * __restrict, size_t, int,
555 ssize_t send(int, const void *, size_t, int);
557 size_t, int, const struct sockaddr *, socklen_t);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h494 #undef size_t macro
495 #define size_t xf86size_t macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h538 #undef size_t macro
539 #define size_t xf86size_t macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h538 #undef size_t macro
539 #define size_t xf86size_t macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h544 #undef size_t macro
545 #define size_t xf86size_t macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Ipf/
H A Dpyconfig.h1008 /* The size of `size_t', as computed by sizeof. */
1222 #undef size_t macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h542 #undef size_t macro
543 #define size_t xf86size_t macro

Completed in 76 milliseconds

12