HomeSort by: relevance | last modified time | path
    Searched refs:__size_t (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
glob_.h 38 #ifndef __size_t
39 # define __size_t size_t macro
glob-libc.h 29 #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_pathc
    [all...]
  /src/external/gpl2/gmake/dist/glob/
glob.h 49 #ifndef __size_t
51 # define __size_t size_t macro
54 typedef __SIZE_TYPE__ __size_t; typedef
58 * Conflicts with DECCs aready defined type __size_t.
60 * Anyway if DECC is used and __SIZE_T is defined then __size_t is
63 # if !(defined __DECC && defined __SIZE_T)
64 typedef unsigned long int __size_t; typedef
69 /* The GNU CC stddef.h version defines __size_t as empty. We need a real
71 # undef __size_t macro
72 # define __size_t macro
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stddef.h 173 #ifndef __SIZE_T
184 #ifndef __size_t
191 #define __SIZE_T
206 /* __size_t is a typedef, must not trash it. */
208 #define __size_t macro
219 #endif /* __size_t */
230 #endif /* __SIZE_T */
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stddef.h 102 # undef __SIZE_T
188 #ifndef __SIZE_T
199 #ifndef __size_t
206 #define __SIZE_T
221 /* __size_t is a typedef, must not trash it. */
223 #define __size_t macro
234 #endif /* __size_t */
245 #endif /* __SIZE_T */
  /src/crypto/external/apache2/openssl/dist/crypto/dso/
dso_vms.c 30 void *_malloc32(__size_t);
31 static void *dso_malloc(__size_t num, const char *file, int line)
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_log.c 39 void *_malloc32(__size_t);
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_log.c 37 void *_malloc32(__size_t);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_log.c 37 void *_malloc32(__size_t);
  /src/crypto/external/bsd/openssl/dist/crypto/dso/
dso_vms.c 29 void *_malloc32(__size_t);
  /src/crypto/external/bsd/openssl.old/dist/crypto/dso/
dso_vms.c 29 void *_malloc32(__size_t);

Completed in 49 milliseconds