Searched refs:TmpValue (Results 1 – 1 of 1) sorted by relevance
211 char *TmpValue; in DtParseLine() local318 TmpValue = UtLocalCalloc (Length + 1); in DtParseLine()320 strncpy (TmpValue, Start, Length); in DtParseLine()321 Value = DtTrim (TmpValue); in DtParseLine()322 ACPI_FREE (TmpValue); in DtParseLine()