Home
last modified time | relevance | path

Searched defs:_stricmp (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.h21 #define _stricmp strcasecmp macro
/external/webrtc/webrtc/voice_engine/
Dvoice_engine_defines.h240 #define _stricmp stricmp macro
242 #define _stricmp strcasecmp macro
299 #define _stricmp strcasecmp macro
/external/libusb/examples/
Dfxload.c39 #define _stricmp strcasecmp macro
/external/libusb/libusb/os/
Dwindows_common.h41 #define _stricmp strcasecmp macro
/external/webrtc/webrtc/base/
Dstringutils.h112 inline int _stricmp(const char* s1, const char* s2) { in _stricmp() function