Searched refs:strchr (Results 1 – 11 of 11) sorted by relevance
/acpica-latest/source/compiler/ |
D | prutils.c | 199 if (strchr (MatchString, *Buffer)) in PrGetNextToken() 223 if (strchr (MatchString, *Buffer)) in PrGetNextToken() 351 if ((strchr (macro_sep, AslGbl_MacroTokenBuffer[(Args->Offset[i] - 1)])) && in PrReplaceResizeSubstring() 352 (strchr (macro_sep, AslGbl_MacroTokenBuffer[(Args->Offset[i] + strlen (Args->Name))]))) in PrReplaceResizeSubstring() 459 if ((strchr (macro_sep, AslGbl_MacroTokenBuffer[(Args->Offset[i] - 1)])) && in PrReplaceResizeSubstring() 460 (strchr (macro_sep, AslGbl_MacroTokenBuffer[(Args->Offset[i] + strlen (Args->Name))]))) in PrReplaceResizeSubstring() 520 if ((strchr (macro_sep, AslGbl_MacroTokenBuffer[(Args->Offset[i] - 1)])) && in PrReplaceResizeSubstring() 521 (strchr (macro_sep, AslGbl_MacroTokenBuffer[(Args->Offset[i] + strlen (Args->Name))]))) in PrReplaceResizeSubstring()
|
D | dtio.c | 342 Colon = strchr (LineBuffer, ':'); in DtParseLine()
|
/acpica-latest/source/include/platform/ |
D | acgccex.h | 162 #ifdef strchr 163 #undef strchr
|
/acpica-latest/source/tools/acpisrc/ |
D | asremove.c | 569 while (strchr(" \t\r\n", *SubSubString)) in AsReduceTypedefs() 576 while (!strchr(" \t\r\n", *SubSubString)) in AsReduceTypedefs() 583 while (strchr(" \t\r\n", *SubSubString)) in AsReduceTypedefs() 645 SubString = strchr (SubString, ';') + 1; in AsReduceTypedefs()
|
D | asconvrt.c | 1710 if (!strchr (" \t\r\n", *LineStart)) in AsInsertPrefix()
|
/acpica-latest/source/common/ |
D | getopt.c | 272 (OptsPtr = strchr (opts, CurrentChar)) == NULL) in AcpiGetopt()
|
D | adfile.c | 504 Substring = strchr (FileBasename, '.'); in FlGetFileBasename()
|
/acpica-latest/source/include/ |
D | acclib.h | 210 strchr (
|
/acpica-latest/source/tools/acpixtract/ |
D | axutils.c | 454 ColonDelimiter = strchr (InputLine, ':'); in AxConvertToBinary()
|
/acpica-latest/source/components/utilities/ |
D | utclib.c | 609 strchr ( in strchr() function
|
/acpica-latest/documents/ |
D | changes.txt | 4937 1) Disabled the use of the "strchr" macro for the gcc-specific
|