Searched refs:FDKstrcmp (Results 1 – 3 of 3) sorted by relevance
155 #define _tcscmp FDKstrcmp
352 INT FDKstrcmp(const char *s1, const char *s2);
349 INT FDKstrcmp(const char *s1, const char *s2) { return strcmp(s1, s2); } in FDKstrcmp() function