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