Searched refs:mystrcmp (Results 1 – 1 of 1) sorted by relevance
120 #define IS_BMP(p) (! mystrcmp(p, "bmp"))121 #define IS_BMA(p) (! mystrcmp(p, "bma"))122 #define IS_XFB(p) (! mystrcmp(p, "xfb"))158 static int mystrcmp(char* str1, char* str2) in mystrcmp() function