tag | line | file | source code |
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 | 388 | net/inet/dev.c | int ct=0; |
ct | 398 | net/inet/dev.c | while(ct<DEV_NUMBUFFS) |
ct | 401 | net/inet/dev.c | while((skb=skb_dequeue(&dev->buffs[ct]))!=NULL) |
ct | 404 | net/inet/dev.c | ct++; |