Searched refs:__size_t (Results 1 – 2 of 2) sorted by relevance
49 #ifndef __size_t51 # define __size_t size_t macro54 typedef __SIZE_TYPE__ __size_t;64 typedef unsigned long int __size_t;71 # undef __size_t72 # define __size_t size_t122 __size_t gl_pathc; /* Count of paths matched by the pattern. */124 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */144 __size_t gl_pathc;146 __size_t gl_offs;
20 FreeBSD, declare __size_t to simply size_t.