tag | line | file | source code |
ct | 398 | drivers/char/vt.c | unsigned int ct; |
ct | 403 | drivers/char/vt.c | ct = get_fs_long(&a->kb_cnt); |
ct | 404 | drivers/char/vt.c | if (ct >= MAX_DIACR) |
ct | 406 | drivers/char/vt.c | accent_table_size = ct; |
ct | 407 | 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 | 106 | include/linux/string.h | :"=a" (__res):"D" (cs),"S" (ct):"si","di"); |
ct | 110 | include/linux/string.h | extern inline int strncmp(const char * cs,const char * ct,size_t count) |
ct | 127 | include/linux/string.h | :"=a" (__res):"D" (cs),"S" (ct),"c" (count):"si","di","cx"); |
ct | 164 | include/linux/string.h | extern inline size_t strspn(const char * cs, const char * ct) |
ct | 183 | include/linux/string.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 188 | include/linux/string.h | extern inline size_t strcspn(const char * cs, const char * ct) |
ct | 207 | include/linux/string.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 212 | include/linux/string.h | extern inline char * strpbrk(const char * cs,const char * ct) |
ct | 234 | include/linux/string.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 239 | include/linux/string.h | extern inline char * strstr(const char * cs,const char * ct) |
ct | 261 | include/linux/string.h | :"=a" (__res):"0" (0),"c" (0xffffffff),"S" (cs),"g" (ct) |
ct | 280 | include/linux/string.h | extern inline char * strtok(char * s,const char * ct) |
ct | 334 | include/linux/string.h | :"0" (___strtok),"1" (s),"g" (ct) |
ct | 380 | include/linux/string.h | extern inline int memcmp(const void * cs,const void * ct,size_t count) |
ct | 391 | include/linux/string.h | :"=a" (__res):"0" (0),"D" (cs),"S" (ct),"c" (count) |
ct | 282 | net/inet/dev.c | int ct=0; |
ct | 303 | net/inet/dev.c | while(ct<DEV_NUMBUFFS) |
ct | 306 | net/inet/dev.c | while((skb=skb_dequeue(&dev->buffs[ct]))!=NULL) |
ct | 309 | net/inet/dev.c | ct++; |