Searched refs:__size_t (Results 1 - 25 of 34) sorted by relevance

12

/openbsd-current/include/
H A Dsearch.h17 typedef __size_t size_t;
H A Dstddef.h49 typedef __size_t size_t;
H A Dstrings.h47 typedef __size_t size_t;
H A Duchar.h20 typedef __size_t size_t;
H A Dglob.h46 typedef __size_t size_t;
/openbsd-current/lib/libc/include/
H A Dnamespace.h85 BUILTIN void *memmove(void *, const void *, __size_t);
86 BUILTIN void *memcpy(void *__restrict, const void *__restrict, __size_t);
87 BUILTIN void *memset(void *, int, __size_t);
/openbsd-current/include/arpa/
H A Dinet.h120 typedef __size_t size_t;
/openbsd-current/sys/sys/
H A Duio.h43 typedef __size_t size_t;
H A Dmman.h137 typedef __size_t size_t;
H A Dselect.h104 __size_t _n = __howmany(FD_SETSIZE, __NFDBITS); \
/openbsd-current/sys/arch/sparc64/include/
H A D_types.h123 typedef unsigned long __size_t; typedef
/openbsd-current/sys/arch/mips64/include/
H A D_types.h128 typedef unsigned long __size_t; typedef
/openbsd-current/sys/arch/i386/include/
H A D_types.h123 typedef unsigned long __size_t; typedef
/openbsd-current/sys/arch/powerpc/include/
H A D_types.h123 typedef unsigned long __size_t; typedef
/openbsd-current/sys/arch/m88k/include/
H A D_types.h127 typedef unsigned long __size_t; typedef
/openbsd-current/sys/arch/sh/include/
H A D_types.h123 typedef unsigned long __size_t; typedef
/openbsd-current/sys/arch/riscv64/include/
H A D_types.h125 typedef unsigned long __size_t; typedef
/openbsd-current/sys/arch/powerpc64/include/
H A D_types.h124 typedef unsigned long __size_t; typedef
/openbsd-current/sys/arch/alpha/include/
H A D_types.h123 typedef unsigned long __size_t; typedef
/openbsd-current/sys/arch/hppa/include/
H A D_types.h127 typedef unsigned long __size_t; typedef
/openbsd-current/sys/arch/arm/include/
H A D_types.h123 typedef unsigned long __size_t; typedef
/openbsd-current/sys/arch/amd64/include/
H A D_types.h123 typedef unsigned long __size_t; typedef
/openbsd-current/sys/arch/arm64/include/
H A D_types.h124 typedef unsigned long __size_t; typedef
/openbsd-current/gnu/gcc/gcc/ginclude/
H A Dstddef.h188 #ifndef __size_t
206 /* __size_t is a typedef on FreeBSD 5!, must not trash it. */
208 #define __size_t macro
219 #endif /* __size_t */
/openbsd-current/gnu/usr.bin/gcc/gcc/ginclude/
H A Dstddef.h187 #ifndef __size_t
205 /* __size_t is a typedef on FreeBSD 5 and OpenBSD 3.9!, must not trash it. */
207 #define __size_t macro
218 #endif /* __size_t */

Completed in 126 milliseconds

12