HomeSort by relevance Sort by last modified time
    Searched defs:stricmp (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
CommonLib.h 174 #define stricmp strcasecmp macro
  /external/webrtc/webrtc/base/
common.h 51 #ifndef stricmp
52 #define stricmp(x, y) strcasecmp(x, y) macro
stringutils.h 60 // strlen, strcmp, stricmp, strncmp, strnicmp
81 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { function
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
config.h 432 /* Define to a function implementing stricmp */
433 #define stricmp _stricmp macro
  /external/swiftshader/third_party/LLVM/include/llvm/Config/
config.h 704 /* Define to a function implementing stricmp */
705 #define stricmp _stricmp macro
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 59 #define stricmp strcasecmp macro
844 if (!stricmp(argv[1], "pio")) {
847 } else if (!stricmp(argv[1], "dma")) {
849 } else if (!stricmp(argv[1], "sdma")) {
852 } else if (!stricmp(argv[1], "adma1")) {
854 } else if (!stricmp(argv[1], "adma")) {
856 } else if (!stricmp(argv[1], "adma2")) {
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 245 int (*stricmp)(const char*,const char*); member in struct:sqlite3_api_routines
520 #define sqlite3_stricmp sqlite3_api->stricmp
  /external/sqlite/dist/
sqlite3ext.h 245 int (*stricmp)(const char*,const char*); member in struct:sqlite3_api_routines
520 #define sqlite3_stricmp sqlite3_api->stricmp

Completed in 381 milliseconds