Searched refs:src1 (Results 1 – 2 of 2) sorted by relevance
103 void EXT_CompPrint(const char *src1, const char *src2_fmt, ...) in EXT_CompPrint() argument115 if (src1[i] != src2[i]) in EXT_CompPrint()117 EXT_Printf("PrintString = \"%s\" : \"%s\"\n", src1, src2); in EXT_CompPrint()122 if (src1[i] == '\0' && src2[i] == '\0') in EXT_CompPrint()
28 void EXT_CompPrint(const char *src1, const char *src2_fmt, ...);