HomeSort by relevance Sort by last modified time
    Searched refs:_stricmp (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/e2fsprogs/include/nonunix/
config.h 11 #define strcasecmp _stricmp
unistd.h 46 #define strcasecmp _stricmp
  /external/mesa3d/src/egl/main/
eglstring.h 38 #define _eglstrcasecmp _stricmp
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.h 21 #define _stricmp strcasecmp macro
  /external/mdnsresponder/mDNSWindows/
PosixCompat.h 64 # define strcasecmp _stricmp
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 1048 if(_stricmp(arg, "-width") == 0)
1052 else if(_stricmp(arg, "-height") == 0)
1056 else if(_stricmp(arg, "-aasamples") == 0)
1060 else if(_stricmp(arg, "-fullscreen") == 0)
1064 else if(_stricmp(arg, "-sw") == 0)
1068 else if(_stricmp(arg, "-quitafterframe") == 0 || _stricmp(arg, "-qaf") == 0)
1072 else if(_stricmp(arg, "-quitaftertime") == 0 || _stricmp(arg, "-qat") == 0)
1076 else if(_stricmp(arg, "-posx") == 0
    [all...]
  /external/webrtc/webrtc/p2p/base/
transportdescription.cc 28 if (_stricmp(roles[i], role_str.c_str()) == 0) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/FwImage/
fwimage.c 423 if (_stricmp (p, "app") == 0 || _stricmp (p, "APPLICATION") == 0) {
427 } else if (_stricmp (p, "bsdrv") == 0 || _stricmp (p, "BS_DRIVER") == 0) {
431 } else if (_stricmp (p, "rtdrv") == 0 || _stricmp (p, "RT_DRIVER") == 0) {
435 } else if (_stricmp (p, "rtdrv") == 0 || _stricmp (p, "SAL_RT_DRIVER") == 0) {
438 } else if (_stricmp (p, "SECURITY_CORE") == 0) {
441 } else if (_stricmp (p, "peim") == 0 ||
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
codec_test.cc 36 if (!_stricmp(codec_instance->plname, "ilbc")) {
46 return !_stricmp(codec_name, "CN") ||
47 !_stricmp(codec_name, "telephone-event") ||
48 !_stricmp(codec_name, "red");
143 if (_stricmp("opus", codec_instance_.plname)) {
159 if (_stricmp("opus", codec_instance_.plname)) {
171 if (!_stricmp("opus", codec_instance_.plname)) {
dtmf_test.cc 65 if (!_stricmp("telephone-event", codec_instance.plname)) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
GenSection.c 853 if (_stricmp (ParamSectionType, SectionTypeName[EFI_SECTION_COMPRESSION]) == 0) {
856 if (_stricmp (ParamSectionSubType, CompressionTypeName[EFI_NOT_COMPRESSED]) == 0) {
858 } else if (_stricmp (ParamSectionSubType, CompressionTypeName[EFI_STANDARD_COMPRESSION]) == 0) {
865 } else if (_stricmp (ParamSectionType, SectionTypeName[EFI_SECTION_GUID_DEFINED]) == 0) {
868 if (_stricmp (ParamSectionSubType, GUIDedSectionTypeName[EFI_SECTION_CRC32_GUID_DEFINED]) == 0) {
875 } else if (_stricmp (ParamSectionType, SectionTypeName[EFI_SECTION_PE32]) == 0) {
877 } else if (_stricmp (ParamSectionType, SectionTypeName[EFI_SECTION_PIC]) == 0) {
879 } else if (_stricmp (ParamSectionType, SectionTypeName[EFI_SECTION_TE]) == 0) {
881 } else if (_stricmp (ParamSectionType, SectionTypeName[EFI_SECTION_DXE_DEPEX]) == 0) {
883 } else if (_stricmp (ParamSectionType, SectionTypeName[EFI_SECTION_VERSION]) == 0) {
    [all...]
  /external/xmlrpcpp/src/
XmlRpcUtil.h 17 # define strcasecmp _stricmp
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 22 #define _fstricmp _stricmp
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/
GenAprioriFile.c 358 if (_stricmp (Argv[0], "-f") == 0) {
372 } else if (_stricmp (Argv[0], "-i") == 0) {
381 } else if (_stricmp (Argv[0], "-v") == 0) {
383 } else if (_stricmp (Argv[0], "-null") == 0) {
385 } else if (_stricmp (Argv[0], "-o") == 0) {
400 } else if ((_stricmp (Argv[0], "-h") == 0) || (strcmp (Argv[0], "-?") == 0)) {
  /external/webrtc/talk/media/base/
codec.cc 43 return _stricmp(other.id().c_str(), id().c_str()) == 0 &&
44 _stricmp(other.param().c_str(), param().c_str()) == 0;
124 (id == codec.id) : (_stricmp(name.c_str(), codec.name.c_str()) == 0);
271 if (_stricmp(payload_name, kRedCodecName) == 0) {
274 if (_stricmp(payload_name, kUlpfecCodecName) == 0) {
277 if (_stricmp(payload_name, kRtxCodecName) == 0) {
345 return _stricmp(name1.c_str(), name2.c_str()) == 0;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.cpp 64 if ((_stricmp(Argv[Index], "-?") == 0) || (_stricmp(Argv[Index], "-h") == 0)) {
68 } else if (_stricmp(Argv[Index], "-l") == 0) {
71 } else if (_stricmp(Argv[Index], "-i") == 0) {
79 } else if (_stricmp(Argv[Index], "-od") == 0) {
87 } else if (_stricmp(Argv[Index], "-ibin") == 0) {
89 } else if (_stricmp(Argv[Index], "-nostrings") == 0) {
90 } else if (_stricmp(Argv[Index], "-nopp") == 0) {
92 } else if (_stricmp(Argv[Index], "-ppflag") == 0) {
  /external/libusb/examples/
fxload.c 39 #define _stricmp strcasecmp macro
267 if ((_stricmp(ext, ".hex") == 0) || (strcmp(ext, ".ihx") == 0))
269 else if (_stricmp(ext, ".iic") == 0)
271 else if (_stricmp(ext, ".bix") == 0)
273 else if (_stricmp(ext, ".img") == 0)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 480 if (_stricmp (FileNameCopy, ListPtr->Str) == 0) {
795 if (_stricmp (IncludeFileName, ListPtr->Str) == 0) {
1104 if (_stricmp (Argv[0], "-i") == 0) {
1153 } else if (_stricmp (Argv[0], "-f") == 0) {
1195 } else if (_stricmp (Argv[0], "-s") == 0) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
FileSearch.c 187 if (_stricmp (FSData->FindData.cFileName, StrList->Str) == 0) {
212 if (_stricmp (FSData->FindData.cFileName, StrList->Str) == 0) {
228 if (_stricmp (
  /external/webrtc/webrtc/voice_engine/
voice_engine_defines.h 240 #define _stricmp stricmp macro
242 #define _stricmp strcasecmp
299 #define _stricmp strcasecmp macro
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 596 if (_stricmp (Argv[0], "-h") == 0 || _stricmp (Argv[0], "-?") == 0) {
605 if (_stricmp (Argv[0], "-rc") == 0) {
618 } else if (_stricmp (Argv[0], "-hii") == 0) {
631 } else if (_stricmp (Argv[0], "-g") == 0) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
EfiRom.c 288 if (_stricmp (mOptions.OutFileName, FList->FileName) == 0) {
1061 if (_stricmp (Argv[0], "-v") == 0) {
1080 } else if (_stricmp (Argv[0], "-d") == 0) {
1100 } else if (_stricmp (Argv[0], "-o") == 0) {
1119 } else if ((_stricmp (Argv[0], "-h") == 0) || (strcmp (Argv[0], "-?") == 0)) {
1125 } else if (_stricmp (Argv[0], "-b") == 0) {
1130 } else if ((_stricmp (Argv[0], "-e") == 0) || (_stricmp (Argv[0], "-ec") == 0)) {
1141 } else if (_stricmp (Argv[0], "-l") == 0) {
1143 } else if (_stricmp (Argv[0], "-p") == 0) {
    [all...]
  /external/conscrypt/common/src/jni/main/include/
compat.h 54 #define strcasecmp _stricmp
  /external/swiftshader/third_party/LLVM/include/llvm/Config/
config.h 705 #define stricmp _stricmp

Completed in 1169 milliseconds

1 2 3 4