| /third_party/lib/acpica/source/tools/acpisrc/ |
| A D | asremove.c | 83 SubString = strstr (SubBuffer, Keyword); in AsRemoveStatement() 164 SubBuffer = strstr (SubString, Keyword); in AsRemoveConditionalCompile() 198 Comment = strstr (SubString, "/*"); in AsRemoveConditionalCompile() 203 SubString = strstr (Comment, "*/"); in AsRemoveConditionalCompile() 231 IfPtr = strstr (SubString, "#if"); in AsRemoveConditionalCompile() 247 EndifPtr = strstr (SubBuffer, "#endif"); in AsRemoveConditionalCompile() 255 ElsePtr = strstr (SubBuffer, "#else"); in AsRemoveConditionalCompile() 331 SubString = strstr (SubBuffer, Keyword); 400 SubString = strstr (SubBuffer, Keyword); in AsRemoveLine() 453 SubString = strstr (SubBuffer, Keyword); in AsReduceTypedefs() [all …]
|
| A D | asconvrt.c | 411 Possible = strstr (Possible, ". "); in AsRemoveSpacesAfterPeriod() 586 SubBuffer = strstr (Buffer, HeaderBegin); in AsTrimWhitespace() 594 SubBuffer = strstr (SubBuffer, "*/"); in AsTrimWhitespace() 634 SubBuffer = strstr (Buffer, HeaderBegin); in AsReplaceHeader() 642 TokenEnd = strstr (SubBuffer, "*/"); in AsReplaceHeader() 776 SubString = strstr (SubBuffer, "\r\n"); in AsConvertToLineFeeds() 810 SubString = strstr (SubBuffer, "\n"); in AsInsertCarriageReturns() 1618 Ptr1 = strstr (SubBuffer, "*/"); in AsTrimComments() 1626 Ptr2 = strstr (SubBuffer, "\n"); in AsTrimComments() 1650 Ptr2 = strstr (Ptr2, "\n"); in AsTrimComments() [all …]
|
| A D | ascase.c | 85 SubString1 = strstr (SubBuffer, Target); in AsLowerCaseString() 101 SubString2 = strstr (SubBuffer, AS_START_IGNORE); in AsLowerCaseString() 109 SubString2 = strstr (SubString2, AS_STOP_IGNORE); in AsLowerCaseString() 257 SubBuffer = strstr (SubBuffer, "!*/"); in AsMixedCaseToUnderscores() 498 SubBuffer = strstr (SubBuffer, "!*/"); in AsLowerCaseIdentifiers() 510 SubBuffer = strstr (SubBuffer, "*/"); in AsLowerCaseIdentifiers() 591 SubBuffer = strstr (SubBuffer, PrefixString); in AsUppercaseTokens()
|
| A D | asmain.c | 458 if (strstr (SourcePath, ".h")) in main() 463 else if (strstr (SourcePath, ".c")) in main() 468 else if (strstr (SourcePath, ".patch")) in main()
|
| A D | asfile.c | 354 Gbl_StructDefs = strstr (FileBuffer, "/* acpisrc:StructDefs"); in AsConvertFile() 582 if (strstr (Filename, ".asl")) in AsProcessOneFile() 586 else if (strstr (Gbl_FileBuffer, LEGAL_HEADER_SIGNATURE)) in AsProcessOneFile() 590 else if (strstr (Gbl_FileBuffer, LINUX_HEADER_SIGNATURE)) in AsProcessOneFile()
|
| /third_party/ulib/musl/src/network/ |
| A D | resolvconf.c | 43 p = strstr(line, "ndots:"); in __get_resolv_conf() 50 p = strstr(line, "attempts:"); in __get_resolv_conf() 57 p = strstr(line, "timeout:"); in __get_resolv_conf()
|
| A D | lookup_serv.c | 92 for (p = line; (p = strstr(p, name)); p++) { in __lookup_serv()
|
| /third_party/lib/acpica/source/tools/acpixtract/ |
| A D | axutils.c | 164 End = strstr (InputLine + 2, " "); in AxConvertLine() 404 if (!strstr (Gbl_LineBuffer, " @ ")) in AxIsDataBlockHeader()
|
| /third_party/lib/acpica/source/tools/acpihelp/ |
| A D | ahdecode.c | 371 if (strstr (Gbl_Buffer, Name) == Gbl_Buffer) in AhFindAmlOpcode() 542 if (strstr (Gbl_Buffer, Name) == Gbl_Buffer) in AhFindAslKeywords() 659 if (strstr (Gbl_Buffer, Name) == Gbl_Buffer) in AhFindAslOperators() 746 if (strstr (Token, "Keyword")) in AhDisplayOperatorKeywords()
|
| /third_party/ulib/musl/include/ |
| A D | string.h | 38 char* strstr(const char*, const char*);
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acclib.h | 122 strstr (
|
| /third_party/lib/acpica/source/compiler/ |
| A D | aslstartup.c | 173 if (strstr (Gbl_CurrentLineBuffer, "DEFINITIONBLOCK")) in AslDetectSourceFileType()
|
| A D | dtio.c | 273 if (strstr (LineBuffer, ACPI_RAW_TABLE_DATA_HEADER)) in DtParseLine()
|
| /third_party/ulib/musl/src/string/ |
| A D | rules.mk | 29 $(GET_LOCAL_DIR)/strstr.c \
|
| A D | strstr.c | 155 char* strstr(const char* h, const char* n) { in strstr() function
|
| /third_party/lib/acpica/source/components/debugger/ |
| A D | dbutils.c | 97 if (strstr (Arguments[i].Name, UserArgument) == Arguments[i].Name) in AcpiDbMatchArgument()
|
| A D | dbcmds.c | 568 SubString = strstr ("INSTALL", ActionArg); in AcpiDbDisplayInterfaces() 582 SubString = strstr ("REMOVE", ActionArg); in AcpiDbDisplayInterfaces()
|
| A D | dbinput.c | 723 if (strstr (AcpiGbl_DbCommands[i].Name, UserCommand) == in AcpiDbMatchCommand()
|
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utclib.c | 511 strstr ( in strstr() function
|
| /third_party/uapp/kilo/ |
| A D | kilo.c | 564 if ((p = strstr(filename,s->filematch[i])) != NULL) { 1092 match = strstr(E.row[current].render,query);
|
| /third_party/uapp/dash/src/ |
| A D | exec.c | 331 if (strstr(path, "%builtin") != NULL) in find_command()
|
| A D | jobs.c | 713 match = strstr; in getjob()
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 1226 - false negatives with some periodic needles in strstr, wcsstr, and memmem
|