taglinefilesource code
size_t16include/asm-mips/types.htypedef __SIZE_TYPE__ size_t;
size_t6include/asm-ppc/types.htypedef unsigned int size_t;
size_t13include/asm-sparc/types.htypedef unsigned int size_t;      /* solaris sucks */
size_t15include/asm-sparc/types.htypedef long unsigned int size_t; /* sunos is much better */
size_t6include/linux/stddef.htypedef unsigned int size_t;
size_t30include/linux/types.htypedef __kernel_size_t    size_t;