taglinefilesource code
ct87include/linux/string.hextern inline int strcmp(const char * cs,const char * ct)
ct102include/linux/string.h:"=a" (__res):"D" (cs),"S" (ct):"si","di");
ct106include/linux/string.hextern inline int strncmp(const char * cs,const char * ct,size_t count)
ct123include/linux/string.h:"=a" (__res):"D" (cs),"S" (ct),"c" (count):"si","di","cx");
ct160include/linux/string.hextern inline size_t strspn(const char * cs, const char * ct)
ct179include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct184include/linux/string.hextern inline size_t strcspn(const char * cs, const char * ct)
ct203include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct208include/linux/string.hextern inline char * strpbrk(const char * cs,const char * ct)
ct230include/linux/string.h:"=S" (__res):"a" (0),"c" (0xffffffff),"0" (cs),"g" (ct)
ct235include/linux/string.hextern inline char * strstr(const char * cs,const char * ct)
ct257include/linux/string.h:"=a" (__res):"0" (0),"c" (0xffffffff),"S" (cs),"g" (ct)
ct276include/linux/string.hextern inline char * strtok(char * s,const char * ct)
ct330include/linux/string.h:"0" (___strtok),"1" (s),"g" (ct)
ct374include/linux/string.hextern inline int memcmp(const void * cs,const void * ct,size_t count)
ct385include/linux/string.h:"=a" (__res):"0" (0),"D" (cs),"S" (ct),"c" (count)