Searched defs:strcmp (Results 1 – 10 of 10) sorted by relevance
59 .globl strcmp symbol60 strcmp: label
30 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
73 int strcmp(const char *cs, const char *ct) in strcmp() function
111 int strcmp(const char *cs, const char *ct) in strcmp() function
96 int strcmp(const char *cs, const char *ct) in strcmp() function
211 int strcmp(const char *s1, const char *s2) in strcmp() function
105 int strcmp(const char *a, const char *b) in strcmp() function
48 int strcmp(const char *str1, const char *str2) in strcmp() function
278 int strcmp(const char *cs, const char *ct) in strcmp() function