Searched refs:Gbl_LineBuffer (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/acpica/source/tools/acpixtract/
H A Daxutils.c452 if (strlen (Gbl_LineBuffer) < AX_MIN_BLOCK_HEADER_LENGTH)
459 if (AxIsEmptyLine (Gbl_LineBuffer) ||
460 (Gbl_LineBuffer[0] == ' '))
476 if (!strstr (Gbl_LineBuffer, " @ "))
481 AxNormalizeSignature (Gbl_LineBuffer);
513 if (AxIsEmptyLine (Gbl_LineBuffer) ||
514 (Gbl_LineBuffer[0] != ' '))
523 BytesConverted = AxConvertLine (Gbl_LineBuffer, Gbl_BinaryData);
H A Dacpixtract.c203 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile))
214 ACPI_MOVE_NAME (ThisSignature, Gbl_LineBuffer);
386 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile))
397 ACPI_MOVE_NAME (ThisSignature, Gbl_LineBuffer);
510 while (fgets (Gbl_LineBuffer, AX_LINE_BUFFER_SIZE, InputFile))
514 if (AxIsEmptyLine (Gbl_LineBuffer) ||
515 (Gbl_LineBuffer[0] == ' '))
H A Dacpixtract.h174 ACPI_GLOBAL (char, Gbl_LineBuffer[AX_LINE_BUFFER_SIZE]);
/barrelfish-master/lib/acpica/source/tools/acpihelp/
H A Dahdecode.c133 static char Gbl_LineBuffer[LINE_BUFFER_LENGTH]; variable
934 strcpy (Gbl_LineBuffer, Op->Syntax);
935 Token = strtok (Gbl_LineBuffer, Separators);

Completed in 40 milliseconds