Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Ddtio.c362 char *TmpValue; in DtParseLine() local
469 TmpValue = UtLocalCalloc (Length + 1); in DtParseLine()
471 strncpy (TmpValue, Start, Length); in DtParseLine()
472 Value = DtTrim (TmpValue); in DtParseLine()
473 ACPI_FREE (TmpValue); in DtParseLine()