Searched refs:s_strcmp (Results 1 – 3 of 3) sorted by relevance
281 extern int s_strcmp (const Char *, const Char *);
345 s_strcmp(const Char *str1, const Char *str2) in s_strcmp() function
1135 #define Strcmp(a, b) s_strcmp(a, b)