taglinefilesource code
ct83include/linux/string.hextern inline int strcmp(const char * cs,const char * ct)
ct98include/linux/string.h:"=a" (__res):"D" (cs),"S" (ct):"si","di");
ct102include/linux/string.hextern inline int strncmp(const char * cs,const char * ct,size_t count)
ct119include/linux/string.h:"=a" (__res):"D" (cs),"S" (ct),"c" (count):"si","di","cx");
ct156include/linux/string.hextern inline size_t strspn(const char * cs, const char * ct)
ct175include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct180include/linux/string.hextern inline size_t strcspn(const char * cs, const char * ct)
ct199include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct204include/linux/string.hextern inline char * strpbrk(const char * cs,const char * ct)
ct226include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct231include/linux/string.hextern inline char * strstr(const char * cs,const char * ct)
ct253include/linux/string.h:"=a" (__res):"0" (0),"c" (0xffffffff),"S" (cs),"g" (ct)
ct272include/linux/string.hextern inline char * strtok(char * s,const char * ct)
ct326include/linux/string.h:"0" (___strtok),"1" (s),"g" (ct)
ct367include/linux/string.hextern inline int memcmp(const void * cs,const void * ct,size_t count)
ct378include/linux/string.h:"=a" (__res):"0" (0),"D" (cs),"S" (ct),"c" (count)