tag | line | file | source code |
ct | 409 | drivers/char/vt.c | unsigned int ct; |
ct | 414 | drivers/char/vt.c | ct = get_fs_long(&a->kb_cnt); |
ct | 415 | drivers/char/vt.c | if (ct >= MAX_DIACR) |
ct | 417 | drivers/char/vt.c | accent_table_size = ct; |
ct | 418 | drivers/char/vt.c | memcpy_fromfs(accent_table, a->kbdiacr, ct*sizeof(struct kbdiacr)); |
ct | 91 | include/linux/string.h | extern inline int strcmp(const char * cs,const char * ct) |
ct | 105 | include/linux/string.h | :"=a" (__res):"S" (cs),"D" (ct):"si","di"); |
ct | 109 | include/linux/string.h | extern inline int strncmp(const char * cs,const char * ct,size_t count) |
ct | 125 | include/linux/string.h | :"=a" (__res):"S" (cs),"D" (ct),"c" (count):"si","di","cx"); |
ct | 161 | include/linux/string.h | extern inline size_t strspn(const char * cs, const char * ct) |
ct | 180 | include/linux/string.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 185 | include/linux/string.h | extern inline size_t strcspn(const char * cs, const char * ct) |
ct | 204 | include/linux/string.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 209 | include/linux/string.h | extern inline char * strpbrk(const char * cs,const char * ct) |
ct | 231 | include/linux/string.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 236 | include/linux/string.h | extern inline char * strstr(const char * cs,const char * ct) |
ct | 258 | include/linux/string.h | :"=a" (__res):"0" (0),"c" (0xffffffff),"S" (cs),"g" (ct) |
ct | 277 | include/linux/string.h | extern inline char * strtok(char * s,const char * ct) |
ct | 331 | include/linux/string.h | :"0" (___strtok),"1" (s),"g" (ct) |
ct | 377 | include/linux/string.h | extern inline int memcmp(const void * cs,const void * ct,size_t count) |
ct | 387 | include/linux/string.h | :"=a" (__res):"0" (0),"S" (cs),"D" (ct),"c" (count) |
ct | 283 | net/inet/dev.c | int ct=0; |
ct | 309 | net/inet/dev.c | while(ct<DEV_NUMBUFFS) |
ct | 312 | net/inet/dev.c | while((skb=skb_dequeue(&dev->buffs[ct]))!=NULL) |
ct | 315 | net/inet/dev.c | ct++; |