Home
last modified time | relevance | path

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

/acpica-3.7.0/source/compiler/
Ddtio.c319 char *TmpValue; in DtParseLine() local
426 TmpValue = UtLocalCalloc (Length + 1); in DtParseLine()
428 strncpy (TmpValue, Start, Length); in DtParseLine()
429 Value = DtTrim (TmpValue); in DtParseLine()
430 ACPI_FREE (TmpValue); in DtParseLine()