Searched refs:stricmp (Results 1 – 5 of 5) sorted by relevance
33 #define strcasecmp stricmp
58 #define stricmp strcasecmp macro843 if (!stricmp(argv[1], "pio")) { in dhd_dma_mode()846 } else if (!stricmp(argv[1], "dma")) { in dhd_dma_mode()848 } else if (!stricmp(argv[1], "sdma")) { in dhd_dma_mode()851 } else if (!stricmp(argv[1], "adma1")) { in dhd_dma_mode()853 } else if (!stricmp(argv[1], "adma")) { in dhd_dma_mode()855 } else if (!stricmp(argv[1], "adma2")) { in dhd_dma_mode()2689 if (stricmp(dbg_msg[i].string, s) == 0) in dhd_do_msglevel()
65 #define STRICMP stricmp
66 #define STRICMP stricmp
2816 return stricmp(s1, s2);