Searched defs:strcmp (Results 1 – 8 of 8) sorted by relevance
12 strcmp(s1, s2) in strcmp() function
57 strcmp(const char *s1, const char *s2) in strcmp() function
21 # define strcmp strcasecmp macro
35 #define strcmp strwcmp macro
167 int strcmp(char *s1, char *s2) { in strcmp() function
377 #define strcmp(a, b) __builtin_strcmp(a, b) macro
580 strcmp, enumerator
680 #define strcmp BUILTIN(strcmp) macro