Searched refs:FXSYS_strncmp (Results 1 – 3 of 3) sorted by relevance
133 #define FXSYS_strncmp strncmp macro
523 if (FXSYS_strncmp(lpsz, "I64", 3) == 0) { in FormatV()
570 if (FXSYS_strncmp(gif_header_ptr->signature, GIF_SIGNATURE, 3) != 0 || in _gif_read_header()