Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Ddtio.c255 char *TmpValue; in DtParseLine() local
362 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