Searched refs:FXSYS_strncmp (Results 1 – 3 of 3) sorted by relevance
120 #define FXSYS_strncmp strncmp macro
496 if (FXSYS_strncmp(pStr, "I64", 3) == 0) { in FormatV()
525 if (FXSYS_strncmp(gif_header_ptr->signature, GIF_SIGNATURE, 3) != 0 || in gif_read_header()