taglinefilesource code
size_t268include/linux/fs.hint (*mmap) (struct inode *, struct file *, unsigned long, size_t, int, unsigned long);
size_t13include/linux/stddef.h#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
size_t33include/linux/string.hextern inline char * strncpy(char * dest,const char *src,size_t count)
size_t63include/linux/string.hextern inline char * strncat(char * dest,const char * src,size_t count)
size_t102include/linux/string.hextern inline int strncmp(const char * cs,const char * ct,size_t count)
size_t156include/linux/string.hextern inline size_t strspn(const char * cs, const char * ct)
size_t180include/linux/string.hextern inline size_t strcspn(const char * cs, const char * ct)
size_t258include/linux/string.hextern inline size_t strlen(const char * s)
size_t331include/linux/string.hextern inline void * memcpy(void * to, const void * from, size_t n)
size_t349include/linux/string.hextern inline void * memmove(void * dest,const void * src, size_t n)
size_t367include/linux/string.hextern inline int memcmp(const void * cs,const void * ct,size_t count)
size_t383include/linux/string.hextern inline void * memchr(const void * cs,char c,size_t count)
size_t399include/linux/string.hextern inline void * memset(void * s,char c,size_t count)
size_t26include/linux/xia_fs.hsize_t   i_size;    /* 8 */
size_t184kernel/blk_drv/scsi/ultrastor.csize_t i;
size_t128kernel/chr_drv/mem.cunsigned long addr, size_t len, int prot, unsigned long off)
size_t194kernel/chr_drv/mem.cunsigned long addr, size_t len, int prot, unsigned long off)
size_t45mm/mmap.clen = (size_t)    get_fs_long(buffer+1);  /* nbytes of mapping */
size_t138mm/mmap.cint sys_munmap(unsigned long addr, size_t len)
size_t108zBoot/misc.c__ptr_t memset(__ptr_t s, int c, size_t n)
size_t117zBoot/misc.csize_t __n)