Searched defs:strcmp (Results 1 – 4 of 4) sorted by relevance
16 .global strcmp symbol18 strcmp: label
48 .globl strcmp symbol49 strcmp: label
59 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() function
184 int strcmp(const char * cs,const char * ct) in strcmp() function