Searched refs:TmpValue (Results 1 – 1 of 1) sorted by relevance
319 char *TmpValue; in DtParseLine() local426 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()