Searched refs:FXSYS_strcmp (Results 1 – 4 of 4) sorted by relevance
175 if (m_GlyphIndex[charcode] == 0 && FXSYS_strcmp(name, ".notdef") == 0) { in LoadGlyphMap()243 if (FXSYS_strcmp(name, ".notdef") != 0 && in LoadGlyphMap()244 FXSYS_strcmp(name, "space") != 0) { in LoadGlyphMap()308 if (FXSYS_strcmp(name, ".notdef") != 0 && in LoadGlyphMap()309 FXSYS_strcmp(name, "space") != 0) { in LoadGlyphMap()
134 if (name[0] == '.' && FXSYS_strcmp(name, ".notdef") == 0) { in LoadGlyphMap()
255 0 == FXSYS_strcmp(m_szLastError, "Read Header Callback Error")) { in Input()
121 #define FXSYS_strcmp strcmp macro