taglinefilesource code
ct81include/linux/string.hextern inline int strcmp(const char * cs,const char * ct)
ct96include/linux/string.h:"=a" (__res):"D" (cs),"S" (ct):"si","di");
ct100include/linux/string.hextern inline int strncmp(const char * cs,const char * ct,size_t count)
ct117include/linux/string.h:"=a" (__res):"D" (cs),"S" (ct),"c" (count):"si","di","cx");
ct154include/linux/string.hextern inline size_t strspn(const char * cs, const char * ct)
ct173include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct178include/linux/string.hextern inline size_t strcspn(const char * cs, const char * ct)
ct197include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct202include/linux/string.hextern inline char * strpbrk(const char * cs,const char * ct)
ct224include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct229include/linux/string.hextern inline char * strstr(const char * cs,const char * ct)
ct251include/linux/string.h:"=a" (__res):"0" (0),"c" (0xffffffff),"S" (cs),"g" (ct)
ct270include/linux/string.hextern inline char * strtok(char * s,const char * ct)
ct324include/linux/string.h:"0" (___strtok),"1" (s),"g" (ct)
ct357include/linux/string.hextern inline int memcmp(const void * cs,const void * ct,size_t count)
ct368include/linux/string.h:"=a" (__res):"0" (0),"D" (cs),"S" (ct),"c" (count)