taglinefilesource code
ct409drivers/char/vt.cunsigned int ct;
ct414drivers/char/vt.cct = get_fs_long(&a->kb_cnt);
ct415drivers/char/vt.cif (ct >= MAX_DIACR)
ct417drivers/char/vt.caccent_table_size = ct;
ct418drivers/char/vt.cmemcpy_fromfs(accent_table, a->kbdiacr, ct*sizeof(struct kbdiacr));
ct91include/linux/string.hextern inline int strcmp(const char * cs,const char * ct)
ct105include/linux/string.h:"=a" (__res):"S" (cs),"D" (ct):"si","di");
ct109include/linux/string.hextern inline int strncmp(const char * cs,const char * ct,size_t count)
ct125include/linux/string.h:"=a" (__res):"S" (cs),"D" (ct),"c" (count):"si","di","cx");
ct161include/linux/string.hextern inline size_t strspn(const char * cs, const char * ct)
ct180include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct185include/linux/string.hextern inline size_t strcspn(const char * cs, const char * ct)
ct204include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct209include/linux/string.hextern inline char * strpbrk(const char * cs,const char * ct)
ct231include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct236include/linux/string.hextern inline char * strstr(const char * cs,const char * ct)
ct258include/linux/string.h:"=a" (__res):"0" (0),"c" (0xffffffff),"S" (cs),"g" (ct)
ct277include/linux/string.hextern inline char * strtok(char * s,const char * ct)
ct331include/linux/string.h:"0" (___strtok),"1" (s),"g" (ct)
ct377include/linux/string.hextern inline int memcmp(const void * cs,const void * ct,size_t count)
ct387include/linux/string.h:"=a" (__res):"0" (0),"S" (cs),"D" (ct),"c" (count)
ct283net/inet/dev.cint ct=0;
ct309net/inet/dev.cwhile(ct<DEV_NUMBUFFS)
ct312net/inet/dev.cwhile((skb=skb_dequeue(&dev->buffs[ct]))!=NULL)
ct315net/inet/dev.cct++;