taglinefilesource code
ct398drivers/char/vt.cunsigned int ct;
ct403drivers/char/vt.cct = get_fs_long(&a->kb_cnt);
ct404drivers/char/vt.cif (ct >= MAX_DIACR)
ct406drivers/char/vt.caccent_table_size = ct;
ct407drivers/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)
ct106include/linux/string.h:"=a" (__res):"D" (cs),"S" (ct):"si","di");
ct110include/linux/string.hextern inline int strncmp(const char * cs,const char * ct,size_t count)
ct127include/linux/string.h:"=a" (__res):"D" (cs),"S" (ct),"c" (count):"si","di","cx");
ct164include/linux/string.hextern inline size_t strspn(const char * cs, const char * ct)
ct183include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct188include/linux/string.hextern inline size_t strcspn(const char * cs, const char * ct)
ct207include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct212include/linux/string.hextern inline char * strpbrk(const char * cs,const char * ct)
ct234include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct239include/linux/string.hextern inline char * strstr(const char * cs,const char * ct)
ct261include/linux/string.h:"=a" (__res):"0" (0),"c" (0xffffffff),"S" (cs),"g" (ct)
ct280include/linux/string.hextern inline char * strtok(char * s,const char * ct)
ct334include/linux/string.h:"0" (___strtok),"1" (s),"g" (ct)
ct380include/linux/string.hextern inline int memcmp(const void * cs,const void * ct,size_t count)
ct391include/linux/string.h:"=a" (__res):"0" (0),"D" (cs),"S" (ct),"c" (count)
ct282net/inet/dev.cint ct=0;
ct303net/inet/dev.cwhile(ct<DEV_NUMBUFFS)
ct306net/inet/dev.cwhile((skb=skb_dequeue(&dev->buffs[ct]))!=NULL)
ct309net/inet/dev.cct++;