tag | line | file | source code |
ct | 363 | drivers/char/vt.c | unsigned int ct; |
ct | 368 | drivers/char/vt.c | ct = get_fs_long(&a->kb_cnt); |
ct | 369 | drivers/char/vt.c | if (ct >= MAX_DIACR) |
ct | 371 | drivers/char/vt.c | accent_table_size = ct; |
ct | 372 | drivers/char/vt.c | memcpy_fromfs(accent_table, a->kbdiacr, ct*sizeof(struct kbdiacr)); |
ct | 87 | include/linux/string.h | extern inline int strcmp(const char * cs,const char * ct) |
ct | 102 | include/linux/string.h | :"=a" (__res):"D" (cs),"S" (ct):"si","di"); |
ct | 106 | include/linux/string.h | extern inline int strncmp(const char * cs,const char * ct,size_t count) |
ct | 123 | include/linux/string.h | :"=a" (__res):"D" (cs),"S" (ct),"c" (count):"si","di","cx"); |
ct | 160 | include/linux/string.h | extern inline size_t strspn(const char * cs, const char * ct) |
ct | 179 | include/linux/string.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 184 | include/linux/string.h | extern inline size_t strcspn(const char * cs, const char * ct) |
ct | 203 | include/linux/string.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 208 | include/linux/string.h | extern inline char * strpbrk(const char * cs,const char * ct) |
ct | 230 | include/linux/string.h | :"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct) |
ct | 235 | include/linux/string.h | extern inline char * strstr(const char * cs,const char * ct) |
ct | 257 | include/linux/string.h | :"=a" (__res):"0" (0),"c" (0xffffffff),"S" (cs),"g" (ct) |
ct | 276 | include/linux/string.h | extern inline char * strtok(char * s,const char * ct) |
ct | 330 | include/linux/string.h | :"0" (___strtok),"1" (s),"g" (ct) |
ct | 376 | 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),"D" (cs),"S" (ct),"c" (count) |
ct | 432 | net/inet/dev.c | int ct=0; |
ct | 442 | net/inet/dev.c | while(ct<DEV_NUMBUFFS) |
ct | 445 | net/inet/dev.c | while((skb=skb_dequeue(&dev->buffs[ct]))!=NULL) |
ct | 448 | net/inet/dev.c | ct++; |