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

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dglob_.h38 #ifndef __size_t
39 # define __size_t size_t macro
H A Dglob-libc.h29 #ifndef __size_t
31 typedef __SIZE_TYPE__ __size_t; typedef
37 # ifndef __size_t
38 # define __size_t size_t
42 /* The GNU CC stddef.h version defines __size_t as empty. We need a real
44 # undef __size_t
45 # define __size_t size_t
94 __size_t gl_pathc; /* Count of paths matched by the pattern. */
96 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */
123 __size_t gl_path
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/graphite/
H A Dscop-19.c2 typedef __uint32_t __size_t; typedef
3 typedef __size_t size_t;
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/glob/
H A Dglob.h49 #ifndef __size_t
51 typedef __SIZE_TYPE__ __size_t; typedef
55 * Conflicts with DECCs aready defined type __size_t.
57 * Anyway if DECC is used and __SIZE_T is defined then __size_t is
61 typedef unsigned long int __size_t; typedef
65 /* The GNU CC stddef.h version defines __size_t as empty. We need a real
67 # undef __size_t macro
68 # define __size_t size_t macro
118 __size_t gl_pathc; /* Count of paths matched by the pattern. */
120 __size_t gl_off
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstddef.h187 #ifndef __size_t
205 /* __size_t is a typedef on FreeBSD 5!, must not trash it. */
207 #define __size_t macro
218 #endif /* __size_t */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/ginclude/
H A Dstddef.h190 #ifndef __size_t
208 /* __size_t is a typedef on FreeBSD 5!, must not trash it. */
210 #define __size_t macro
221 #endif /* __size_t */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_log.c83 void * _malloc32 (__size_t);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_vms.c85 void * _malloc32 (__size_t);

Completed in 176 milliseconds