taglinefilesource code
size_t6include/asm-alpha/types.htypedef unsigned long size_t;
size_t6include/asm-i386/types.htypedef unsigned int size_t;
size_t6include/asm-mips/types.htypedef unsigned long size_t;
size_t16include/asm-sparc/types.htypedef unsigned int size_t;      /* solaris sucks */
size_t18include/asm-sparc/types.htypedef long unsigned int size_t; /* sunos is much better */
size_t6include/linux/stddef.htypedef unsigned int size_t;