Searched defs:strcmp (Results 1 – 8 of 8) sorted by relevance
59 .globl strcmp symbol60 strcmp: label
30 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() function
43 static inline int strcmp(const char *cs, const char *ct) in strcmp() function
63 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() function
110 int strcmp(const char *cs, const char *ct) in strcmp() function
95 int strcmp(const char *cs, const char *ct) in strcmp() function
233 int strcmp(const char *s1, const char *s2) in strcmp() function
48 int strcmp(const char *str1, const char *str2) in strcmp() function