Home | History | Annotate | Download | only in include

Lines Matching refs:__size_t

27 #ifndef __size_t
29 typedef __SIZE_TYPE__ __size_t;
35 # ifndef __size_t
36 # define __size_t size_t
40 /* The GNU CC stddef.h version defines __size_t as empty. We need a real
42 # undef __size_t
43 # define __size_t size_t
92 __size_t gl_pathc; /* Count of paths matched by the pattern. */
94 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */
121 __size_t gl_pathc;
123 __size_t gl_offs;