/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/ |
D | ModifyInf.c | 175 if (strstr (Line, Pattern + 1)) { in ApplyPattern() 206 Pattern1 = strstr (Pattern, "=="); in ApplyPattern() 207 Pattern2 = strstr (Pattern, "+="); in ApplyPattern() 215 Ptr = strstr (Line, "="); in ApplyPattern()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | ParseInf.c | 128 CharPtr = strstr (InputBuffer, "//"); in ReadLine() 190 CurrentToken = strstr (InputBuffer, Section); in FindSection() 627 CharPtr = strstr (InputBuffer, "//"); in ReadLineInStream() 632 CharPtr = strstr (InputBuffer, "#"); in ReadLineInStream() 694 CurrentToken = strstr (InputBuffer, Section); in FindSectionInStream()
|
D | CommonLib.c | 674 if ((PathPointer = strstr (mCommonLibFullPath, ":\\\\")) != NULL) { in LongFilePath() 682 while ((PathPointer = strstr (mCommonLibFullPath, ".\\")) != NULL) { in LongFilePath() 690 while ((PathPointer = strstr (mCommonLibFullPath, "\\.\\")) != NULL) { in LongFilePath() 698 while ((PathPointer = strstr (mCommonLibFullPath, "\\..\\")) != NULL) { in LongFilePath()
|
D | StringFuncs.c | 96 Pos = (CHAR8 *) strstr (String, "//"); in StripInfDscStringInPlace()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | ParseInf.c | 124 CharPtr = strstr (InputBuffer, "//"); in ReadLine() 186 CurrentToken = strstr (InputBuffer, Section); in FindSection() 697 CharPtr = strstr (InputBuffer, "//"); in ReadLineInStream() 702 CharPtr = strstr (InputBuffer, "#"); in ReadLineInStream() 764 CurrentToken = strstr (InputBuffer, Section); in FindSectionInStream()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dynload_aix.c | 71 if (strstr(progname, ldiptr->ldinfo_filename) == NULL && in aix_getoldmodules() 72 strstr(ldiptr->ldinfo_filename, "python") == NULL) { in aix_getoldmodules()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | string.h | 385 char *strstr(const char *S1 , const char *S2);
|
/device/linaro/bootloader/edk2/StdLib/LibC/String/ |
D | Searching.c | 187 strstr(const char *s1 , const char *s2) in strstr() function
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrError.cpp | 113 while((Str = strstr (FileName, "\\\\")) != NULL) { in SVfrFileScopeRecord()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrError.cpp | 130 while((Str = strstr (FileName, "\\\\")) != NULL) { in SVfrFileScopeRecord()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | pred.c | 81 p = strstr(p, "LT("); 99 p = strstr(p, "LATEXT(");
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | HostConnection.cpp | 364 const char* glProtocolStr = strstr(glExtensions.c_str(), checksumPrefix); in setChecksumHelper()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | classobject.c | 917 static PyObject *strstr; in instance_str() local 919 if (strstr == NULL) { in instance_str() 920 strstr = PyString_InternFromString("__str__"); in instance_str() 921 if (strstr == NULL) in instance_str() 924 func = instance_getattr(inst, strstr); in instance_str()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | classobject.c | 941 static PyObject *strstr; in instance_str() local 943 if (strstr == NULL) { in instance_str() 944 strstr = PyString_InternFromString("__str__"); in instance_str() 945 if (strstr == NULL) in instance_str() 948 func = instance_getattr(inst, strstr); in instance_str()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 712 if (strstr(exts, kGLESMaxVersion_3_0) || in sWantES30OrAbove() 713 strstr(exts, kGLESMaxVersion_3_1) || in sWantES30OrAbove() 714 strstr(exts, kGLESMaxVersion_3_2)) { in sWantES30OrAbove() 753 !strstr(hostStr, kOESEGLImageExternalEssl3)) { in getExtStringArray()
|
D | eglDisplay.cpp | 375 !strstr(initialEGLExts, kDynamicEGLExtNativeSync)) { in buildExtensionString()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | BlockIo.c | 645 Str = strstr (Private->Filename, ":"); in EmuBlockIoThunkOpen()
|
/device/google/wahoo/usb/ |
D | UsbGadget.cpp | 187 if ((strstr(function->d_name, FUNCTION_NAME) == NULL)) continue; in unlinkFunctions()
|
/device/google/bonito/usb/ |
D | UsbGadget.cpp | 203 if ((strstr(function->d_name, FUNCTION_NAME) == NULL)) continue; in unlinkFunctions()
|
/device/google/crosshatch/usb/ |
D | UsbGadget.cpp | 203 if ((strstr(function->d_name, FUNCTION_NAME) == NULL)) continue; in unlinkFunctions()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/ |
D | GenFvInternalLib.c | 4046 if (strstr (Value, "PopulateSystemTable") != NULL) { in ParseCapInf() 4048 if (strstr (Value, "InitiateReset") != NULL) { in ParseCapInf() 4051 } else if (strstr (Value, "PersistAcrossReset") != NULL) { in ParseCapInf() 4053 if (strstr (Value, "InitiateReset") != NULL) { in ParseCapInf()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/ |
D | GuidChk.c | 1514 } else if ((CSavePtr = strstr (Line, "EFI_GUID")) != NULL) { in ProcessCFileGuids() 1519 while (strstr (Line, ";") == NULL) { in ProcessCFileGuids()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/ |
D | GenVtf.c | 122 if (strstr (Str, ".") != NULL) { in ConvertVersionInfo() 179 if (((Ptr0 = strchr (Line, '#')) != NULL) || ((Ptr0 = strstr (Line, "//")) != NULL)) { in TrimLine()
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | ApiGen.cpp | 1080 if (strstr(m_basename.c_str(), "gl")) { in genDecoderImpl() 1441 if (strstr(m_basename.c_str(), "gl")) {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/ |
D | StrGather.c | 2260 Cptr = strstr (Line, "//"); in ScanFiles() 2266 while ((Cptr = strstr (Cptr, STRING_TOKEN)) != NULL) { in ScanFiles()
|