Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 23 of 23) sorted by relevance

/third_party/lib/acpica/source/tools/acpisrc/
A Dasremove.c83 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 Dasconvrt.c411 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 Dascase.c85 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 Dasmain.c458 if (strstr (SourcePath, ".h")) in main()
463 else if (strstr (SourcePath, ".c")) in main()
468 else if (strstr (SourcePath, ".patch")) in main()
A Dasfile.c354 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 Dresolvconf.c43 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 Dlookup_serv.c92 for (p = line; (p = strstr(p, name)); p++) { in __lookup_serv()
/third_party/lib/acpica/source/tools/acpixtract/
A Daxutils.c164 End = strstr (InputLine + 2, " "); in AxConvertLine()
404 if (!strstr (Gbl_LineBuffer, " @ ")) in AxIsDataBlockHeader()
/third_party/lib/acpica/source/tools/acpihelp/
A Dahdecode.c371 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 Dstring.h38 char* strstr(const char*, const char*);
/third_party/lib/acpica/source/include/acpica/
A Dacclib.h122 strstr (
/third_party/lib/acpica/source/compiler/
A Daslstartup.c173 if (strstr (Gbl_CurrentLineBuffer, "DEFINITIONBLOCK")) in AslDetectSourceFileType()
A Ddtio.c273 if (strstr (LineBuffer, ACPI_RAW_TABLE_DATA_HEADER)) in DtParseLine()
/third_party/ulib/musl/src/string/
A Drules.mk29 $(GET_LOCAL_DIR)/strstr.c \
A Dstrstr.c155 char* strstr(const char* h, const char* n) { in strstr() function
/third_party/lib/acpica/source/components/debugger/
A Ddbutils.c97 if (strstr (Arguments[i].Name, UserArgument) == Arguments[i].Name) in AcpiDbMatchArgument()
A Ddbcmds.c568 SubString = strstr ("INSTALL", ActionArg); in AcpiDbDisplayInterfaces()
582 SubString = strstr ("REMOVE", ActionArg); in AcpiDbDisplayInterfaces()
A Ddbinput.c723 if (strstr (AcpiGbl_DbCommands[i].Name, UserCommand) == in AcpiDbMatchCommand()
/third_party/lib/acpica/source/components/utilities/
A Dutclib.c511 strstr ( in strstr() function
/third_party/uapp/kilo/
A Dkilo.c564 if ((p = strstr(filename,s->filematch[i])) != NULL) {
1092 match = strstr(E.row[current].render,query);
/third_party/uapp/dash/src/
A Dexec.c331 if (strstr(path, "%builtin") != NULL) in find_command()
A Djobs.c713 match = strstr; in getjob()
/third_party/ulib/musl/
A DWHATSNEW1226 - false negatives with some periodic needles in strstr, wcsstr, and memmem

Completed in 660 milliseconds