Searched defs:strcmp (Results 1 – 10 of 10) sorted by relevance
1 static int strcmp(){return-1;} in strcmp() function2 #define strcmp __builtin_strcmp macro
114 strcmp (const char *s1, const char *s2) in strcmp() function
34 strcmp(const char *s1, const char *s2) in strcmp() function
41 strcmp(const char *s1, const char *s2) in strcmp() function
10 extern int strcmp(const char *, const char *); function
122 : strcmp ( s1 l1 s2 l2 -- true:false ) word
175 ATTRIBUTE_INTERFACE int strcmp(const char *s1, const char *s2) { in strcmp() function
157 strcmp keyword
262 WRAPPER2(int, strcmp, const char *s1, const char *s2) in WRAPPER2() argument