Searched refs:TmpValue (Results 1 – 1 of 1) sorted by relevance
255 char *TmpValue; in DtParseLine() local362 TmpValue = UtLocalCalloc (Length + 1); in DtParseLine()364 strncpy (TmpValue, Start, Length); in DtParseLine()365 Value = DtTrim (TmpValue); in DtParseLine()366 ACPI_FREE (TmpValue); in DtParseLine()
Completed in 3 milliseconds